Searched refs:TargetPos (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 80 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator 111 return getMetaOper(TargetPos); in getCallTarget()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 42 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 4232 int TargetPos = MI->getNumOperands() - 1; in invertAndChangeJumpTarget() local 4235 while ((TargetPos > -1) && !MI->getOperand(TargetPos).isMBB()) in invertAndChangeJumpTarget() 4236 --TargetPos; in invertAndChangeJumpTarget() 4237 assert((TargetPos >= 0) && MI->getOperand(TargetPos).isMBB()); in invertAndChangeJumpTarget() 4238 MI->getOperand(TargetPos).setMBB(NewTarget); in invertAndChangeJumpTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 4317 int TargetPos = MI.getNumOperands() - 1; in invertAndChangeJumpTarget() local 4320 while ((TargetPos > -1) && !MI.getOperand(TargetPos).isMBB()) in invertAndChangeJumpTarget() 4321 --TargetPos; in invertAndChangeJumpTarget() 4322 assert((TargetPos >= 0) && MI.getOperand(TargetPos).isMBB()); in invertAndChangeJumpTarget() 4323 MI.getOperand(TargetPos).setMBB(NewTarget); in invertAndChangeJumpTarget()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 389 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 351 Opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT() 354 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 983 opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 727 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 7325 SDValue Callee = getValue(CS->getOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 903 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 8094 SDValue Callee = getValue(CS->getOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
|