Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp862 static bool hasRVVSpillWithFIs(MachineFunction &MF, const RISCVInstrInfo &TII) { in hasRVVSpillWithFIs() function
893 if (!isInt<11>(MFI.estimateStackSize(MF)) || hasRVVSpillWithFIs(MF, TII)) { in processFunctionBeforeFrameFinalized()