Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td142 bits<5> VLOperand = NoVLOperand;
168 let VLOperand = 1;
177 let VLOperand = 2;
189 let VLOperand = 2;
201 let VLOperand = 3;
214 let VLOperand = 3;
223 let VLOperand = 3;
234 let VLOperand = 4;
243 let VLOperand = 3;
254 let VLOperand = 4;
[all …]
H A DIntrinsicsRISCVXsf.td25 let VLOperand = 3;
40 let VLOperand = 6;
59 let VLOperand = !if(HasDst, 3, 4);
74 let VLOperand = 4;
89 let VLOperand = 4;
133 let VLOperand = 3;
142 let VLOperand = 4;
152 let VLOperand = 5;
H A DIntrinsicsRISCVXTHead.td22 let VLOperand = 4;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h646 uint8_t VLOperand; member
653 return VLOperand != 0x1F; in hasVLOperand()
H A DRISCVISelDAGToDAG.cpp490 SDValue VLOperand; in selectVSETVLI() local
498 VLOperand = CurDAG->getRegister(RISCV::X0, XLenVT); in selectVSETVLI()
501 VLOperand = Node->getOperand(1); in selectVSETVLI()
503 if (auto *C = dyn_cast<ConstantSDNode>(VLOperand)) { in selectVSETVLI()
515 CurDAG->getMachineNode(Opcode, DL, XLenVT, VLOperand, VTypeIOp)); in selectVSETVLI()
H A DRISCVInstrInfoVPseudos.td577 let Fields = ["IntrinsicID", "ScalarOperand", "VLOperand"];
H A DRISCVISelLowering.cpp2744 return Op.getOperand(II->VLOperand + 1 + HasChain); in getVLOperand()