Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h330 isRVVSpillForZvlsseg(unsigned Opcode);
H A DRISCVRegisterInfo.cpp314 auto ZvlssegInfo = RISCV::isRVVSpillForZvlsseg(II->getOpcode()); in lowerVSPILL()
391 auto ZvlssegInfo = RISCV::isRVVSpillForZvlsseg(II->getOpcode()); in lowerVRELOAD()
H A DRISCVInstrInfo.cpp3822 !isRVVWholeLoadStore(Opcode) && !isRVVSpillForZvlsseg(Opcode)) in isRVVSpillForZvlsseg()
3828 RISCV::isRVVSpillForZvlsseg(unsigned Opcode) { in isRVVSpillForZvlsseg()
3821 RISCV::isRVVSpillForZvlsseg(unsigned Opcode) { isRVVSpillForZvlsseg() function in RISCV