Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td393 Instruction BaseInstr;
400 let Fields = [ "Pseudo", "BaseInstr" ];
610 let BaseInstr = instr;
627 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
646 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
662 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
681 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
699 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
719 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
735 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]
H A DRISCVInstrInfo.h161 uint16_t BaseInstr; member
H A DRISCVMCInstLower.cpp139 OutMI.setOpcode(RVV->BaseInstr); in lowerRISCVVMachineInstrToMCInst()