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 …]
32 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;
22 let VLOperand = 4;
1126 uint8_t VLOperand; member1133 return VLOperand != 0x1F; in hasVLOperand()
576 SDValue VLOperand; in selectVSETVLI() local584 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()
554 let Fields = ["IntrinsicID", "ScalarOperand", "VLOperand"];
2603 return Op.getOperand(II->VLOperand + 1 + HasChain); in getVLOperand()