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

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 40 class PatchPointOpers {
49 explicit PatchPointOpers(const MachineInstr *MI);
  /external/llvm/lib/CodeGen/
StackMaps.cpp 38 PatchPointOpers::PatchPointOpers(const MachineInstr *MI)
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();
TargetInstrInfo.cpp 391 PatchPointOpers opers(MI);
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 396 PatchPointOpers Opers(&MI);
398 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm();
423 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm();
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 757 PatchPointOpers opers(&MI);
760 int64_t CallTarget = opers.getMetaOper(PatchPointOpers::TargetPos).getImm();
774 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm();
    [all...]
  /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));
621 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) &&
624 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos));
    [all...]
InstrEmitter.cpp 748 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 182 milliseconds