Searched refs:hasVLOp (Results 1 – 3 of 3) sorted by relevance
131 static inline bool hasVLOp(uint64_t TSFlags) { in hasVLOp() function
158 if (RISCVII::hasVLOp(TSFlags) && OpNo == (NumOps - 2)) in lowerRISCVVMachineInstrToMCInst()
6553 int VLIndex = RISCVII::hasVLOp(TSFlags) ? NumOperands - 2 : -1; in EmitInstrWithCustomInserter()