Searched refs:EmitLoadOfPointer (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5532 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction() 5552 OrigAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction() 5619 CGF.EmitLoadOfPointer( in emitReduceCombFunction() 5626 CGF.EmitLoadOfPointer( in emitReduceCombFunction() 5669 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceFiniFunction() 7350 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); 7426 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); 7765 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>());
|
| H A D | CGExpr.cpp | 2920 return CGF.EmitLoadOfPointer(Addr, PtrTy->castAs<PointerType>()); in emitDeclTargetVarDeclLValue() 2966 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction 2980 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &BaseInfo, &TBAAInfo); in EmitLoadOfPointerLValue()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1923 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
|
| H A D | CGStmtOpenMP.cpp | 637 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue() 7587 EmitLoadOfPointer(PrivAddr.withElementType(ConvertTypeForMem(PtrTy)), in EmitOMPUseDeviceAddrClause()
|
| H A D | CodeGenFunction.h | 2766 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
|