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.cpp5532 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 DCGExpr.cpp2920 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 DCGOpenMPRuntimeGPU.cpp1923 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
H A DCGStmtOpenMP.cpp637 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue()
7587 EmitLoadOfPointer(PrivAddr.withElementType(ConvertTypeForMem(PtrTy)), in EmitOMPUseDeviceAddrClause()
H A DCodeGenFunction.h2766 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,