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.td32 let VLOperand = 3;
47 let VLOperand = 6;
66 let VLOperand = !if(HasDst, 3, 4);
81 let VLOperand = 4;
96 let VLOperand = 4;
140 let VLOperand = 3;
149 let VLOperand = 4;
159 let VLOperand = 5;
H A DIntrinsicsRISCVXTHead.td22 let VLOperand = 4;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1126 uint8_t VLOperand; member
1133 return VLOperand != 0x1F; in hasVLOperand()
H A DRISCVISelDAGToDAG.cpp576 SDValue VLOperand; in selectVSETVLI() local
584 VLOperand = CurDAG->getRegister(RISCV::X0, XLenVT); in selectVSETVLI()
587 VLOperand = Node->getOperand(1); in selectVSETVLI()
589 if (auto *C = dyn_cast<ConstantSDNode>(VLOperand)) { in selectVSETVLI()
601 CurDAG->getMachineNode(Opcode, DL, XLenVT, VLOperand, VTypeIOp)); in selectVSETVLI()
H A DRISCVInstrInfoVPseudos.td554 let Fields = ["IntrinsicID", "ScalarOperand", "VLOperand"];
H A DRISCVISelLowering.cpp2603 return Op.getOperand(II->VLOperand + 1 + HasChain); in getVLOperand()