Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp25 : HasRedZone(MFI.hasRedZone()) {} in AArch64FunctionInfo()
33 if (YamlMFI.HasRedZone.hasValue()) in initializeBaseYamlFields()
34 HasRedZone = YamlMFI.HasRedZone; in initializeBaseYamlFields()
84 HasRedZone = false; in AArch64FunctionInfo()
H A DAArch64MachineFunctionInfo.h131 Optional<bool> HasRedZone; variable
304 Optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone()
305 void setHasRedZone(bool s) { HasRedZone = s; } in setHasRedZone()
421 Optional<bool> HasRedZone; member
432 YamlIO.mapOptional("hasRedZone", MFI.HasRedZone);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp541 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local
544 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()
644 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local
822 if (HasRedZone) { in emitPrologue()
871 assert(HasRedZone && "A red zone is always available on PPC64"); in emitPrologue()
885 if (HasBP && HasRedZone) { in emitPrologue()
911 if (!HasRedZone) { in emitPrologue()
983 if (!HasRedZone) { in emitPrologue()
1557 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in emitEpilogue() local
1702 if (HasRedZone && HasBP) { in emitEpilogue()
[all …]