public static final class StandardOp.LabelOp extends LIRInstruction implements StandardOp.LabelHoldingOp
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
Modifier and Type | Field and Description |
---|---|
static EnumSet<LIRInstruction.OperandFlag> |
incomingFlags |
static LIRInstructionClass<StandardOp.LabelOp> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS
Modifier and Type | Method and Description |
---|---|
void |
addIncomingValues(Value[] values) |
void |
clearIncomingValues() |
void |
emitCode(CompilationResultBuilder crb) |
void |
forEachIncomingValue(InstructionValueProcedure proc) |
int |
getAlignment() |
int |
getIncomingSize() |
Value |
getIncomingValue(int idx) |
Label |
getLabel() |
int |
getPhiSize() |
boolean |
isPhiIn() |
void |
setAlignment(int alignment) |
void |
setIncomingValues(Value[] values) |
void |
setPhiValues(Value[] values) |
addStackSlotsToTemporaries, destroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getComment, getLIRInstructionClass, getPosition, hashCode, hasOperands, hasState, id, isLoadConstantOp, isMoveOp, isValueMoveOp, name, needsClearUpperVectorRegisters, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemp
public static final LIRInstructionClass<StandardOp.LabelOp> TYPE
public static final EnumSet<LIRInstruction.OperandFlag> incomingFlags
public LabelOp(Label label, int alignment)
public void setPhiValues(Value[] values)
public int getPhiSize()
public void setIncomingValues(Value[] values)
public int getIncomingSize()
public Value getIncomingValue(int idx)
public void clearIncomingValues()
public void addIncomingValues(Value[] values)
public void setAlignment(int alignment)
public int getAlignment()
public void emitCode(CompilationResultBuilder crb)
emitCode
in class LIRInstruction
public Label getLabel()
getLabel
in interface StandardOp.LabelHoldingOp
public boolean isPhiIn()
public void forEachIncomingValue(InstructionValueProcedure proc)