/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | LoopPassManager.h | 158 for (Loop *NewL : NewChildLoops) 159 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must " 179 for (Loop *NewL : NewSibLoops) 180 assert(NewL->getParentLoop() == ParentL &&
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 749 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 751 if (NewU == NewL) in smax() 753 return ConstantRange(NewL, NewU); in smax() 762 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 764 if (NewU == NewL) in umax() 766 return ConstantRange(NewL, NewU); in umax() 775 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local 777 if (NewU == NewL) in smin() 779 return ConstantRange(NewL, NewU); in smin() 788 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 993 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 995 return getNonEmpty(std::move(NewL), std::move(NewU)); in smax() 1004 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 1006 return getNonEmpty(std::move(NewL), std::move(NewU)); in umax() 1015 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local 1017 return getNonEmpty(std::move(NewL), std::move(NewU)); in smin() 1026 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local 1028 return getNonEmpty(std::move(NewL), std::move(NewU)); in umin() 1304 APInt NewL = getUnsignedMin().uadd_sat(Other.getUnsignedMin()); in uadd_sat() local 1306 return getNonEmpty(std::move(NewL), std::move(NewU)); in uadd_sat() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantRange.cpp | 1059 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 1061 return getNonEmpty(std::move(NewL), std::move(NewU)); in smax() 1070 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 1072 return getNonEmpty(std::move(NewL), std::move(NewU)); in umax() 1081 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local 1083 return getNonEmpty(std::move(NewL), std::move(NewU)); in smin() 1092 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local 1094 return getNonEmpty(std::move(NewL), std::move(NewU)); in umin() 1406 APInt NewL = getUnsignedMin().uadd_sat(Other.getUnsignedMin()); in uadd_sat() local 1408 return getNonEmpty(std::move(NewL), std::move(NewU)); in uadd_sat() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | LoopPassManager.h | 187 for (Loop *NewL : NewChildLoops) 188 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must " 208 for (Loop *NewL : NewSibLoops) 209 assert(NewL->getParentLoop() == ParentL &&
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 835 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() argument 838 NewL(NewL) {} in AddRecLoopReplacer() 845 return SE.getAddRecExpr(Operands, &NewL, Expr->getNoWrapFlags()); in visitAddRecExpr() 866 const Loop &OldL, &NewL; member in __anon44484aab0111::LoopFuser::AddRecLoopReplacer
|
D | SimpleLoopUnswitch.cpp | 2965 for (auto *NewL : NewLoops) in runOnLoop() local 2966 LPM.addLoop(*NewL); in runOnLoop()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 1016 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() argument 1019 NewL(NewL) {} in AddRecLoopReplacer() 1026 return SE.getAddRecExpr(Operands, &NewL, Expr->getNoWrapFlags()); in visitAddRecExpr() 1047 const Loop &OldL, &NewL; member in __anon6de1ce370111::LoopFuser::AddRecLoopReplacer
|
D | SimpleLoopUnswitch.cpp | 3027 for (auto *NewL : NewLoops) in runOnLoop() local 3028 LPM.addLoop(*NewL); in runOnLoop()
|
/external/llvm-project/polly/include/polly/ |
D | ScopBuilder.h | 143 isl::set adjustDomainDimensions(isl::set Dom, Loop *OldL, Loop *NewL);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 634 SDValue NewL; in SoftenFloatRes_LOAD() local 636 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(), in SoftenFloatRes_LOAD() 643 if (N != NewL.getValue(1).getNode()) in SoftenFloatRes_LOAD() 644 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD() 645 return NewL; in SoftenFloatRes_LOAD() 649 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD() 657 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD() 658 auto ExtendNode = DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL); in SoftenFloatRes_LOAD()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 685 SDValue NewL; in SoftenFloatRes_LOAD() local 687 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(), NVT, dl, in SoftenFloatRes_LOAD() 693 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD() 694 return NewL; in SoftenFloatRes_LOAD() 698 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, L->getMemoryVT(), in SoftenFloatRes_LOAD() 704 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD() 705 auto ExtendNode = DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL); in SoftenFloatRes_LOAD() 2753 SDValue NewL = in SoftPromoteHalfRes_LOAD() local 2760 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftPromoteHalfRes_LOAD() 2761 return NewL; in SoftPromoteHalfRes_LOAD()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 657 SDValue NewL; in SoftenFloatRes_LOAD() local 659 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(), NVT, dl, in SoftenFloatRes_LOAD() 665 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD() 666 return NewL; in SoftenFloatRes_LOAD() 670 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, L->getMemoryVT(), in SoftenFloatRes_LOAD() 676 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD() 677 auto ExtendNode = DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL); in SoftenFloatRes_LOAD()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopBuilder.cpp | 298 Loop *NewL) { in adjustDomainDimensions() argument 300 if (NewL == OldL) in adjustDomainDimensions() 304 int NewDepth = scop->getRelativeLoopDepth(NewL); in adjustDomainDimensions() 317 assert(OldL->getParentLoop() == NewL->getParentLoop()); in adjustDomainDimensions() 324 assert(NewL->getParentLoop() == OldL || in adjustDomainDimensions() 325 ((!OldL || !R.contains(OldL)) && R.contains(NewL))); in adjustDomainDimensions()
|