Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h51 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
105 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
208 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h92 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp176 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
H A DLoongArchInstrInfo.cpp253 NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp136 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
207 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
220 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
H A DRISCVInstrInfo.cpp1857 return StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
1860 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
1863 unsigned NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1032 if (I.getNumPatchBytes() > 0) { in LowerStatepoint()
1102 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1662 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
1715 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
1727 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
H A DAArch64InstrInfo.cpp142 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
147 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
151 NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp792 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
1089 unsigned NumBytes = opers.getNumPatchBytes(); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp889 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
H A DSystemZInstrInfo.cpp1822 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2981 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
2984 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
H A DPPCAsmPrinter.cpp649 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()