Home
last modified time | relevance | path

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/
DStackMaps.h38 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/
DStatepoint.h90 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/
DFastISel.cpp809 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()
DSelectionDAGBuilder.cpp8765 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/
DStackMaps.cpp366 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
DMachineVerifier.cpp1556 if (!MI->getOperand(StatepointOpers::IDPos).isImm() || in visitMachineInstrBefore()