Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td152 let VLOperand = 1;
161 let VLOperand = 2;
173 let VLOperand = 2;
185 let VLOperand = 3;
198 let VLOperand = 3;
207 let VLOperand = 3;
218 let VLOperand = 4;
227 let VLOperand = 3;
238 let VLOperand = 4;
247 let VLOperand = 2;
[all …]
H A DIntrinsicsRISCVXsf.td38 let VLOperand = !if(HasDst, 3, 4);
57 let VLOperand = !if(HasDst, 3, 4);
72 let VLOperand = 4;
87 let VLOperand = 4;
136 let VLOperand = 3;
145 let VLOperand = 4;
155 let VLOperand = 5;
H A DIntrinsicsRISCVXTHead.td22 let VLOperand = 4;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1008 uint8_t VLOperand; member
1015 return VLOperand != 0x1F; in hasVLOperand()
H A DRISCVISelDAGToDAG.cpp577 SDValue VLOperand; in selectVSETVLI() local
586 VLOperand = CurDAG->getRegister(RISCV::X0, XLenVT); in selectVSETVLI()
589 VLOperand = Node->getOperand(1); in selectVSETVLI()
591 if (auto *C = dyn_cast<ConstantSDNode>(VLOperand)) { in selectVSETVLI()
603 CurDAG->getMachineNode(Opcode, DL, XLenVT, VLOperand, VTypeIOp)); in selectVSETVLI()
H A DRISCVInstrInfoVPseudos.td557 let Fields = ["IntrinsicID", "ScalarOperand", "VLOperand"];
H A DRISCVISelLowering.cpp2436 return Op.getOperand(II->VLOperand + 1 + HasChain); in getVLOperand()