Home
last modified time | relevance | path

Searched refs:hasPatchPoint (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp115 if (!MF.getFrameInfo().hasPatchPoint()) { in runOnMachineFunction()
H A DMIRPrinter.cpp357 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp115 MFI.hasStackMap() || MFI.hasPatchPoint(); in hasFP()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h391 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1808 return MFI.hasVarSizedObjects() || MFI.hasStackMap() || MFI.hasPatchPoint(); in frameTriviallyRequiresSP()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp380 MFI.hasVarSizedObjects() || MFI.hasStackMap() || MFI.hasPatchPoint() || in needsFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp105 MFI.hasStackMap() || MFI.hasPatchPoint() || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp493 MFI.hasStackMap() || MFI.hasPatchPoint() || in hasFP()