Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h376 llvm::Type *getIdentTyPointerTy();
H A DCGOpenMPRuntime.cpp1484 llvm::Type *CGOpenMPRuntime::getIdentTyPointerTy() { in getIdentTyPointerTy() function in CGOpenMPRuntime
1518 getIdentTyPointerTy(), // loc in createForStaticInitFunction()
1542 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction()
1564 getIdentTyPointerTy(), // loc in createDispatchFiniFunction()
1583 getIdentTyPointerTy(), // loc in createDispatchNextFunction()
H A DCGOpenMPRuntimeGPU.cpp1608 cast<llvm::PointerType>(getIdentTyPointerTy())), in syncCTAThreads()