Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5284 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5305 OrigAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5372 CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5380 CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5423 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceFiniFunction()
7094 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
7167 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
7504 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
H A DCGExpr.cpp2795 return CGF.EmitLoadOfPointer(Addr, PtrTy->castAs<PointerType>()); in emitDeclTargetVarDeclLValue()
2819 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction
2833 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &BaseInfo, &TBAAInfo); in EmitLoadOfPointerLValue()
H A DCGOpenMPRuntimeGPU.cpp1924 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
H A DCGStmtOpenMP.cpp607 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue()
7367 EmitLoadOfPointer(PrivAddr.withElementType(ConvertTypeForMem(PtrTy)), in EmitOMPUseDeviceAddrClause()
H A DCodeGenFunction.h2759 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,