Searched defs:HasRedZone (Results 1 – 4 of 4) sorted by relevance
134 std::optional<bool> HasRedZone; variable460 std::optional<bool> HasRedZone; member
541 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local646 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local1272 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in inlineStackProbe() local1574 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in emitEpilogue() local
713 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local829 bool HasRedZone = isPPC64 || !isSVR4ABI; in emitPrologue() local1400 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in emitEpilogue() local
118 Optional<bool> HasRedZone; variable