Searched refs:BaseInstr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXSf.td | 235 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 D | RISCVInstrInfo.h | 324 uint16_t BaseInstr; member
|
| H A D | RISCVInstrInfoZvk.td | 204 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst); 222 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
|
| H A D | RISCVAsmPrinter.cpp | 884 OutMI.setOpcode(RVV->BaseInstr); in lowerRISCVVMachineInstrToMCInst()
|
| H A D | RISCVInstrInfoVPseudos.td | 528 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 D | RISCVInstrInfo.cpp | 3407 return RVV->BaseInstr; in getRVVMCOpcode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ |
| H A D | RISCVCustomBehaviour.cpp | 32 uint16_t BaseInstr; member
|