Searched refs:IdentTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/CodeGen/ |
D | LoopGeneratorsKMP.cpp | 38 StructType *IdentTy = in createCallSpawnThreads() local 42 Type *Params[] = {IdentTy->getPointerTo(), Builder.getInt32Ty(), in createCallSpawnThreads() 318 StructType *IdentTy = in createCallGlobalThreadNum() local 322 Type *Params[] = {IdentTy->getPointerTo()}; in createCallGlobalThreadNum() 338 StructType *IdentTy = in createCallPushNumThreads() local 342 Type *Params[] = {IdentTy->getPointerTo(), Builder.getInt32Ty(), in createCallPushNumThreads() 362 StructType *IdentTy = in createCallStaticInit() local 369 Type *Params[] = {IdentTy->getPointerTo(), in createCallStaticInit() 402 StructType *IdentTy = in createCallStaticFini() local 408 Type *Params[] = {IdentTy->getPointerTo(), Builder.getInt32Ty()}; in createCallStaticFini() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 142 llvm::StructType *IdentTy = nullptr; variable
|
D | CGOpenMPRuntime.cpp | 725 IdentTy = llvm::StructType::create( in CGOpenMPRuntime() 910 CGM.getModule(), IdentTy, /*isConstant*/ true, in getOrCreateDefaultLocation() 919 llvm::Constant *Init = llvm::ConstantStruct::get(IdentTy, Values); in getOrCreateDefaultLocation() 946 Address AI = CGF.CreateTempAlloca(IdentTy, getIdentAlign(CGF.CGM), in emitUpdateLocation() 1040 if (!IdentTy) { in getIdentTyPointerTy() 1042 return llvm::PointerType::getUnqual(IdentTy); in getIdentTyPointerTy()
|