Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DStackMaps.h51 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
105 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
181 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DStatepoint.h132 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp818 if (ISP.getNumPatchBytes() > 0) { in LowerStatepoint()
853 SI.NumPatchBytes = ISP.getNumPatchBytes(); in LowerStatepoint()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp576 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
633 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
H A DAArch64InstrInfo.cpp100 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
105 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp585 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp887 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
1080 unsigned NumBytes = opers.getNumPatchBytes(); in LowerPATCHPOINT()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp447 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
H A DPPCInstrInfo.cpp2001 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
2004 return Opers.getNumPatchBytes(); in getInstSizeInBytes()