Searched refs:IDPos (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 38 enum { IDPos, NBytesPos }; enumerator 47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID() 79 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator 101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } in getID() 162 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd }; enumerator 177 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 90 IDPos = 0, enumerator 119 const Value *IDVal = getCall()->getArgOperand(IDPos); in getID()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 809 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap() 811 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap() 948 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint() 950 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 8765 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap() 8860 SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 366 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
|
D | MachineVerifier.cpp | 1556 if (!MI->getOperand(StatepointOpers::IDPos).isImm() || in visitMachineInstrBefore()
|