Home
last modified time | relevance | path

Searched refs:hasRedZone (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/MIR/AArch64/
Dfunction-info-noredzone-present.mir3 # This test checks for persistence of the hasRedZone attribute through a
25 # CHECK-NEXT: hasRedZone: false
35 hasRedZone: false
44 # CHECK-NEXT: hasRedZone: true
54 hasRedZone: true
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmachine-outliner-function-annotate.mir19 hasRedZone: false
38 hasRedZone: false
Dfunction-info-noredzone-present.ll17 ; CHECK-NEXT: hasRedZone: false
Dmachine-outliner-iterative-2.mir40 hasRedZone: false
86 hasRedZone: false
Djump-table-duplicate.mir113 hasRedZone: false
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.cpp25 : HasRedZone(MFI.hasRedZone()) {} in AArch64FunctionInfo()
DAArch64MachineFunctionInfo.h278 Optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone() function
DAArch64InstrInfo.cpp6395 if (!AFI || AFI->hasRedZone().getValueOr(true)) in isFunctionSafeToOutlineFrom()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h249 Optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone() function
DAArch64InstrInfo.cpp5986 if (!AFI || AFI->hasRedZone().getValueOr(true)) in isFunctionSafeToOutlineFrom()