Home
last modified time | relevance | path

Searched refs:DeviceInfoTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6795 using DeviceInfoTy = llvm::OpenMPIRBuilder::DeviceInfoTy; typedef in __anon93cce0fb3111::MappableExprsHandler
7605 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2414 enum class DeviceInfoTy { None, Pointer, Address }; enum
2416 using MapDeviceInfoArrayTy = SmallVector<DeviceInfoTy, 4>;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8679 if (CombinedInfo.DevicePointers[I] == DeviceInfoTy::Pointer) { in emitOffloadingArrays()
8686 } else if (CombinedInfo.DevicePointers[I] == DeviceInfoTy::Address) { in emitOffloadingArrays()