Searched refs:LlvmPtrTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h813 /// \param LlvmPtrTy - The type of the variable we are generating or
829 std::vector<Triple> TargetTriple, Type *LlvmPtrTy,
863 /// \param LlvmPtrTy - The type of the variable we are generating or
876 Type *LlvmPtrTy, Constant *Addr);
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6668 std::vector<Triple> TargetTriple, Type *LlvmPtrTy,
6694 Ptr = getOrCreateInternalVariable(LlvmPtrTy, PtrName);
6709 GlobalInitializer, VariableLinkage, LlvmPtrTy, cast<Constant>(Ptr));
6726 std::function<GlobalValue::LinkageTypes()> VariableLinkage, Type *LlvmPtrTy,
6786 LlvmPtrTy, GlobalInitializer, VariableLinkage);
6662 getAddrOfDeclareTargetVar( OffloadEntriesInfoManager::OMPTargetGlobalVarEntryKind CaptureClause, OffloadEntriesInfoManager::OMPTargetDeviceClauseKind DeviceClause, bool IsDeclaration, bool IsExternallyVisible, TargetRegionEntryInfo EntryInfo, StringRef MangledName, std::vector<GlobalVariable *> &GeneratedRefs, bool OpenMPSIMD, std::vector<Triple> TargetTriple, Type *LlvmPtrTy, std::function<Constant *()> GlobalInitializer, std::function<GlobalValue::LinkageTypes()> VariableLinkage) argument
6718 registerTargetGlobalVariable( OffloadEntriesInfoManager::OMPTargetGlobalVarEntryKind CaptureClause, OffloadEntriesInfoManager::OMPTargetDeviceClauseKind DeviceClause, bool IsDeclaration, bool IsExternallyVisible, TargetRegionEntryInfo EntryInfo, StringRef MangledName, std::vector<GlobalVariable *> &GeneratedRefs, bool OpenMPSIMD, std::vector<Triple> TargetTriple, std::function<Constant *()> GlobalInitializer, std::function<GlobalValue::LinkageTypes()> VariableLinkage, Type *LlvmPtrTy, Constant *Addr) argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1569 llvm::Type *LlvmPtrTy = CGM.getTypes().ConvertTypeForMem( local
1578 CGM.getLangOpts().OMPTargetTriples, LlvmPtrTy, AddrOfGlobal,
1583 return Address(addr, LlvmPtrTy, CGM.getContext().getDeclAlign(VD));

Completed in 214 milliseconds