Home
last modified time | relevance | path

Searched refs:NeedProbe (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h83 uint64_t RealStackSize, bool EmitCFI, bool NeedProbe,
H A DRISCVFrameLowering.cpp740 bool NeedProbe, uint64_t ProbeSize, in allocateStack() argument
750 if (!NeedProbe || Offset <= ProbeSize) { in allocateStack()
757 if (NeedProbe && DynAllocation) { in allocateStack()
1031 bool NeedProbe = TLI->hasInlineStackProbe(MF); in emitPrologue() local
1037 NeedProbe, ProbeSize, DynAllocation, in emitPrologue()
1085 getStackSizeWithRVVPadding(MF), !hasFP(MF), NeedProbe, in emitPrologue()
1090 if (NeedProbe) { in emitPrologue()
1137 if (NeedProbe && RVVStackSize == 0) { in emitPrologue()