Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
468 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
528 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
537 PatchPointOpers opers(&MI); in recordPatchPoint()
H A DTargetInstrInfo.cpp484 return std::make_pair(0, PatchPointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DStackMaps.h76 class PatchPointOpers {
95 explicit PatchPointOpers(const MachineInstr *MI);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp669 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
671 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
674 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
677 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
775 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
778 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
783 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
807 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
809 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
812 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint()
[all …]
H A DInstrEmitter.cpp974 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
H A DSelectionDAGBuilder.cpp9403 SDValue Callee = getValue(CB.getArgOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
9415 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos)); in visitPatchpoint()
9420 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
9462 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
9465 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp711 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DSystemZInstrInfo.cpp1529 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1017 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DAArch64InstrInfo.cpp118 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp471 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DPPCInstrInfo.cpp2884 PatchPointOpers Opers(&MI); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1449 PatchPointOpers opers(&MI); in LowerPATCHPOINT()