Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp99 class LLTCodeGen { class
104 LLTCodeGen() = default;
105 LLTCodeGen(const LLT &Ty) : Ty(Ty) {} in LLTCodeGen() function in __anon0a286f430111::LLTCodeGen
156 bool operator<(const LLTCodeGen &Other) const { in operator <()
178 bool operator==(const LLTCodeGen &B) const { return Ty == B.Ty; } in operator ==()
182 std::set<LLTCodeGen> KnownTypes;
187 static Optional<LLTCodeGen> MVTToLLT(MVT::SimpleValueType SVT) { in MVTToLLT()
194 return LLTCodeGen( in MVTToLLT()
198 return LLTCodeGen(LLT::scalar(VT.getSizeInBits())); in MVTToLLT()
981 LLTCodeGen getFirstConditionAsRootType();
[all …]