Searched refs:CntAddr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2709 Value *CntAddr = nullptr; in emitInterWarpCopyFunction() local 2715 CntAddr = in emitInterWarpCopyFunction() 2718 CntAddr = Builder.CreateAddrSpaceCast(CntAddr, Builder.getPtrTy(), in emitInterWarpCopyFunction() 2719 CntAddr->getName() + ".ascast"); in emitInterWarpCopyFunction() 2722 CntAddr, in emitInterWarpCopyFunction() 2728 Cnt = Builder.CreateLoad(Builder.getInt32Ty(), CntAddr, in emitInterWarpCopyFunction() 2837 Builder.CreateStore(Cnt, CntAddr, /*Volatile=*/false); in emitInterWarpCopyFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 11284 Address CntAddr = CGF.CreateMemTemp(ArrayTy, ".cnt.addr"); in EmitDoacrossOrdered() local 11291 CGF.EmitStoreOfScalar(CntVal, CGF.Builder.CreateConstArrayGEP(CntAddr, I), in EmitDoacrossOrdered() 11296 CGF.Builder.CreateConstArrayGEP(CntAddr, 0).emitRawPointer(CGF)}; in EmitDoacrossOrdered()
|