Lines Matching refs:currentLocation
184 mlir::Location currentLocation = converter.getCurrentLocation(); in genCommonBlockMember() local
189 firOpBuilder.createConvert(currentLocation, seqTy, commonValue); in genCommonBlockMember()
192 currentLocation, firOpBuilder.getIndexType(), byteOffset); in genCommonBlockMember()
194 currentLocation, i8Ptr, base, mlir::ValueRange{offs}); in genCommonBlockMember()
196 return firOpBuilder.createConvert(currentLocation, in genCommonBlockMember()
216 mlir::Location currentLocation = converter.getCurrentLocation(); in threadPrivatizeVars() local
231 currentLocation, symValue.getType(), symValue); in threadPrivatizeVars()
516 auto currentLocation = converter.getCurrentLocation(); in genAllocateClause() local
535 currentLocation, firOpBuilder.getI32Type(), 1); in genAllocateClause()
604 mlir::Location currentLocation = converter.getCurrentLocation(); in getIfClauseOperand() local
608 return firOpBuilder.createConvert(currentLocation, firOpBuilder.getI1Type(), in getIfClauseOperand()
623 mlir::Location currentLocation = converter.getCurrentLocation(); in createCombinedParallelOp() local
651 currentLocation, argTy, ifClauseOperand, numThreadsClauseOperand, in createCombinedParallelOp()
655 createBodyOfOp<omp::ParallelOp>(parallelOp, converter, currentLocation, eval, in createCombinedParallelOp()
671 mlir::Location currentLocation = converter.getCurrentLocation(); in genOMP() local
731 currentLocation, firOpBuilder.getI1Type(), finalVal); in genOMP()
742 TODO(currentLocation, "OpenMP Block construct clauses"); in genOMP()
755 currentLocation, argTy, ifClauseOperand, numThreadsClauseOperand, in genOMP()
758 createBodyOfOp<omp::ParallelOp>(parallelOp, converter, currentLocation, in genOMP()
762 firOpBuilder.create<mlir::omp::MasterOp>(currentLocation, argTy); in genOMP()
763 createBodyOfOp<omp::MasterOp>(masterOp, converter, currentLocation, eval); in genOMP()
766 currentLocation, allocateOperands, allocatorOperands, nowaitAttr); in genOMP()
767 createBodyOfOp<omp::SingleOp>(singleOp, converter, currentLocation, eval); in genOMP()
770 currentLocation, /*simd=*/nullptr); in genOMP()
771 createBodyOfOp<omp::OrderedRegionOp>(orderedOp, converter, currentLocation, in genOMP()
775 currentLocation, ifClauseOperand, finalClauseOperand, untiedAttr, in genOMP()
779 createBodyOfOp(taskOp, converter, currentLocation, eval, &opClauseList); in genOMP()
903 mlir::Location currentLocation = converter.getCurrentLocation(); in genOMP() local
953 currentLocation, firOpBuilder.getIntegerType(32), 1)); in genOMP()
993 TODO(currentLocation, in genOMP()
1006 redType, currentLocation); in genOMP()
1008 TODO(currentLocation, in genOMP()
1017 TODO(currentLocation, in genOMP()
1027 lowerBound[it] = firOpBuilder.createConvert(currentLocation, loopVarType, in genOMP()
1029 upperBound[it] = firOpBuilder.createConvert(currentLocation, loopVarType, in genOMP()
1032 firOpBuilder.createConvert(currentLocation, loopVarType, step[it]); in genOMP()
1040 currentLocation, resultType, lowerBound, upperBound, step, in genOMP()
1042 createBodyOfOp<omp::SimdLoopOp>(SimdLoopOp, converter, currentLocation, in genOMP()
1051 currentLocation, lowerBound, upperBound, step, linearVars, linearStepVars, in genOMP()
1133 createBodyOfOp<omp::WsLoopOp>(wsLoopOp, converter, currentLocation, eval, in genOMP()
1142 mlir::Location currentLocation = converter.getCurrentLocation(); in genOMP() local
1163 return firOpBuilder.create<mlir::omp::CriticalOp>(currentLocation, in genOMP()
1171 currentLocation, name, hint); in genOMP()
1173 currentLocation, mlir::FlatSymbolRefAttr::get( in genOMP()
1177 createBodyOfOp<omp::CriticalOp>(criticalOp, converter, currentLocation, eval); in genOMP()
1186 auto currentLocation = converter.getCurrentLocation(); in genOMP() local
1188 firOpBuilder.create<mlir::omp::SectionOp>(currentLocation); in genOMP()
1189 createBodyOfOp<omp::SectionOp>(sectionOp, converter, currentLocation, eval); in genOMP()
1198 auto currentLocation = converter.getCurrentLocation(); in genOMP() local
1208 TODO(currentLocation, "OMPC_Reduction"); in genOMP()
1243 currentLocation, /*reduction_vars*/ ValueRange(), in genOMP()
1246 createBodyOfOp(sectionsOp, converter, currentLocation, eval); in genOMP()
1251 currentLocation, reductionVars, /*reductions = */ nullptr, in genOMP()
1253 createBodyOfOp<omp::SectionsOp>(sectionsOp, converter, currentLocation, in genOMP()
1305 auto currentLocation = converter.getCurrentLocation(); in genOmpAtomicUpdateStatement() local
1321 currentLocation, address, hint, memory_order); in genOmpAtomicUpdateStatement()
1332 SmallVector<Location> locs = {currentLocation}; in genOmpAtomicUpdateStatement()
1353 firOpBuilder.create<mlir::omp::YieldOp>(currentLocation, result); in genOmpAtomicUpdateStatement()
1363 auto currentLocation = converter.getCurrentLocation(); in genOmpAtomicWrite() local
1386 firOpBuilder.create<mlir::omp::AtomicWriteOp>(currentLocation, address, value, in genOmpAtomicWrite()
1394 auto currentLocation = converter.getCurrentLocation(); in genOmpAtomicRead() local
1417 firOpBuilder.create<mlir::omp::AtomicReadOp>(currentLocation, from_address, in genOmpAtomicRead()
1529 mlir::Location currentLocation = converter.getCurrentLocation(); in genThreadprivateOp() local
1544 currentLocation, commonValue.getType(), commonValue); in genThreadprivateOp()
1552 currentLocation, symValue.getType(), symValue); in genThreadprivateOp()