Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1875 SrcElementAddr = CGF.EmitLoadOfPointer(
1891 SrcElementAddr = CGF.EmitLoadOfPointer(
1898 DestElementAddr = CGF.EmitLoadOfPointer(
1906 SrcElementAddr = CGF.EmitLoadOfPointer(
3504 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp5894 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5914 SharedAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5985 Address PtrAddr = CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5993 Address PtrAddr = CGF.EmitLoadOfPointer( in emitReduceCombFunction()
6038 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceFiniFunction()
7863 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
7917 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
8205 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
H A DCGExpr.cpp2469 return CGF.EmitLoadOfPointer(Addr, PtrTy->castAs<PointerType>()); in emitDeclTargetVarDeclLValue()
2495 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction
2509 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &BaseInfo, &TBAAInfo); in EmitLoadOfPointerLValue()
H A DCGStmtOpenMP.cpp571 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue()
6573 EmitLoadOfPointer(PrivAddr, getContext() in EmitOMPUseDeviceAddrClause()
H A DCodeGenFunction.h2468 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,