Lines Matching refs:getValueAsInt
269 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
271 MemEltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
273 FlagTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
275 MergeTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
277 ImmCheckTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
999 uint64_t Merge = R->getValueAsInt("Merge"); in createIntrinsic()
1001 uint64_t MemEltType = R->getValueAsInt("MemEltType"); in createIntrinsic()
1007 Flags |= FlagRec->getValueAsInt("Value"); in createIntrinsic()
1037 int64_t Arg = R->getValueAsInt("Arg"); in createIntrinsic()
1038 int64_t EltSizeArg = R->getValueAsInt("EltSizeArg"); in createIntrinsic()
1039 int64_t Kind = R->getValueAsDef("Kind")->getValueAsInt("Value"); in createIntrinsic()