Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h250 isRVVSpillForZvlsseg(unsigned Opcode);
H A DRISCVRegisterInfo.cpp260 auto ZvlssegInfo = RISCV::isRVVSpillForZvlsseg(II->getOpcode()); in lowerVSPILL()
329 auto ZvlssegInfo = RISCV::isRVVSpillForZvlsseg(II->getOpcode()); in lowerVRELOAD()
H A DRISCVInstrInfo.cpp2808 !isRVVWholeLoadStore(Opcode) && !isRVVSpillForZvlsseg(Opcode)) in isRVVSpill()
2814 RISCV::isRVVSpillForZvlsseg(unsigned Opcode) { in isRVVSpillForZvlsseg() function in RISCV