Home
last modified time | relevance | path

Searched refs:LLTCodeGen (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp100 class LLTCodeGen { class
105 LLTCodeGen() = default;
106 LLTCodeGen(const LLT &Ty) : Ty(Ty) {} in LLTCodeGen() function in __anon7e76e5f80111::LLTCodeGen
183 std::set<LLTCodeGen> KnownTypes;
192 return LLTCodeGen( in MVTToLLT()
916 LLTCodeGen getFirstConditionAsRootType();
1128 LLTCodeGen Ty;
1165 LLTCodeGen getTy() const { return Ty; } in getTy()
2676 LLTCodeGen Ty;
3231 Optional<LLTCodeGen> MemTyOrNone = in createAndImportSelDAGMatcher()
[all …]