Searched refs:argMap (Results 1 – 4 of 4) sorted by relevance
229 ConstructorArgMap argMap[4] = {}; in Make() local235 argMap[writeIdx].fArgIndex = argIdx; in Make()236 argMap[writeIdx].fComponent = componentIdx; in Make()249 exprUsed[argMap[c].fArgIndex]++; in Make()254 int8_t constructorArgIndex = argMap[index].fArgIndex; in Make()276 const ConstructorArgMap& argument = argMap[c]; in Make()
1275 Map argMap = new HashMap(); in testNumericFormatWithMap() local1276 argMap.put("1", date); in testNumericFormatWithMap()1277 argMap.put("2", date); in testNumericFormatWithMap()1279 result = mf.format(argMap); in testNumericFormatWithMap()
1278 Map argMap = new HashMap(); in testNumericFormatWithMap() local1279 argMap.put("1", date); in testNumericFormatWithMap()1280 argMap.put("2", date); in testNumericFormatWithMap()1282 result = mf.format(argMap); in testNumericFormatWithMap()
75 AffineMap argMap = producer.getInputIndexingMap(argNum); in getIndexingMapOfProducerOperandsInFusedOp() local79 AffineMap t1 = argMap.compose(invProducerResultIndexMap); in getIndexingMapOfProducerOperandsInFusedOp()