Searched refs:EmitLoadOfPointer (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 5284 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 D | CGExpr.cpp | 2795 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 D | CGOpenMPRuntimeGPU.cpp | 1924 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
|
H A D | CGStmtOpenMP.cpp | 607 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue() 7367 EmitLoadOfPointer(PrivAddr.withElementType(ConvertTypeForMem(PtrTy)), in EmitOMPUseDeviceAddrClause()
|
H A D | CodeGenFunction.h | 2759 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
|