Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h99 Optional<bool> HasRedZone; variable
113 HasRedZone = false; in AArch64FunctionInfo()
151 Optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone()
152 void setHasRedZone(bool s) { HasRedZone = s; } in setHasRedZone()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp698 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local
700 return (IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()
767 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local
902 if (HasRedZone) { in emitPrologue()
942 if (HasBP && HasRedZone) { in emitPrologue()
1007 if (!HasRedZone) { in emitPrologue()
1394 if (!HasRedZone) in emitEpilogue()
1411 if (HasRedZone) { in emitEpilogue()
1428 if (!HasRedZone) { in emitEpilogue()
1454 assert(HasRedZone && "Expecting red zone"); in emitEpilogue()
[all …]