Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h366 namespace RISCVVPseudosTable {
H A DRISCVAsmPrinter.cpp939 const RISCVVPseudosTable::PseudoInfo *RVV = in lowerRISCVVMachineInstrToMCInst()
940 RISCVVPseudosTable::getPseudoInfo(MI->getOpcode()); in lowerRISCVVMachineInstrToMCInst()
H A DRISCVInstrInfo.cpp61 namespace llvm::RISCVVPseudosTable { namespace
68 } // namespace llvm::RISCVVPseudosTable
3821 if (!RISCVVPseudosTable::getPseudoInfo(Opcode) && in isRVVSpillForZvlsseg()
3998 const RISCVVPseudosTable::PseudoInfo *RVV =
3999 RISCVVPseudosTable::getPseudoInfo(RVVPseudoOpcode);
H A DRISCVISelDAGToDAG.cpp3978 if (!RISCVVPseudosTable::getPseudoInfo(Opc) || in doPeepholeNoRegPassThru()
H A DRISCVInstrInfoVPseudos.td532 def RISCVVPseudosTable : GenericTable {