Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT() function
85 explicit LLT() : IsPointer(false), IsVector(false), RawData(0) {} in LLT() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.h23 class LLT; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAnalysis.h28 class LLT; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLowLevelType.cpp18 LLT::LLT(MVT VT) { in LLT() function in LLT
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.h27 class LLT; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h407 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor()
415 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor()
490 LegalizeRuleSet &legalFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in legalFor()
573 LegalizeRuleSet &lowerFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in lowerFor()
579 LegalizeRuleSet &lowerFor(std::initializer_list<std::pair<LLT, LLT>> Types, in lowerFor()
611 libcallFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in libcallFor()
691 LegalizeRuleSet &customFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in customFor()
/external/eigen/test/
Dnomalloc.cpp120 Eigen::LLT<Matrix> LLT; LLT.compute(A); in ctms_decompositions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp44 std::initializer_list<std::pair<LLT, LLT>> TypesInit) { in typePairInSet()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp216 const char *RegName, LLT /*VT*/, in getRegisterByName() argument