Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h327 bool isRVVSpill(const MachineInstr &MI);
H A DRISCVRegisterInfo.cpp467 bool IsRVVSpill = RISCV::isRVVSpill(MI); in eliminateFrameIndex()
H A DRISCVFrameLowering.cpp1139 bool IsRVVSpill = RISCV::isRVVSpill(MI); in getScavSlotsNumForRVV()
H A DRISCVInstrInfo.cpp3810 bool RISCV::isRVVSpill(const MachineInstr &MI) { in isRVVSpill() function in RISCV