Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.h44 uint16_t BaseInstr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td236 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
249 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
263 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
276 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
290 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
304 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
H A DRISCVInstrInfo.h370 uint16_t BaseInstr; member
H A DRISCVInstrInfoZvk.td230 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
247 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
H A DRISCVInstrInfoVPseudos.td525 Instruction BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
536 let Fields = [ "Pseudo", "BaseInstr" ];
545 let Fields = [ "Pseudo", "BaseInstr", "VLMul", "SEW"];
546 let PrimaryKey = [ "BaseInstr", "VLMul", "SEW"];
747 let BaseInstr = instr;
1003 // BaseInstr is not used in RISCVExpandPseudoInsts pass.
1005 let BaseInstr = !cast<Instruction>(BaseInst);
6761 let HasSEWOp = 1, BaseInstr = VMV_X_S in
6766 let HasVLOp = 1, HasSEWOp = 1, BaseInstr = VMV_S_X,
6786 let HasSEWOp = 1, BaseInstr
[all...]
H A DRISCVAsmPrinter.cpp944 OutMI.setOpcode(RVV->BaseInstr); in lowerRISCVVMachineInstrToMCInst()
H A DRISCVInstrInfo.cpp4002 return RVV->BaseInstr;