Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td235 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
249 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
263 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
277 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
291 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
305 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
H A DRISCVInstrInfo.h324 uint16_t BaseInstr; member
H A DRISCVInstrInfoZvk.td204 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
222 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
H A DRISCVAsmPrinter.cpp884 OutMI.setOpcode(RVV->BaseInstr); in lowerRISCVVMachineInstrToMCInst()
H A DRISCVInstrInfoVPseudos.td528 Instruction BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
539 let Fields = [ "Pseudo", "BaseInstr" ];
548 let Fields = [ "Pseudo", "BaseInstr", "VLMul", "SEW"];
549 let PrimaryKey = [ "BaseInstr", "VLMul", "SEW"];
750 let BaseInstr = instr;
1006 // BaseInstr is not used in RISCVExpandPseudoInsts pass.
1008 let BaseInstr = !cast<Instruction>(BaseInst);
6767 let HasSEWOp = 1, BaseInstr = VMV_X_S in
6772 let HasVLOp = 1, HasSEWOp = 1, BaseInstr = VMV_S_X,
6792 let HasSEWOp = 1, BaseInstr = VFMV_F_S in
[all …]
H A DRISCVInstrInfo.cpp3407 return RVV->BaseInstr; in getRVVMCOpcode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp32 uint16_t BaseInstr; member