Lines Matching refs:MFA
1344 std::string genReduceResultMapping(MapFromAllocation MFA, in genReduceResultMapping() argument
1348 switch (MFA) { in genReduceResultMapping()
1374 std::string genReduceResultVectorMapping(MapFromAllocation MFA, in genReduceResultVectorMapping() argument
1390 result += genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genReduceResultVectorMapping()
1428 MapFromAllocation MFA = MapFromAllocationTrivial; in genExportReduceResultType() local
1430 MFA = MapFromAllocationPositive; in genExportReduceResultType()
1432 MFA = MapFromAllocationBoolean; in genExportReduceResultType()
1434 MFA = MapFromAllocationPromote; in genExportReduceResultType()
1447 if (MFA == MapFromAllocationPositive) in genExportReduceResultType()
1450 << genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genExportReduceResultType()
1454 if (MFA == MapFromAllocationTrivial) { in genExportReduceResultType()
1462 if (MFA != MapFromAllocationPositive) { in genExportReduceResultType()
1469 if (MFA == MapFromAllocationPositive) { in genExportReduceResultType()
1473 … << genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genExportReduceResultType()
1478 …mOut.indent() << "mResult = " << (MFA == MapFromAllocationPositive ? "outArray" : "result") << ";\… in genExportReduceResultType()
1489 if (MFA == MapFromAllocationPositive) { in genExportReduceResultType()
1498 << genReduceResultVectorMapping(MFA, in genExportReduceResultType()
1515 << genReduceResultVectorMapping(MFA, in genExportReduceResultType()