Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDStackMaps.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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDStatepoint.h92 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVAsmPrinter.cpp117 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
188 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
201 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
HDRISCVInstrInfo.cpp1498 return StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
1501 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
1504 unsigned NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.cpp1028 if (I.getNumPatchBytes() > 0) { in LowerStatepoint()
1098 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp1553 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
1617 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
1629 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
HDAArch64InstrInfo.cpp125 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
130 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
134 NumBytes = StatepointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.cpp795 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
1094 unsigned NumBytes = opers.getNumPatchBytes(); in LowerPATCHPOINT()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZAsmPrinter.cpp835 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
HDSystemZInstrInfo.cpp1789 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.cpp2957 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
2960 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
HDPPCAsmPrinter.cpp644 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()