Searched refs:EmitLoadOfPointer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1875 SrcElementAddr = CGF.EmitLoadOfPointer( 1891 SrcElementAddr = CGF.EmitLoadOfPointer( 1898 DestElementAddr = CGF.EmitLoadOfPointer( 1906 SrcElementAddr = CGF.EmitLoadOfPointer( 3504 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
|
| H A D | CGOpenMPRuntime.cpp | 5894 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 D | CGExpr.cpp | 2469 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 D | CGStmtOpenMP.cpp | 571 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue() 6573 EmitLoadOfPointer(PrivAddr, getContext() in EmitOMPUseDeviceAddrClause()
|
| H A D | CodeGenFunction.h | 2468 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
|