Searched refs:BaseInstr (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCTargetDesc.h | 44 uint16_t BaseInstr; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXSf.td | 236 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 D | RISCVInstrInfo.h | 370 uint16_t BaseInstr; member
|
H A D | RISCVInstrInfoZvk.td | 230 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst); 247 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
|
H A D | RISCVInstrInfoVPseudos.td | 525 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 D | RISCVAsmPrinter.cpp | 944 OutMI.setOpcode(RVV->BaseInstr); in lowerRISCVVMachineInstrToMCInst()
|
H A D | RISCVInstrInfo.cpp | 4002 return RVV->BaseInstr;
|