Searched refs:NBytesPos (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 39 enum { IDPos, NBytesPos }; enumerator 52 return MI->getOperand(NBytesPos).getImm(); in getNumPatchBytes() 80 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator 106 return getMetaOper(NBytesPos).getImm(); in getNumPatchBytes() 163 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd }; enumerator 182 return MI->getOperand(NBytesPos).getImm(); in getNumPatchBytes()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 42 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator 97 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd }; enumerator 117 return MI->getOperand(NBytesPos).getImm(); in getNumPatchBytes()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 626 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap() 629 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap() 767 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint() 770 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 7279 SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos)); in visitStackmap() 7374 SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 804 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap() 807 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap() 943 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint() 946 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 8048 SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos)); in visitStackmap() 8143 SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 414 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 433 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
|
D | PPCInstrInfo.cpp | 1823 return Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in GetInstSizeInBytes()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1019 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 1073 !MI->getOperand(StatepointOpers::NBytesPos).isImm() || in visitMachineInstrBefore()
|