Lines Matching refs:getValueAsInt
288 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
290 MemEltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
292 FlagTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
294 MergeTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
296 ImmCheckTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
1152 uint64_t Merge = R->getValueAsInt("Merge"); in createIntrinsic()
1154 uint64_t MemEltType = R->getValueAsInt("MemEltType"); in createIntrinsic()
1160 Flags |= FlagRec->getValueAsInt("Value"); in createIntrinsic()
1190 int64_t Arg = R->getValueAsInt("Arg"); in createIntrinsic()
1191 int64_t EltSizeArg = R->getValueAsInt("EltSizeArg"); in createIntrinsic()
1192 int64_t Kind = R->getValueAsDef("Kind")->getValueAsInt("Value"); in createIntrinsic()