Searched refs:LLTCodeGen (Results 1 – 1 of 1) sorted by relevance
98 class LLTCodeGen { class103 LLTCodeGen() = default;104 LLTCodeGen(const LLT &Ty) : Ty(Ty) {} in LLTCodeGen() function in __anon7790e1cf0111::LLTCodeGen160 bool operator<(const LLTCodeGen &Other) const { in operator <()194 bool operator==(const LLTCodeGen &B) const { return Ty == B.Ty; } in operator ==()198 std::set<LLTCodeGen> KnownTypes;203 static std::optional<LLTCodeGen> MVTToLLT(MVT::SimpleValueType SVT) { in MVTToLLT()207 return LLTCodeGen( in MVTToLLT()211 return LLTCodeGen(LLT::scalar(VT.getSizeInBits())); in MVTToLLT()995 LLTCodeGen getFirstConditionAsRootType();[all …]