Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp28 : HasRedZone(MFI.hasRedZone()), in AArch64FunctionInfo()
39 if (YamlMFI.HasRedZone) in initializeBaseYamlFields()
40 HasRedZone = YamlMFI.HasRedZone; in initializeBaseYamlFields()
97 HasRedZone = false; in AArch64FunctionInfo()
H A DAArch64MachineFunctionInfo.h149 std::optional<bool> HasRedZone; variable
428 std::optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone()
429 void setHasRedZone(bool s) { HasRedZone = s; } in setHasRedZone()
601 std::optional<bool> HasRedZone; member
613 YamlIO.mapOptional("hasRedZone", MFI.HasRedZone);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp544 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local
547 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()
648 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local
823 if (HasRedZone) { in emitPrologue()
876 assert(HasRedZone && "A red zone is always available on PPC64"); in emitPrologue()
893 if (HasBP && HasRedZone) { in emitPrologue()
932 if (!HasRedZone) { in emitPrologue()
991 if (!HasRedZone) { in emitPrologue()
1270 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in inlineStackProbe() local
1393 Register BackChainPointer = HasRedZone ? BPReg : TempReg; in inlineStackProbe()
[all …]