Searched defs:IsHIP (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 266 GlobalVariable *createFatbinDesc(Module &M, ArrayRef<char> Image, bool IsHIP, in createFatbinDesc() argument 328 createRegisterGlobalsFunction(Module & M,bool IsHIP,EntryArrayTy EntryArray,StringRef Suffix,bool EmitSurfacesAndTextures) createRegisterGlobalsFunction() argument 516 createRegisterFatbinFunction(Module & M,GlobalVariable * FatbinDesc,bool IsHIP,EntryArrayTy EntryArray,StringRef Suffix,bool EmitSurfacesAndTextures) createRegisterFatbinFunction() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 699 bool IsHIP = CGM.getLangOpts().HIP; makeModuleCtorFunction() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 782 bool IsHIP = CreateOffloadingDeviceToolChains() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 4835 bool IsHIP = JA.isOffloading(Action::OFK_HIP); ConstructJob() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3581 bool IsHIP = Op >= AtomicExpr::AO__hip_atomic_compare_exchange_strong && BuildAtomicExpr() local
|