Searched refs:DeviceInfoTy (Results 1 – 3 of 3) sorted by relevance
6795 using DeviceInfoTy = llvm::OpenMPIRBuilder::DeviceInfoTy; typedef in __anon93cce0fb3111::MappableExprsHandler7605 CombinedInfo.DevicePointers.push_back(DeviceInfoTy::None);7618 CombinedInfo.DevicePointers.push_back(DeviceInfoTy::None);7645 CombinedInfo.DevicePointers.push_back(DeviceInfoTy::None);7656 StructBaseCombinedInfo.DevicePointers.push_back(DeviceInfoTy::None);8157 IsDevAddr ? DeviceInfoTy::Address : DeviceInfoTy::Pointer); in generateAllInfoForClauses()8365 L.ForDeviceAddr ? DeviceInfoTy::Address in generateAllInfoForClauses()8366 : DeviceInfoTy::Pointer; in generateAllInfoForClauses()8372 L.ForDeviceAddr ? DeviceInfoTy::Address in generateAllInfoForClauses()8373 : DeviceInfoTy::Pointer; in generateAllInfoForClauses()[all …]
2414 enum class DeviceInfoTy { None, Pointer, Address }; enum2416 using MapDeviceInfoArrayTy = SmallVector<DeviceInfoTy, 4>;
8679 if (CombinedInfo.DevicePointers[I] == DeviceInfoTy::Pointer) { in emitOffloadingArrays()8686 } else if (CombinedInfo.DevicePointers[I] == DeviceInfoTy::Address) { in emitOffloadingArrays()