Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp61 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers
76 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()
496 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
533 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
542 PatchPointOpers opers(&MI); in recordPatchPoint()
H A DTargetInstrInfo.cpp569 return std::make_pair(0, PatchPointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h77 class PatchPointOpers {
96 LLVM_ABI explicit PatchPointOpers(const MachineInstr *MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp662 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
664 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
667 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
670 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
765 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
776 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
779 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
784 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
809 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
811 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
[all …]
H A DInstrEmitter.cpp1034 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
H A DSelectionDAGBuilder.cpp10729 SDValue Callee = getValue(CB.getArgOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
10741 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos)); in visitPatchpoint()
10746 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
10790 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
10792 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp175 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DRISCVInstrInfo.cpp1860 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp848 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DSystemZInstrInfo.cpp1822 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1047 PatchPointOpers opers(&MI); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp564 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DPPCInstrInfo.cpp2983 PatchPointOpers Opers(&MI); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1699 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DAArch64InstrInfo.cpp147 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()