Home
last modified time | relevance | path

Searched refs:EmitLoadOfPointer (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1600 SrcElementAddr = CGF.EmitLoadOfPointer(
1616 SrcElementAddr = CGF.EmitLoadOfPointer(
1623 DestElementAddr = CGF.EmitLoadOfPointer(
3130 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp5268 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 DCGExpr.cpp2780 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 DCodeGenFunction.h2602 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
H A DCGStmtOpenMP.cpp579 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue()
7295 EmitLoadOfPointer(PrivAddr.withElementType(ConvertTypeForMem(PtrTy)), in EmitOMPUseDeviceAddrClause()