HomeSort by relevance Sort by last modified time
    Searched defs:PatchPointOpers (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 40 class PatchPointOpers {
51 explicit PatchPointOpers(const MachineInstr *MI);
  /external/llvm/lib/CodeGen/
StackMaps.cpp 38 PatchPointOpers::PatchPointOpers(const MachineInstr *MI)
55 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const {
295 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
355 PatchPointOpers opers(&MI);
356 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm();
366 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm();

Completed in 59 milliseconds