Searched defs:targetOpnd (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_live.cpp | 39 auto *targetOpnd = insn.GetCallTargetOperand(); in ProcessCallInsnParam() local
|
| D | aarch64_cgfunc.cpp | 1080 LabelOperand &targetOpnd, Operand &opnd0) in GenerateCompareWithZeroInstruction() 1144 void AArch64CGFunc::SelectCondGoto(LabelOperand &targetOpnd, Opcode jmpOp, Opcode cmpOp, Operand &o… in SelectCondGoto() 1223 LabelOperand &targetOpnd = GetOrCreateLabelOperand(labelIdx); in SelectCondSpecialCase1() local 1261 LabelOperand &targetOpnd = GetOrCreateLabelOperand(tempLabelIdx); in SelectCondSpecialCase2() local 1273 LabelOperand &targetOpnd = GetOrCreateLabelOperand(labelIdx); in SelectCondGoto() local 1291 Operand &targetOpnd = GetOrCreateLabelOperand(stmt.GetOffset()); in SelectGoto() local 3200 LabelOperand &targetOpnd = GetOrCreateLabelOperand(labidx); in MergeReturn() local 4360 Operand &targetOpnd = GetOrCreateFuncNameOpnd(sym); in AppendCall() local
|
| D | aarch64_emitter.cpp | 87 auto *targetOpnd = insn->GetCallTargetOperand(); in RecordRegInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 99 …LabelOperand &targetOpnd = cgFunc->GetOpndBuilder()->CreateLabel(endLabelName.c_str(), endLabel->G… in SelectReturn() local 206 Insn &X64MPIsel::AppendCall(x64::X64MOP_t mOp, Operand &targetOpnd, ListOperand ¶mOpnds, ListOp… in AppendCall() 236 Operand &targetOpnd = cgFunc->GetOpndBuilder()->CreateFuncNameOpnd(*fsym); in SelectCall() local 276 RegOperand &targetOpnd = SelectCopy2Reg(*opnd0, iCallNode.Opnd(0)->GetPrimType()); in SelectIcall() local 320 …LabelOperand &targetOpnd = cgFunc->GetOpndBuilder()->CreateLabel(funcName.c_str(), stmt.GetOffset(… in SelectGoto() local 451 Operand &targetOpnd = cgFunc->GetOpndBuilder()->CreateFuncNameOpnd(*fsym); in SelectDeoptCall() local 483 RegOperand &targetOpnd = SelectCopy2Reg(*opnd0, icallNode.Opnd(0)->GetPrimType()); in SelectTailICall() local 611 …LabelOperand &targetOpnd = cgFunc->GetOpndBuilder()->CreateLabel(funcName.c_str(), stmt.GetOffset(… in SelectCondGoto() local
|