|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.compilers.opt.ir.InstructionFormat org.jikesrvm.compilers.opt.ir.MIR_Call
public final class MIR_Call
The MIR_Call InstructionFormat class.
The header comment for Instruction
contains
an explanation of the role of InstructionFormats in the
opt compiler's IR.
Field Summary |
---|
Constructor Summary | |
---|---|
MIR_Call()
|
Method Summary | |
---|---|
static boolean |
conforms(Instruction i)
InstructionFormat identification method for MIR_Call. |
static boolean |
conforms(Operator o)
InstructionFormat identification method for MIR_Call. |
static Instruction |
create(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
int numVarOps)
Create an instruction of the MIR_Call instruction format. |
static Instruction |
create(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
MethodOperand Method,
int numVarOps)
Create an instruction of the MIR_Call instruction format. |
static Instruction |
create(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
int numVarOps)
Create an instruction of the MIR_Call instruction format. |
static Instruction |
create(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
MethodOperand Method,
int numVarOps)
Create an instruction of the MIR_Call instruction format. |
static Instruction |
create0(Operator o,
RegisterOperand Result,
RegisterOperand Result2)
Create an instruction of the MIR_Call instruction format with 0 variable arguments. |
static Instruction |
create0(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
MethodOperand Method)
Create an instruction of the MIR_Call instruction format with 0 variable arguments. |
static Instruction |
create0(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target)
Create an instruction of the MIR_Call instruction format with 0 variable arguments. |
static Instruction |
create0(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
MethodOperand Method)
Create an instruction of the MIR_Call instruction format with 0 variable arguments. |
static Instruction |
create1(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
MethodOperand Method,
Operand Param_1)
Create an instruction of the MIR_Call instruction format with 1 variable arguments. |
static Instruction |
create1(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Param_1)
Create an instruction of the MIR_Call instruction format with 1 variable arguments. |
static Instruction |
create1(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
MethodOperand Method,
Operand Param_1)
Create an instruction of the MIR_Call instruction format with 1 variable arguments. |
static Instruction |
create1(Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
Operand Param_1)
Create an instruction of the MIR_Call instruction format with 1 variable arguments. |
static MethodOperand |
getClearMethod(Instruction i)
Get the operand called Method from the argument instruction clearing its instruction pointer. |
static Operand |
getClearParam(Instruction i,
int k)
Get the k'th operand called Param from the argument instruction clearing its instruction pointer. |
static RegisterOperand |
getClearResult(Instruction i)
Get the operand called Result from the argument instruction clearing its instruction pointer. |
static RegisterOperand |
getClearResult2(Instruction i)
Get the operand called Result2 from the argument instruction clearing its instruction pointer. |
static Operand |
getClearTarget(Instruction i)
Get the operand called Target from the argument instruction clearing its instruction pointer. |
static MethodOperand |
getMethod(Instruction i)
Get the operand called Method from the argument instruction. |
static int |
getNumberOfParams(Instruction i)
How many variable-length operands called Params does the argument instruction have? |
static Operand |
getParam(Instruction i,
int k)
Get the k'th operand called Param from the argument instruction. |
static RegisterOperand |
getResult(Instruction i)
Get the operand called Result from the argument instruction. |
static RegisterOperand |
getResult2(Instruction i)
Get the operand called Result2 from the argument instruction. |
static Operand |
getTarget(Instruction i)
Get the operand called Target from the argument instruction. |
static boolean |
hasMethod(Instruction i)
Does the argument instruction have a non-null operand named Method? |
static boolean |
hasParam(Instruction i,
int k)
Does the argument instruction have a non-null k'th operand named Param? |
static boolean |
hasParams(Instruction i)
Does the argument instruction have any operands named Param? |
static boolean |
hasResult(Instruction i)
Does the argument instruction have a non-null operand named Result? |
static boolean |
hasResult2(Instruction i)
Does the argument instruction have a non-null operand named Result2? |
static boolean |
hasTarget(Instruction i)
Does the argument instruction have a non-null operand named Target? |
static int |
indexOfMethod(Instruction i)
Return the index of the operand called Method in the argument instruction. |
static int |
indexOfParam(Instruction i,
int k)
Return the index of the k'th operand called Param in the argument instruction. |
static int |
indexOfParams(Instruction i)
Return the index of the first operand called Param in the argument instruction. |
static int |
indexOfResult(Instruction i)
Return the index of the operand called Result in the argument instruction. |
static int |
indexOfResult2(Instruction i)
Return the index of the operand called Result2 in the argument instruction. |
static int |
indexOfTarget(Instruction i)
Return the index of the operand called Target in the argument instruction. |
static Instruction |
mutate(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
int numVarOps)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator and operands. |
static Instruction |
mutate(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
MethodOperand Method,
int numVarOps)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator and operands. |
static Instruction |
mutate(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
int numVarOps)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator and operands. |
static Instruction |
mutate(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
MethodOperand Method,
int numVarOps)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator and operands. |
static Instruction |
mutate0(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator, operands, and number of variable-length operands. |
static Instruction |
mutate0(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
MethodOperand Method)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator, operands, and number of variable-length operands. |
static Instruction |
mutate0(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator, operands, and number of variable-length operands. |
static Instruction |
mutate0(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
MethodOperand Method)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator, operands, and number of variable-length operands. |
static Instruction |
mutate1(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
MethodOperand Method,
Operand Param_1)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator, operands, and number of variable-length operands. |
static Instruction |
mutate1(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Param_1)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator, operands, and number of variable-length operands. |
static Instruction |
mutate1(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
MethodOperand Method,
Operand Param_1)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator, operands, and number of variable-length operands. |
static Instruction |
mutate1(Instruction i,
Operator o,
RegisterOperand Result,
RegisterOperand Result2,
Operand Target,
Operand Param_1)
Mutate the argument instruction into an instruction of the MIR_Call instruction format having the specified operator, operands, and number of variable-length operands. |
static void |
resizeNumberOfParams(Instruction i,
int numVarOps)
Change the number of Params that may be stored in the argument instruction to numVarOps. |
static void |
setMethod(Instruction i,
MethodOperand Method)
Set the operand called Method in the argument instruction to the argument operand. |
static void |
setParam(Instruction i,
int k,
Operand o)
Set the k'th operand called Param in the argument instruction to the argument operand. |
static void |
setResult(Instruction i,
RegisterOperand Result)
Set the operand called Result in the argument instruction to the argument operand. |
static void |
setResult2(Instruction i,
RegisterOperand Result2)
Set the operand called Result2 in the argument instruction to the argument operand. |
static void |
setTarget(Instruction i,
Operand Target)
Set the operand called Target in the argument instruction to the argument operand. |
Methods inherited from class org.jikesrvm.compilers.opt.ir.InstructionFormat |
---|
fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MIR_Call()
Method Detail |
---|
public static boolean conforms(Instruction i)
i
- an instruction
true
if the InstructionFormat of the argument
instruction is MIR_Call or false
if it is not.public static boolean conforms(Operator o)
o
- an instruction
true
if the InstructionFormat of the argument
operator is MIR_Call or false
if it is not.public static RegisterOperand getResult(Instruction i)
i
- the instruction to fetch the operand from
public static RegisterOperand getClearResult(Instruction i)
i
- the instruction to fetch the operand from
public static void setResult(Instruction i, RegisterOperand Result)
i
- the instruction in which to store the operandResult
- the operand to storepublic static int indexOfResult(Instruction i)
i
- the instruction to access.
public static boolean hasResult(Instruction i)
i
- the instruction to access.
true
if the instruction has an non-null
operand named Result or false
if it does not.public static RegisterOperand getResult2(Instruction i)
i
- the instruction to fetch the operand from
public static RegisterOperand getClearResult2(Instruction i)
i
- the instruction to fetch the operand from
public static void setResult2(Instruction i, RegisterOperand Result2)
i
- the instruction in which to store the operandResult2
- the operand to storepublic static int indexOfResult2(Instruction i)
i
- the instruction to access.
public static boolean hasResult2(Instruction i)
i
- the instruction to access.
true
if the instruction has an non-null
operand named Result2 or false
if it does not.public static Operand getTarget(Instruction i)
i
- the instruction to fetch the operand from
public static Operand getClearTarget(Instruction i)
i
- the instruction to fetch the operand from
public static void setTarget(Instruction i, Operand Target)
i
- the instruction in which to store the operandTarget
- the operand to storepublic static int indexOfTarget(Instruction i)
i
- the instruction to access.
public static boolean hasTarget(Instruction i)
i
- the instruction to access.
true
if the instruction has an non-null
operand named Target or false
if it does not.public static MethodOperand getMethod(Instruction i)
i
- the instruction to fetch the operand from
public static MethodOperand getClearMethod(Instruction i)
i
- the instruction to fetch the operand from
public static void setMethod(Instruction i, MethodOperand Method)
i
- the instruction in which to store the operandMethod
- the operand to storepublic static int indexOfMethod(Instruction i)
i
- the instruction to access.
public static boolean hasMethod(Instruction i)
i
- the instruction to access.
true
if the instruction has an non-null
operand named Method or false
if it does not.public static Operand getParam(Instruction i, int k)
i
- the instruction to fetch the operand fromk
- the index of the operand
public static Operand getClearParam(Instruction i, int k)
i
- the instruction to fetch the operand fromk
- the index of the operand
public static void setParam(Instruction i, int k, Operand o)
i
- the instruction in which to store the operandk
- the index of the operando
- the operand to storepublic static int indexOfParam(Instruction i, int k)
i
- the instruction to access.k
- the index of the operand.
public static boolean hasParam(Instruction i, int k)
i
- the instruction to access.k
- the index of the operand.
true
if the instruction has an non-null
k'th operand named Param or false
if it does not.public static int indexOfParams(Instruction i)
i
- the instruction to access.
public static boolean hasParams(Instruction i)
i
- the instruction to access.
true
if the instruction has operands
named Param or false
if it does not.public static int getNumberOfParams(Instruction i)
i
- the instruction to access
public static void resizeNumberOfParams(Instruction i, int numVarOps)
i
- the instruction to accessnumVarOps
- the new number of variable operands called Params
that may be stored in the instructionpublic static Instruction create(Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, MethodOperand Method, int numVarOps)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandMethod
- the instruction's Method operandnumVarOps
- the number of variable length operands that
will be stored in the insruction.
public static Instruction create0(Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, MethodOperand Method)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandMethod
- the instruction's Method operand
public static Instruction create1(Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, MethodOperand Method, Operand Param_1)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandMethod
- the instruction's Method operandParam_1
- the k'th variable argument called Param
public static Instruction mutate(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, MethodOperand Method, int numVarOps)
i
- the instruction to mutateo
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandMethod
- the instruction's Method operandnumVarOps
- the number of variable length operands that
will be stored in the insruction.
public static Instruction mutate0(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, MethodOperand Method)
Result
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandMethod
- the instruction's Method operand
public static Instruction mutate1(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, MethodOperand Method, Operand Param_1)
Result
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandMethod
- the instruction's Method operandParam_1
- the k'th variable argument called Param
public static Instruction create(Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, int numVarOps)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandnumVarOps
- the number of variable length operands that
will be stored in the insruction.
public static Instruction create0(Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operand
public static Instruction create1(Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, Operand Param_1)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandParam_1
- the k'th variable argument called Param
public static Instruction mutate(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, int numVarOps)
i
- the instruction to mutateo
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandnumVarOps
- the number of variable length operands that
will be stored in the insruction.
public static Instruction mutate0(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target)
Result
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operand
public static Instruction mutate1(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Target, Operand Param_1)
Result
- the instruction's Result operandResult2
- the instruction's Result2 operandTarget
- the instruction's Target operandParam_1
- the k'th variable argument called Param
public static Instruction create(Operator o, RegisterOperand Result, RegisterOperand Result2, MethodOperand Method, int numVarOps)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandMethod
- the instruction's Method operandnumVarOps
- the number of variable length operands that
will be stored in the insruction.
public static Instruction create0(Operator o, RegisterOperand Result, RegisterOperand Result2, MethodOperand Method)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandMethod
- the instruction's Method operand
public static Instruction create1(Operator o, RegisterOperand Result, RegisterOperand Result2, MethodOperand Method, Operand Param_1)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandMethod
- the instruction's Method operandParam_1
- the k'th variable argument called Param
public static Instruction mutate(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, MethodOperand Method, int numVarOps)
i
- the instruction to mutateo
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandMethod
- the instruction's Method operandnumVarOps
- the number of variable length operands that
will be stored in the insruction.
public static Instruction mutate0(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, MethodOperand Method)
Result
- the instruction's Result operandResult2
- the instruction's Result2 operandMethod
- the instruction's Method operand
public static Instruction mutate1(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, MethodOperand Method, Operand Param_1)
Result
- the instruction's Result operandResult2
- the instruction's Result2 operandMethod
- the instruction's Method operandParam_1
- the k'th variable argument called Param
public static Instruction create(Operator o, RegisterOperand Result, RegisterOperand Result2, int numVarOps)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandnumVarOps
- the number of variable length operands that
will be stored in the insruction.
public static Instruction create0(Operator o, RegisterOperand Result, RegisterOperand Result2)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operand
public static Instruction create1(Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Param_1)
o
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandParam_1
- the k'th variable argument called Param
public static Instruction mutate(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, int numVarOps)
i
- the instruction to mutateo
- the instruction's operatorResult
- the instruction's Result operandResult2
- the instruction's Result2 operandnumVarOps
- the number of variable length operands that
will be stored in the insruction.
public static Instruction mutate0(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2)
Result
- the instruction's Result operandResult2
- the instruction's Result2 operand
public static Instruction mutate1(Instruction i, Operator o, RegisterOperand Result, RegisterOperand Result2, Operand Param_1)
Result
- the instruction's Result operandResult2
- the instruction's Result2 operandParam_1
- the k'th variable argument called Param
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |