Home
last modified time | relevance | path

Searched refs:hasPatchPoint (Results 1 – 21 of 21) 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/test/CodeGen/MIR/Lanai/
Dpeephole-compare.mir198 hasPatchPoint: false
245 hasPatchPoint: false
293 hasPatchPoint: false
343 hasPatchPoint: false
393 hasPatchPoint: false
443 hasPatchPoint: false
493 hasPatchPoint: false
560 hasPatchPoint: false
655 hasPatchPoint: false
/external/llvm/test/CodeGen/AMDGPU/
Dindirect-addressing-undef.mir76 hasPatchPoint: false
132 hasPatchPoint: false
187 hasPatchPoint: false
244 hasPatchPoint: false
300 hasPatchPoint: false
/external/llvm/test/CodeGen/AArch64/
Dmovimm-wzr.mir27 hasPatchPoint: false
/external/llvm/test/CodeGen/X86/
Dpatchpoint-verifiable.mir23 hasPatchPoint: true
/external/llvm/test/CodeGen/MIR/X86/
Dliveout-register-mask.mir23 hasPatchPoint: true
/external/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp116 if (!MF.getFrameInfo()->hasPatchPoint()) { in runOnMachineFunction()
DMIRPrinter.cpp260 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/external/llvm/test/CodeGen/PowerPC/
Dno-rlwimi-trivial-commute.mir62 hasPatchPoint: false
Dopt-sub-inst-cr0-live.mir78 hasPatchPoint: false
Daddisdtprelha-nonr3.mir38 hasPatchPoint: false
Daantidep-def-ec.mir75 hasPatchPoint: false
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp47 MFI->hasStackMap() || MFI->hasPatchPoint() || in hasFP()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h326 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint() function
/external/llvm/test/CodeGen/MIR/ARM/
DARMLoadStoreDBG.mir110 hasPatchPoint: false
Dsched-it-debug-nodes.mir121 hasPatchPoint: false
/external/llvm/test/DebugInfo/MIR/X86/
Dlive-debug-values.mir178 hasPatchPoint: false
Dlive-debug-values-3preds.mir174 hasPatchPoint: false
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp143 MFI->hasStackMap() || MFI->hasPatchPoint() || in hasFP()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp513 MFI->hasStackMap() || MFI->hasPatchPoint() || in needsFP()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp94 MFI->hasStackMap() || MFI->hasPatchPoint() || in hasFP()