Searched defs:PatchPointOpers (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DStackMaps.h40 class PatchPointOpers { class in namespace:llvm
49 explicit PatchPointOpers(const MachineInstr *MI);
/external/llvm/lib/CodeGen/
H A DStackMaps.cpp38 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) function in class:PatchPointOpers
56 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const {
205 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
254 PatchPointOpers opers(&MI);
255 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm();
266 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm();

Completed in 685 milliseconds