Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/llvm/include/llvm/IR/
H A DStatepoint.h92 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp980 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
1044 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
1056 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
H A DAArch64InstrInfo.cpp113 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
118 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
122 NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1054 if (I.getNumPatchBytes() > 0) { in LowerStatepoint()
1118 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp752 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
H A DSystemZInstrInfo.cpp1529 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1235 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
1491 unsigned NumBytes = opers.getNumPatchBytes(); in LowerPATCHPOINT()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp556 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
H A DPPCInstrInfo.cpp2882 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
2885 return Opers.getNumPatchBytes(); in getInstSizeInBytes()