Searched refs:DynAllocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.h | 84 uint64_t ProbeSize, bool DynAllocation, 115 bool DynAllocation) const;
|
| H A D | RISCVFrameLowering.cpp | 609 MachineInstr::MIFlag Flag, bool EmitCFI, bool DynAllocation) const { in allocateAndProbeStackForRVV() 644 if (DynAllocation) { in allocateAndProbeStackForRVV() 741 bool DynAllocation, in allocateStack() argument 757 if (NeedProbe && DynAllocation) { in allocateStack() 796 if (DynAllocation) { in allocateStack() 834 if (DynAllocation) { in allocateStack() 1033 bool DynAllocation = in emitPrologue() local 1037 NeedProbe, ProbeSize, DynAllocation, in emitPrologue() 1086 ProbeSize, DynAllocation, MachineInstr::FrameSetup); in emitPrologue() 1093 DynAllocation); in emitPrologue() [all …]
|