HomeSort by: relevance | last modified time | path
    Searched defs:HasRedZone (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 131 Optional<bool> HasRedZone;
304 Optional<bool> hasRedZone() const { return HasRedZone; }
305 void setHasRedZone(bool s) { HasRedZone = s; }
421 Optional<bool> HasRedZone;
432 YamlIO.mapOptional("hasRedZone", MFI.HasRedZone);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 541 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI();
544 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) ||
644 bool HasRedZone = isPPC64 || !isSVR4ABI;
822 if (HasRedZone) {
871 assert(HasRedZone && "A red zone is always available on PPC64");
885 if (HasBP && HasRedZone) {
908 // FIXME: HasSTUX is only read if HasRedZone is not set, in such case, we
911 if (!HasRedZone) {
983 if (!HasRedZone) {
1557 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI()
    [all...]

Completed in 33 milliseconds