Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.h23 class LLT; variable
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAnalysis.h28 class LLT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLowLevelType.cpp18 LLT::LLT(MVT VT) { in LLT() function in LLT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.h27 class LLT; variable
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp44 std::initializer_list<std::pair<LLT, LLT>> TypesInit) { in typePairInSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp216 const char *RegName, LLT /*VT*/, in getRegisterByName() argument