Lines Matching refs:RV

308     for (auto *RV : Records.getAllDerivedDefinitions("EltType"))  in SVEEmitter()  local
309 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
310 for (auto *RV : Records.getAllDerivedDefinitions("MemEltType")) in SVEEmitter() local
311 MemEltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
312 for (auto *RV : Records.getAllDerivedDefinitions("FlagType")) in SVEEmitter() local
313 FlagTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
314 for (auto *RV : Records.getAllDerivedDefinitions("MergeType")) in SVEEmitter() local
315 MergeTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
316 for (auto *RV : Records.getAllDerivedDefinitions("ImmCheckType")) in SVEEmitter() local
317 ImmCheckTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
1243 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCoreHeaderIntrinsics() local
1244 for (auto *R : RV) in createCoreHeaderIntrinsics()
1445 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createBuiltins() local
1447 for (auto *R : RV) in createBuiltins()
1487 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCodeGenMap() local
1489 for (auto *R : RV) in createCodeGenMap()
1520 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createRangeChecks() local
1522 for (auto *R : RV) in createRangeChecks()
1650 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createSMEBuiltins() local
1652 for (auto *R : RV) { in createSMEBuiltins()
1678 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createSMECodeGenMap() local
1680 for (auto *R : RV) { in createSMECodeGenMap()
1712 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createSMERangeChecks() local
1714 for (auto *R : RV) { in createSMERangeChecks()
1748 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createBuiltinZAState() local
1750 for (auto *R : RV) in createBuiltinZAState()
1788 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createStreamingAttrs() local
1790 for (auto *R : RV) in createStreamingAttrs()