Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
90 HasRedZone = false; in AArch64FunctionInfo()
H A DAArch64MachineFunctionInfo.h134 std::optional<bool> HasRedZone; variable
336 std::optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone()
337 void setHasRedZone(bool s) { HasRedZone = s; } in setHasRedZone()
460 std::optional<bool> HasRedZone; member
471 YamlIO.mapOptional("hasRedZone", MFI.HasRedZone);
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp542 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local
545 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()
647 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local
822 if (HasRedZone) { in emitPrologue()
875 assert(HasRedZone && "A red zone is always available on PPC64"); in emitPrologue()
892 if (HasBP && HasRedZone) { in emitPrologue()
929 if (!HasRedZone) { in emitPrologue()
988 if (!HasRedZone) { in emitPrologue()
1267 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in inlineStackProbe() local
1390 Register BackChainPointer = HasRedZone ? BPReg : TempReg; in inlineStackProbe()
[all …]