Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp250 const RISCVVInversePseudosTable::PseudoInfo *RVV = nullptr; in getSchedClassID()
254 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, EMUL, EEW); in getSchedClassID()
257 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, SEW); in getSchedClassID()
260 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, 0); in getSchedClassID()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.h40 namespace RISCVVInversePseudosTable {
H A DRISCVMCTargetDesc.cpp46 namespace llvm::RISCVVInversePseudosTable { namespace
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td542 def RISCVVInversePseudosTable : GenericTable {
H A DRISCVISelLowering.cpp18542 const RISCVVInversePseudosTable::PseudoInfo *Inverse = in lookupMaskedIntrinsic()
18543 RISCVVInversePseudosTable::getBaseInfo(MCOpcode, LMul, SEW); in lookupMaskedIntrinsic()