Searched refs:LHSAddr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 187 SimplifiedAddress &LHSAddr = SimplifiedLHS->second; in visitCmpInst() local 189 if (LHSAddr.Base == RHSAddr.Base) { in visitCmpInst() 190 LHS = LHSAddr.Offset; in visitCmpInst()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 4734 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction() local 4739 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr); in EmitOMPAggregateReduction() 4742 llvm::Value *LHSBegin = LHSAddr.emitRawPointer(CGF); in EmitOMPAggregateReduction() 4745 CGF.Builder.CreateGEP(LHSAddr.getElementType(), LHSBegin, NumElements); in EmitOMPAggregateReduction() 4770 LHSElementPHI, LHSAddr.getElementType(), in EmitOMPAggregateReduction() 4771 LHSAddr.getAlignment().alignmentOfArrayElement(ElementSize)); in EmitOMPAggregateReduction() 4783 LHSAddr.getElementType(), LHSElementPHI, /*Idx0=*/1, in EmitOMPAggregateReduction()
|
H A D | CGStmtOpenMP.cpp | 3781 Address LHSAddr = Address::invalid(); in emitScanBasedDirective() local 3788 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(); in emitScanBasedDirective() 3790 PrivScope.addPrivate(LHSVD, LHSAddr); in emitScanBasedDirective()
|