Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td405 Instruction BaseInstr;
412 let Fields = [ "Pseudo", "BaseInstr" ];
624 let BaseInstr = instr;
639 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
656 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
829 // BaseInstr is not used in RISCVExpandPseudoInsts pass.
831 let BaseInstr = !cast<Instruction>(BaseInst);
3870 let HasSEWOp = 1, BaseInstr = VMV_X_S in
3874 let HasVLOp = 1, HasSEWOp = 1, BaseInstr = VMV_S_X,
3894 let HasSEWOp = 1, BaseInstr = VFMV_F_S in
[all …]
H A DRISCVInstrInfo.h171 uint16_t BaseInstr; member
H A DRISCVMCInstLower.cpp139 OutMI.setOpcode(RVV->BaseInstr); in lowerRISCVVMachineInstrToMCInst()