Home
last modified time | relevance | path

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

/freebsd/contrib/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
/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/RISCV/
H A DRISCVAsmPrinter.cpp117 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
188 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
201 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
H A DRISCVInstrInfo.cpp1498 return StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
1501 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
1504 unsigned NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1028 if (I.getNumPatchBytes() > 0) { in LowerStatepoint()
1098 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1553 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
1617 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
1629 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
H A DAArch64InstrInfo.cpp125 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
130 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
134 NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp795 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
1094 unsigned NumBytes = opers.getNumPatchBytes(); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp835 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
H A DSystemZInstrInfo.cpp1789 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2957 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
2960 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
H A DPPCAsmPrinter.cpp644 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()