Searched refs:CntAddr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2574 Value *CntAddr = nullptr; in emitInterWarpCopyFunction() local 2580 CntAddr = in emitInterWarpCopyFunction() 2583 CntAddr = Builder.CreateAddrSpaceCast(CntAddr, Builder.getPtrTy(), in emitInterWarpCopyFunction() 2584 CntAddr->getName() + ".ascast"); in emitInterWarpCopyFunction() 2587 CntAddr, in emitInterWarpCopyFunction() 2593 Cnt = Builder.CreateLoad(Builder.getInt32Ty(), CntAddr, in emitInterWarpCopyFunction() 2696 Builder.CreateStore(Cnt, CntAddr, /*Volatile=*/false); in emitInterWarpCopyFunction()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 11217 Address CntAddr = CGF.CreateMemTemp(ArrayTy, ".cnt.addr"); in EmitDoacrossOrdered() local 11224 CGF.EmitStoreOfScalar(CntVal, CGF.Builder.CreateConstArrayGEP(CntAddr, I), in EmitDoacrossOrdered() 11229 CGF.Builder.CreateConstArrayGEP(CntAddr, 0).emitRawPointer(CGF)}; in EmitDoacrossOrdered()
|