Home
last modified time | relevance | path

Searched defs:LU (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp980 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/
DLoopStrengthReduce.cpp1319 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/
DLoopStrengthReduce.cpp1326 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/
Dblitz_LU_solve_interface.hh87 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/
Dmtl4_LU_solve_interface.hh87 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/
Dgmm_LU_solve_interface.hh87 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/
Daction_lu_solve.hh65 typename Interface::gene_matrix LU; in calculate() local
/external/llvm-project/llvm/lib/IR/
DLegacyPassManager.cpp605 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
DAsmWriter.cpp210 const Use *LU = L.first; in predictValueUseListOrderImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp589 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
DAsmWriter.cpp201 const Use *LU = L.first; in predictValueUseListOrderImpl() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Ddeterminant_op.cc62 Eigen::Matrix<Scalar, Dynamic, Dynamic> LU = lu.matrixLU(); in SLogDet() local
/external/llvm-project/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp318 auto LU = L->use_begin(), LE = L->use_end(); in matches() local
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp314 auto LU = L->use_begin(), LE = L->use_end(); in matches() local
/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp298 auto LD = LastDef[R], LU = LastUse[R]; in computeInitialLiveRanges() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp304 auto LD = LastDef[R], LU = LastUse[R]; in computeInitialLiveRanges() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp304 auto LD = LastDef[R], LU = LastUse[R]; in computeInitialLiveRanges() local
/external/llvm/lib/IR/
DLegacyPassManager.cpp559 SmallPtrSet<Pass *, 8> &LU = DMI->second; in collectLastUses() local
1670 SmallVector<Pass *, 1> LU; in addLowerLevelRequiredPass() local
DAsmWriter.cpp156 const Use *LU = L.first; in predictValueUseListOrderImpl() local
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp157 const Use *LU = L.first; in predictValueUseListOrderImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp187 const Use *LU = L.first; in predictValueUseListOrderImpl() local
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp218 const Use *LU = L.first; in predictValueUseListOrderImpl() local
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1752 if (const auto *LU = M.getNamedGlobal("llvm.used")) { in emitLinkerDirectives() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1608 if (const auto *LU = M.getNamedGlobal("llvm.used")) { in doFinalization() local
/external/llvm/lib/Analysis/
DValueTracking.cpp1211 Operator *LU = dyn_cast<Operator>(L); in computeKnownBitsFromOperator() local

12