Lines Matching refs:MFA
1549 std::string genReduceResultMapping(MapFromAllocation MFA, in genReduceResultMapping() argument
1553 switch (MFA) { in genReduceResultMapping()
1579 std::string genReduceResultVectorMapping(MapFromAllocation MFA, in genReduceResultVectorMapping() argument
1595 result += genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genReduceResultVectorMapping()
1633 MapFromAllocation MFA = MapFromAllocationTrivial; in genExportReduceResultType() local
1635 MFA = MapFromAllocationPositive; in genExportReduceResultType()
1637 MFA = MapFromAllocationBoolean; in genExportReduceResultType()
1639 MFA = MapFromAllocationPromote; in genExportReduceResultType()
1652 if (MFA == MapFromAllocationPositive) in genExportReduceResultType()
1655 << genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genExportReduceResultType()
1659 if (MFA == MapFromAllocationTrivial) { in genExportReduceResultType()
1667 if (MFA != MapFromAllocationPositive) { in genExportReduceResultType()
1674 if (MFA == MapFromAllocationPositive) { in genExportReduceResultType()
1678 … << genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genExportReduceResultType()
1683 …mOut.indent() << "mResult = " << (MFA == MapFromAllocationPositive ? "outArray" : "result") << ";\… in genExportReduceResultType()
1694 if (MFA == MapFromAllocationPositive) { in genExportReduceResultType()
1703 << genReduceResultVectorMapping(MFA, in genExportReduceResultType()
1720 << genReduceResultVectorMapping(MFA, in genExportReduceResultType()