Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp1864 Address FrameAddr = CGF.EmitLoadOfPointer( in emitGenericVarsProlog()
2179 Address SharedArgListAddress = CGF.EmitLoadOfPointer( in emitNonSPMDParallelCall()
2636 SrcElementAddr = CGF.EmitLoadOfPointer(
2652 SrcElementAddr = CGF.EmitLoadOfPointer(
2659 DestElementAddr = CGF.EmitLoadOfPointer(
2667 SrcElementAddr = CGF.EmitLoadOfPointer(
4258 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
DCGOpenMPRuntime.cpp5836 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5856 SharedAddr = CGF.EmitLoadOfPointer( in emitReduceInitFunction()
5927 Address PtrAddr = CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5935 Address PtrAddr = CGF.EmitLoadOfPointer( in emitReduceCombFunction()
5980 Address PrivateAddr = CGF.EmitLoadOfPointer( in emitReduceFiniFunction()
7620 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
7673 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
7911 BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>()); in generateInfoForComponentList()
DCGExpr.cpp2473 return CGF.EmitLoadOfPointer(Addr, PtrTy->castAs<PointerType>()); in emitDeclTargetVarDeclLValue()
2499 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction
2513 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &BaseInfo, &TBAAInfo); in EmitLoadOfPointerLValue()
DCGStmtOpenMP.cpp551 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue()
6107 EmitLoadOfPointer(PrivAddr, getContext() in EmitOMPUseDeviceAddrClause()
DCodeGenFunction.h2424 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
/external/clang/lib/CodeGen/
DCGExpr.cpp1974 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction
1985 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &Source); in EmitLoadOfPointerLValue()
DCodeGenFunction.h1678 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,