Searched refs:VTypeIOp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 859 SDValue VTypeIOp = CurDAG->getTargetConstant(VTypeI, DL, XLenVT); in Select() local 873 MVT::Other, VLImm, VTypeIOp, in Select() 882 MVT::Other, VLOperand, VTypeIOp, in Select()
|
| H A D | RISCVInstrInfoV.td | 28 def VTypeIOp : Operand<XLenVT> { 832 def VSETVLI : RVInstSetVLi<(outs GPR:$rd), (ins GPR:$rs1, VTypeIOp:$vtypei), 835 def VSETIVLI : RVInstSetiVLi<(outs GPR:$rd), (ins uimm5:$uimm, VTypeIOp:$vtypei),
|
| H A D | RISCVInstrInfoVPseudos.td | 3329 def PseudoVSETVLI : Pseudo<(outs GPR:$rd), (ins GPR:$rs1, VTypeIOp:$vtypei), []>; 3330 def PseudoVSETIVLI : Pseudo<(outs GPR:$rd), (ins uimm5:$rs1, VTypeIOp:$vtypei), []>;
|