Searched refs:VLOperand (Results 1 – 7 of 7) sorted by relevance
142 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 …]
25 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;
22 let VLOperand = 4;
646 uint8_t VLOperand; member653 return VLOperand != 0x1F; in hasVLOperand()
490 SDValue VLOperand; in selectVSETVLI() local498 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()
577 let Fields = ["IntrinsicID", "ScalarOperand", "VLOperand"];
2744 return Op.getOperand(II->VLOperand + 1 + HasChain); in getVLOperand()