Home
last modified time | relevance | path

Searched defs:LLT (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Cholesky/
DLLT.h80 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/
DLowLevelTypeImpl.h74 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/
DX86RegisterBankInfo.h24 class LLT; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DLowLevelType.cpp19 LLT::LLT(MVT VT) { in LLT() function in LLT
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h343 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/
DLegalityPredicates.cpp34 std::initializer_list<std::pair<LLT, LLT>> TypesInit) { in typePairInSet()
/external/eigen/test/
Dnomalloc.cpp121 Eigen::LLT<Matrix> LLT; LLT.compute(A); in ctms_decompositions() local