Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp115 if (!MF.getFrameInfo().hasPatchPoint()) { in runOnMachineFunction()
H A DMIRPrinter.cpp324 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp68 MFI.hasStackMap() || MFI.hasPatchPoint(); in hasFP()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h384 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp216 MFI.hasStackMap() || MFI.hasPatchPoint() || in hasFP()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp538 MFI.hasVarSizedObjects() || MFI.hasStackMap() || MFI.hasPatchPoint() || in needsFP()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp92 MFI.hasStackMap() || MFI.hasPatchPoint() || in hasFP()