Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
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()
DAArch64MachineFunctionInfo.h125 Optional<bool> HasRedZone; variable
278 Optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone()
279 void setHasRedZone(bool s) { HasRedZone = s; } in setHasRedZone()
385 Optional<bool> HasRedZone; member
396 YamlIO.mapOptional("hasRedZone", MFI.HasRedZone);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h118 Optional<bool> HasRedZone; variable
138 HasRedZone = false; in AArch64FunctionInfo()
249 Optional<bool> hasRedZone() const { return HasRedZone; } in hasRedZone()
250 void setHasRedZone(bool s) { HasRedZone = s; } in setHasRedZone()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp540 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local
543 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()
643 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local
801 if (HasRedZone) { in emitPrologue()
827 assert(HasRedZone && "A red zone is always available on PPC64"); in emitPrologue()
841 if (HasBP && HasRedZone) { in emitPrologue()
867 if (!HasRedZone) { in emitPrologue()
939 if (!HasRedZone) { in emitPrologue()
1513 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in emitEpilogue() local
1652 if (!HasRedZone) in emitEpilogue()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp713 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local
715 return (IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()
829 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local
1007 if (HasRedZone) { in emitPrologue()
1033 assert(HasRedZone && "A red zone is always available on PPC64"); in emitPrologue()
1047 if (HasBP && HasRedZone) { in emitPrologue()
1122 if (!HasRedZone) { in emitPrologue()
1400 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in emitEpilogue() local
1544 if (!HasRedZone) in emitEpilogue()
1561 if (HasRedZone) { in emitEpilogue()
[all …]