Home
last modified time | relevance | path

Searched refs:HasRedZone (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h98 Optional<bool> HasRedZone; variable
109 HasRedZone = false; in AArch64FunctionInfo()
147 Optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone()
148 void setHasRedZone(bool s) { HasRedZone = s; } in setHasRedZone()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp686 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local
688 return (IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()
755 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local
890 if (HasRedZone) { in emitPrologue()
916 assert(HasRedZone && "A red zone is always available on PPC64"); in emitPrologue()
930 if (HasBP && HasRedZone) { in emitPrologue()
995 if (!HasRedZone) { in emitPrologue()
1255 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in emitEpilogue() local
1373 if (!HasRedZone) in emitEpilogue()
1390 if (HasRedZone) { in emitEpilogue()
[all …]