Lines Matching refs:mapValue
484 moduleTranslation.mapValue(reductionRegion.front().getArgument(0), lhs); in makeReductionGen()
485 moduleTranslation.mapValue(reductionRegion.front().getArgument(1), rhs); in makeReductionGen()
517 moduleTranslation.mapValue(atomicRegion.front().getArgument(0), lhs); in makeAtomicReductionGen()
518 moduleTranslation.mapValue(atomicRegion.front().getArgument(1), rhs); in makeAtomicReductionGen()
780 moduleTranslation.mapValue( in convertOmpWsLoop()
922 moduleTranslation.mapValue( in convertOmpSimdLoop()
1107 moduleTranslation.mapValue(*opInst.region().args_begin(), atomicx); in convertOmpAtomicUpdate()
1200 moduleTranslation.mapValue(*atomicUpdateOp.region().args_begin(), atomicx); in convertOmpAtomicCapture()
1256 moduleTranslation.mapValue(reductionRegion.front().getArgument(0), in convertOmpReductionOp()
1258 moduleTranslation.mapValue( in convertOmpReductionOp()
1302 moduleTranslation.mapValue(opInst.getResult(0), result); in convertOmpThreadprivate()