Home
last modified time | relevance | path

Searched refs:getNumPatchBytes (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h50 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
104 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
207 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h92 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp129 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
200 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerSTATEPOINT()
213 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
H A DRISCVInstrInfo.cpp1570 return StackMapOpers(&MI).getNumPatchBytes(); in isCopyInstrImpl()
1573 return PatchPointOpers(&MI).getNumPatchBytes(); in isCopyInstrImpl()
1576 unsigned NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in isCopyInstrImpl()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1028 if (I.getNumPatchBytes() > 0) { in LowerStatepoint()
1098 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1657 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in lowerConstantPtrAuth()
1710 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerMOVaddrPAC()
1722 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerMOVaddrPAC()
H A DAArch64InstrInfo.cpp137 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
142 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
146 NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp797 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
1096 unsigned NumBytes = opers.getNumPatchBytes(); in LowerPATCHPOINT()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp859 unsigned NumBytes = Opers.getNumPatchBytes(); in getModifierVariantKind()
H A DSystemZInstrInfo.cpp1790 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2955 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
2958 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
H A DPPCAsmPrinter.cpp646 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()