Searched refs:EmitLoadOfPointer (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 1864 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()
|
D | CGOpenMPRuntime.cpp | 5836 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()
|
D | CGExpr.cpp | 2473 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()
|
D | CGStmtOpenMP.cpp | 551 ArgAddr = CGF.EmitLoadOfPointer( in emitOutlinedFunctionPrologue() 6107 EmitLoadOfPointer(PrivAddr, getContext() in EmitOMPUseDeviceAddrClause()
|
D | CodeGenFunction.h | 2424 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 1974 Address CodeGenFunction::EmitLoadOfPointer(Address Ptr, in EmitLoadOfPointer() function in CodeGenFunction 1985 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &Source); in EmitLoadOfPointerLValue()
|
D | CodeGenFunction.h | 1678 Address EmitLoadOfPointer(Address Ptr, const PointerType *PtrTy,
|