Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp115 if (!MF.getFrameInfo().hasPatchPoint()) { in runOnMachineFunction()
H A DMIRPrinter.cpp350 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp115 MFI.hasStackMap() || MFI.hasPatchPoint(); in hasFP()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h409 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp65 DstMFI.setHasPatchPoint(SrcMFI.hasPatchPoint()); in cloneFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1703 return MFI.hasVarSizedObjects() || MFI.hasStackMap() || MFI.hasPatchPoint(); in frameTriviallyRequiresSP()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp380 MFI.hasVarSizedObjects() || MFI.hasStackMap() || MFI.hasPatchPoint() || in needsFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp105 MFI.hasStackMap() || MFI.hasPatchPoint() || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp440 MFI.hasStackMap() || MFI.hasPatchPoint() || in hasFP()