Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp2232 Address FrameAddr = CGF.EmitLoadOfPointer( in emitGenericVarsProlog()
2535 Address SharedArgListAddress = CGF.EmitLoadOfPointer( in emitNonSPMDParallelCall()
2964 SrcElementAddr = CGF.EmitLoadOfPointer(
2982 SrcElementAddr = CGF.EmitLoadOfPointer(
2990 DestElementAddr = CGF.EmitLoadOfPointer(
2999 SrcElementAddr = CGF.EmitLoadOfPointer(
4132 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp5877 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5900 SharedAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5971 Address PtrAddr = CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5979 Address PtrAddr = CGF.EmitLoadOfPointer( in emitReduceCombFunction()
6024 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceFiniFunction()
7039 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
H A DCGExpr.cpp2296 return CGF.EmitLoadOfPointer(Addr, PtrTy->castAs<PointerType>()); in emitDeclTargetLinkVarDeclLValue()
2322 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction
2336 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &BaseInfo, &TBAAInfo); in EmitLoadOfPointerLValue()
H A DCodeGenFunction.h2144 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
H A DCGStmtOpenMP.cpp515 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue()