Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp996 const LSRUse &LU, in RateFormula()
1484 const LSRUse &LU, const Formula &F) { in isAMCompletelyFolded()
1491 const LSRUse &LU, const Formula &F) { in getScalingFactorCost()
2222 bool LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, in reconcileNewOffset()
2286 LSRUse &LU = Uses[LUIdx]; in getUse() local
2296 LSRUse &LU = Uses[LUIdx]; in getUse() local
2309 void LSRInstance::DeleteUse(LSRUse &LU, size_t LUIdx) { in DeleteUse()
2325 LSRUse &LU = Uses[LUIdx]; in FindUseWithSimilarFormula() local
3016 LSRUse &LU = Uses[LF.LUIdx]; in CollectFixupsAndInitialFormulae() local
3036 LSRInstance::InsertInitialFormula(const SCEV *S, LSRUse &LU, size_t LUIdx) { in InsertInitialFormula()
[all …]
/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/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/actions/
Daction_lu_solve.hh65 typename Interface::gene_matrix LU; in calculate() local
/external/eigen/Eigen/src/Eigen2Support/
DLU.h49 explicit LU(const T& t) : Base(t), m_originalMatrix(t) {} in LU() function
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp310 auto LU = L->use_begin(), LE = L->use_end(); in matches() local
/external/llvm/lib/IR/
DLegacyPassManager.cpp563 SmallPtrSet<Pass *, 8> &LU = DMI->second; in collectLastUses() local
1681 SmallVector<Pass *, 1> LU; in addLowerLevelRequiredPass() local
DAsmWriter.cpp151 const Use *LU = L.first; in predictValueUseListOrderImpl() local
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp152 const Use *LU = L.first; in predictValueUseListOrderImpl() local
/external/llvm/lib/Analysis/
DValueTracking.cpp1404 Operator *LU = dyn_cast<Operator>(L); in computeKnownBitsFromOperator() local
DScalarEvolution.cpp480 const SCEVUnknown *LU = cast<SCEVUnknown>(LHS); in compare() local