Searched refs:getVLIndex (Results 1 – 4 of 4) sorted by relevance
32 int getVLIndex(unsigned Opcode);40 int LVLGen::getVLIndex(unsigned Opcode) { in getVLIndex() function in LVLGen53 int Index = getVLIndex(MI.getOpcode()); in getVL()
152 if (OpNo == RVV->getVLIndex() || OpNo == RVV->getSEWIndex() || in lowerRISCVVMachineInstrToMCInst()
1974 int VLIndex = RVV->getVLIndex(); in EmitInstrWithCustomInserter()
402 int getVLIndex() const { return static_cast<int8_t>(VLIndex); } in getVLIndex() function