Lines Matching defs:combinedInfo
2829 // kernel argument structure which is generated through the combinedInfo data
3142 llvm::OpenMPIRBuilder::MapInfosTy &combinedInfo, MapInfoData &mapData,
3145 combinedInfo.Types.emplace_back(
3149 combinedInfo.DevicePointers.emplace_back(
3151 combinedInfo.Names.emplace_back(LLVM::createMappingInformation(
3153 combinedInfo.BasePointers.emplace_back(mapData.BasePointers[mapDataIndex]);
3173 combinedInfo.Pointers.emplace_back(mapData.Pointers[mapDataIndex]);
3186 combinedInfo.Pointers.emplace_back(mapData.Pointers[firstMemberIdx]);
3193 combinedInfo.Sizes.push_back(size);
3196 ompBuilder.getMemberOfFlag(combinedInfo.BasePointers.size() - 1);
3211 combinedInfo.Types.emplace_back(mapFlag);
3212 combinedInfo.DevicePointers.emplace_back(
3214 combinedInfo.Names.emplace_back(LLVM::createMappingInformation(
3216 combinedInfo.BasePointers.emplace_back(mapData.BasePointers[mapDataIndex]);
3217 combinedInfo.Pointers.emplace_back(mapData.Pointers[mapDataIndex]);
3218 combinedInfo.Sizes.emplace_back(mapData.Sizes[mapDataIndex]);
3248 llvm::OpenMPIRBuilder::MapInfosTy &combinedInfo, MapInfoData &mapData,
3274 combinedInfo.Types.emplace_back(mapFlag);
3275 combinedInfo.DevicePointers.emplace_back(
3277 combinedInfo.Names.emplace_back(
3279 combinedInfo.BasePointers.emplace_back(
3281 combinedInfo.Pointers.emplace_back(mapData.BasePointers[memberDataIdx]);
3282 combinedInfo.Sizes.emplace_back(builder.getInt64(
3296 combinedInfo.Types.emplace_back(mapFlag);
3297 combinedInfo.DevicePointers.emplace_back(
3299 combinedInfo.Names.emplace_back(
3303 combinedInfo.BasePointers.emplace_back(
3305 combinedInfo.Pointers.emplace_back(mapData.Pointers[memberDataIdx]);
3314 combinedInfo.Sizes.emplace_back(size);
3320 llvm::OpenMPIRBuilder::MapInfosTy &combinedInfo,
3344 combinedInfo.BasePointers.emplace_back(
3347 combinedInfo.BasePointers.emplace_back(mapData.BasePointers[mapDataIdx]);
3349 combinedInfo.Pointers.emplace_back(mapData.Pointers[mapDataIdx]);
3350 combinedInfo.DevicePointers.emplace_back(mapData.DevicePointers[mapDataIdx]);
3351 combinedInfo.Names.emplace_back(mapData.Names[mapDataIdx]);
3352 combinedInfo.Types.emplace_back(mapFlag);
3353 combinedInfo.Sizes.emplace_back(mapData.Sizes[mapDataIdx]);
3359 llvm::OpenMPIRBuilder::MapInfosTy &combinedInfo, MapInfoData &mapData,
3381 processIndividualMap(mapData, memberDataIdx, combinedInfo, isTargetParams,
3388 combinedInfo, mapData, mapDataIndex, isTargetParams);
3390 combinedInfo, mapData, mapDataIndex,
3397 // utilised in the combinedInfo in place of the original Map value.
3462 // Generate all map related information and fill the combinedInfo.
3466 llvm::OpenMPIRBuilder::MapInfosTy &combinedInfo,
3498 combinedInfo, mapData, i, isTargetParams);
3502 processIndividualMap(mapData, i, combinedInfo, isTargetParams);
3617 llvm::OpenMPIRBuilder::MapInfosTy combinedInfo;
3621 genMapInfos(builder, moduleTranslation, DL, combinedInfo, mapData);
3622 return combinedInfo;