Home
last modified time | relevance | path

Searched refs:EmitLoadOfPointer (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1911 CGF.EmitLoadOfPointer(CGF.Builder.CreateElementBitCast(
1928 CGF.EmitLoadOfPointer(CGF.Builder.CreateElementBitCast(
1936 CGF.EmitLoadOfPointer(CGF.Builder.CreateElementBitCast(
1945 CGF.EmitLoadOfPointer(CGF.Builder.CreateElementBitCast(
3560 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp5784 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5806 OrigAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5873 CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5881 CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5925 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceFiniFunction()
7806 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
7860 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
8151 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
H A DCGExpr.cpp2554 return CGF.EmitLoadOfPointer(Addr, PtrTy->castAs<PointerType>()); in emitDeclTargetVarDeclLValue()
2581 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction
2596 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &BaseInfo, &TBAAInfo); in EmitLoadOfPointerLValue()
H A DCodeGenFunction.h2532 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
H A DCGStmtOpenMP.cpp578 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue()
7256 PrivAddr = EmitLoadOfPointer( in EmitOMPUseDeviceAddrClause()