/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 980 const LSRUse &LU, in RateFormula() 1468 const LSRUse &LU, const Formula &F) { in isAMCompletelyFolded() 1475 const LSRUse &LU, const Formula &F) { in getScalingFactorCost() 2206 bool LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, in reconcileNewOffset() 2270 LSRUse &LU = Uses[LUIdx]; in getUse() local 2280 LSRUse &LU = Uses[LUIdx]; in getUse() local 2293 void LSRInstance::DeleteUse(LSRUse &LU, size_t LUIdx) { in DeleteUse() 2309 LSRUse &LU = Uses[LUIdx]; in FindUseWithSimilarFormula() local 2997 LSRUse &LU = Uses[LF.LUIdx]; in CollectFixupsAndInitialFormulae() local 3017 LSRInstance::InsertInitialFormula(const SCEV *S, LSRUse &LU, size_t LUIdx) { in InsertInitialFormula() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1319 const LSRUse &LU, in RateFormula() 1736 const LSRUse &LU, const Formula &F) { in isAMCompletelyFolded() 1753 const LSRUse &LU, const Formula &F, in getScalingFactorCost() 2514 bool LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, in reconcileNewOffset() 2578 LSRUse &LU = Uses[LUIdx]; in getUse() local 2588 LSRUse &LU = Uses[LUIdx]; in getUse() local 2596 void LSRInstance::DeleteUse(LSRUse &LU, size_t LUIdx) { in DeleteUse() 2612 LSRUse &LU = Uses[LUIdx]; in FindUseWithSimilarFormula() local 3315 LSRUse &LU = Uses[LUIdx]; in CollectFixupsAndInitialFormulae() local 3343 LSRInstance::InsertInitialFormula(const SCEV *S, LSRUse &LU, size_t LUIdx) { in InsertInitialFormula() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1326 const LSRUse &LU, in RateFormula() 1743 const LSRUse &LU, const Formula &F) { in isAMCompletelyFolded() 1760 const LSRUse &LU, const Formula &F, in getScalingFactorCost() 2519 bool LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, in reconcileNewOffset() 2583 LSRUse &LU = Uses[LUIdx]; in getUse() local 2593 LSRUse &LU = Uses[LUIdx]; in getUse() local 2601 void LSRInstance::DeleteUse(LSRUse &LU, size_t LUIdx) { in DeleteUse() 2617 LSRUse &LU = Uses[LUIdx]; in FindUseWithSimilarFormula() local 3311 LSRUse &LU = Uses[LUIdx]; in CollectFixupsAndInitialFormulae() local 3339 LSRInstance::InsertInitialFormula(const SCEV *S, LSRUse &LU, size_t LUIdx) { in InsertInitialFormula() [all …]
|
/external/eigen/bench/btl/libs/blitz/ |
D | blitz_LU_solve_interface.hh | 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_LU_solve_interface.hh | 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_LU_solve_interface.hh | 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/eigen/bench/btl/actions/ |
D | action_lu_solve.hh | 65 typename Interface::gene_matrix LU; in calculate() local
|
/external/llvm-project/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 605 for (auto &LU : LastUser) { in setLastUser() local 619 auto &LU = DMI->second; in collectLastUses() local 855 for (auto LU : LastUser) { in initializeAllAnalysisInfo() local 1639 SmallVector<Pass *, 1> LU; in addLowerLevelRequiredPass() local
|
D | AsmWriter.cpp | 210 const Use *LU = L.first; in predictValueUseListOrderImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 589 for (auto LU : LastUser) { in setLastUser() local 606 SmallPtrSet<Pass *, 8> &LU = DMI->second; in collectLastUses() local 845 for (auto LU : LastUser) { in initializeAllAnalysisInfo() local 1659 SmallVector<Pass *, 1> LU; in addLowerLevelRequiredPass() local
|
D | AsmWriter.cpp | 201 const Use *LU = L.first; in predictValueUseListOrderImpl() local
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | determinant_op.cc | 62 Eigen::Matrix<Scalar, Dynamic, Dynamic> LU = lu.matrixLU(); in SLogDet() local
|
/external/llvm-project/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 318 auto LU = L->use_begin(), LE = L->use_end(); in matches() local
|
/external/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 314 auto LU = L->use_begin(), LE = L->use_end(); in matches() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 298 auto LD = LastDef[R], LU = LastUse[R]; in computeInitialLiveRanges() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 304 auto LD = LastDef[R], LU = LastUse[R]; in computeInitialLiveRanges() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 304 auto LD = LastDef[R], LU = LastUse[R]; in computeInitialLiveRanges() local
|
/external/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 559 SmallPtrSet<Pass *, 8> &LU = DMI->second; in collectLastUses() local 1670 SmallVector<Pass *, 1> LU; in addLowerLevelRequiredPass() local
|
D | AsmWriter.cpp | 156 const Use *LU = L.first; in predictValueUseListOrderImpl() local
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 157 const Use *LU = L.first; in predictValueUseListOrderImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 187 const Use *LU = L.first; in predictValueUseListOrderImpl() local
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 218 const Use *LU = L.first; in predictValueUseListOrderImpl() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1752 if (const auto *LU = M.getNamedGlobal("llvm.used")) { in emitLinkerDirectives() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1608 if (const auto *LU = M.getNamedGlobal("llvm.used")) { in doFinalization() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1211 Operator *LU = dyn_cast<Operator>(L); in computeKnownBitsFromOperator() local
|