Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/MIR/Generic/
Dframe-info.mir33 # CHECK-NEXT: hasPatchPoint: false
60 # CHECK-NEXT: hasPatchPoint: true
76 hasPatchPoint: true
/external/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp111 if (!MF.getFrameInfo()->hasPatchPoint()) { in runOnMachineFunction()
DMIRPrinter.cpp247 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/external/llvm/test/CodeGen/X86/
Dpatchpoint-verifiable.mir23 hasPatchPoint: true
/external/llvm/test/CodeGen/MIR/X86/
Dliveout-register-mask.mir23 hasPatchPoint: true
/external/llvm/test/CodeGen/PowerPC/
Dno-rlwimi-trivial-commute.mir62 hasPatchPoint: false
Daddisdtprelha-nonr3.mir37 hasPatchPoint: false
Daantidep-def-ec.mir74 hasPatchPoint: false
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp50 MFI->hasStackMap() || MFI->hasPatchPoint() || in hasFP()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h329 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint() function
/external/llvm/test/CodeGen/MIR/ARM/
DARMLoadStoreDBG.mir109 hasPatchPoint: false
Dsched-it-debug-nodes.mir120 hasPatchPoint: false
/external/llvm/test/DebugInfo/MIR/X86/
Dlive-debug-values.mir179 hasPatchPoint: false
Dlive-debug-values-3preds.mir174 hasPatchPoint: false
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp145 MFI->hasPatchPoint() || RegInfo->needsStackRealignment(MF)); in hasFP()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp515 MFI->hasStackMap() || MFI->hasPatchPoint() || in needsFP()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp94 MFI->hasStackMap() || MFI->hasPatchPoint()); in hasFP()