Searched refs:DeviceInfoTy (Results 1 – 3 of 3) sorted by relevance
6544 using DeviceInfoTy = llvm::OpenMPIRBuilder::DeviceInfoTy; typedef in __anon93cce0fb2c11::MappableExprsHandler7346 CombinedInfo.DevicePointers.push_back(DeviceInfoTy::None); in generateInfoForComponentList()7359 CombinedInfo.DevicePointers.push_back(DeviceInfoTy::None); in generateInfoForComponentList()7384 CombinedInfo.DevicePointers.push_back(DeviceInfoTy::None); in generateInfoForComponentList()7395 StructBaseCombinedInfo.DevicePointers.push_back(DeviceInfoTy::None); in generateInfoForComponentList()7901 IsDevAddr ? DeviceInfoTy::Address : DeviceInfoTy::Pointer); in generateAllInfoForClauses()8109 L.ForDeviceAddr ? DeviceInfoTy::Address in generateAllInfoForClauses()8110 : DeviceInfoTy::Pointer; in generateAllInfoForClauses()8116 L.ForDeviceAddr ? DeviceInfoTy::Address in generateAllInfoForClauses()8117 : DeviceInfoTy::Pointer; in generateAllInfoForClauses()[all …]
2255 enum class DeviceInfoTy { None, Pointer, Address }; enum2257 using MapDeviceInfoArrayTy = SmallVector<DeviceInfoTy, 4>;
7540 if (CombinedInfo.DevicePointers[I] == DeviceInfoTy::Pointer) { in emitOffloadingArrays()7547 } else if (CombinedInfo.DevicePointers[I] == DeviceInfoTy::Address) { in emitOffloadingArrays()