Home
last modified time | relevance | path

Searched defs:HasRedZone (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h141 std::optional<bool> HasRedZone; global() variable
526 std::optional<bool> HasRedZone; global() member
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp544 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); in twoUniqueScratchRegsRequired() local
649 bool HasRedZone = isPPC64 || !isSVR4ABI; emitPrologue() local
1269 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); inlineStackProbe() local
1569 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI(); emitEpilogue() local
[all...]