Searched refs:EmitLoadOfPointer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1600 SrcElementAddr = CGF.EmitLoadOfPointer( 1616 SrcElementAddr = CGF.EmitLoadOfPointer( 1623 DestElementAddr = CGF.EmitLoadOfPointer( 3130 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
|
| H A D | CGOpenMPRuntime.cpp | 5268 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction() 5289 OrigAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction() 5356 CGF.EmitLoadOfPointer( in emitReduceCombFunction() 5364 CGF.EmitLoadOfPointer( in emitReduceCombFunction() 5407 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceFiniFunction() 7071 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList() 7144 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList() 7475 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
|
| H A D | CGExpr.cpp | 2780 return CGF.EmitLoadOfPointer(Addr, PtrTy->castAs<PointerType>()); in emitDeclTargetVarDeclLValue() 2807 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction 2822 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &BaseInfo, &TBAAInfo); in EmitLoadOfPointerLValue()
|
| H A D | CodeGenFunction.h | 2602 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
|
| H A D | CGStmtOpenMP.cpp | 579 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue() 7295 EmitLoadOfPointer(PrivAddr.withElementType(ConvertTypeForMem(PtrTy)), in EmitOMPUseDeviceAddrClause()
|