Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1862 Address FrameAddr = CGF.EmitLoadOfPointer( in emitGenericVarsProlog()
2463 SrcElementAddr = CGF.EmitLoadOfPointer(
2479 SrcElementAddr = CGF.EmitLoadOfPointer(
2486 DestElementAddr = CGF.EmitLoadOfPointer(
2494 SrcElementAddr = CGF.EmitLoadOfPointer(
4094 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp5881 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5901 SharedAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5972 Address PtrAddr = CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5980 Address PtrAddr = CGF.EmitLoadOfPointer( in emitReduceCombFunction()
6025 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceFiniFunction()
7680 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
7734 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
8022 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
H A DCGExpr.cpp2469 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 DCGStmtOpenMP.cpp565 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue()
6540 EmitLoadOfPointer(PrivAddr, getContext() in EmitOMPUseDeviceAddrClause()
H A DCodeGenFunction.h2468 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,