HomeSort by relevance Sort by last modified time
    Searched refs:IDPos (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 43 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd };
  /external/llvm/lib/CodeGen/
StackMaps.cpp 255 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm();
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 616 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) &&
618 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos));
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 244 milliseconds