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()
36 if (YamlMFI.HasRedZone) in initializeBaseYamlFields()
37 HasRedZone = YamlMFI.HasRedZone; in initializeBaseYamlFields()
80 HasRedZone = false; in AArch64FunctionInfo()
H A DAArch64MachineFunctionInfo.h147 std::optional<bool> HasRedZone; variable
398 std::optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone()
399 void setHasRedZone(bool s) { HasRedZone = s; } in setHasRedZone()
553 std::optional<bool> HasRedZone; member
564 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()
930 if (!HasRedZone) { in emitPrologue()
989 if (!HasRedZone) { in emitPrologue()
1267 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in inlineStackProbe() local
1390 Register BackChainPointer = HasRedZone ? BPReg : TempReg; in inlineStackProbe()
[all …]