Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h330 isRVVSpillForZvlsseg(unsigned Opcode);
HDRISCVRegisterInfo.cpp314 auto ZvlssegInfo = RISCV::isRVVSpillForZvlsseg(II->getOpcode()); in lowerVSPILL()
391 auto ZvlssegInfo = RISCV::isRVVSpillForZvlsseg(II->getOpcode()); in lowerVRELOAD()
HDRISCVInstrInfo.cpp3822 !isRVVWholeLoadStore(Opcode) && !isRVVSpillForZvlsseg(Opcode)) in isRVVSpill()
3828 RISCV::isRVVSpillForZvlsseg(unsigned Opcode) { in isRVVSpillForZvlsseg() function in RISCV