Home
last modified time | relevance | path

Searched refs:PatchPointOpers (Results 1 – 15 of 15) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp62 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers
77 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()
503 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
542 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
551 PatchPointOpers opers(&MI); in recordPatchPoint()
H A DTargetInstrInfo.cpp494 return std::make_pair(0, PatchPointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h76 class PatchPointOpers {
95 explicit PatchPointOpers(const MachineInstr *MI);
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp665 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
667 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
670 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
673 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
768 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
779 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
782 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
787 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
812 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
814 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
[all …]
H A DInstrEmitter.cpp1038 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
H A DSelectionDAGBuilder.cpp10567 SDValue Callee = getValue(CB.getArgOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
10579 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos)); in visitPatchpoint()
10584 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
10628 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
10630 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp156 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DRISCVInstrInfo.cpp1501 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp794 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DSystemZInstrInfo.cpp1789 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1052 PatchPointOpers opers(&MI); in LowerPATCHPOINT()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1590 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DAArch64InstrInfo.cpp130 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp559 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DPPCInstrInfo.cpp2959 PatchPointOpers Opers(&MI); in getInstSizeInBytes()