Searched defs:LLT (Results 1 – 7 of 7) sorted by relevance
| /external/eigen/Eigen/src/Cholesky/ |
| D | LLT.h | 80 LLT() : m_matrix(), m_isInitialized(false) {} in LLT() function 88 explicit LLT(Index size) : m_matrix(size, size), in LLT() function 92 explicit LLT(const EigenBase<InputType>& matrix) in LLT() function 107 explicit LLT(EigenBase<InputType>& matrix) in LLT() function
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | LowLevelTypeImpl.h | 74 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT() function 78 explicit LLT() : IsPointer(false), IsVector(false), RawData(0) {} in LLT() function
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| D | X86RegisterBankInfo.h | 24 class LLT; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| D | LowLevelType.cpp | 19 LLT::LLT(MVT VT) { in LLT() function in LLT
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizerInfo.h | 343 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor() 351 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor() 417 LegalizeRuleSet &legalFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in legalFor() 480 LegalizeRuleSet &lowerFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in lowerFor() 486 LegalizeRuleSet &lowerFor(std::initializer_list<std::pair<LLT, LLT>> Types, in lowerFor() 518 libcallFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in libcallFor()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalityPredicates.cpp | 34 std::initializer_list<std::pair<LLT, LLT>> TypesInit) { in typePairInSet()
|
| /external/eigen/test/ |
| D | nomalloc.cpp | 121 Eigen::LLT<Matrix> LLT; LLT.compute(A); in ctms_decompositions() local
|