HomeSort by: relevance | last modified time | path
    Searched defs:PatchPointOpers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackMaps.h 76 class PatchPointOpers {
95 explicit PatchPointOpers(const MachineInstr *MI);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackMaps.cpp 62 PatchPointOpers::PatchPointOpers(const MachineInstr *MI)
77 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const {
468 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
528 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm();
537 PatchPointOpers opers(&MI);

Completed in 26 milliseconds