Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp100 class LLTCodeGen { class
105 LLTCodeGen() = default;
106 LLTCodeGen(const LLT &Ty) : Ty(Ty) {} in LLTCodeGen() function in __anon0c06086d0111::LLTCodeGen
157 bool operator<(const LLTCodeGen &Other) const { in operator <()
179 bool operator==(const LLTCodeGen &B) const { return Ty == B.Ty; } in operator ==()
183 std::set<LLTCodeGen> KnownTypes;
188 static Optional<LLTCodeGen> MVTToLLT(MVT::SimpleValueType SVT) { in MVTToLLT()
192 return LLTCodeGen( in MVTToLLT()
196 return LLTCodeGen(LLT::scalar(VT.getSizeInBits())); in MVTToLLT()
913 LLTCodeGen getFirstConditionAsRootType();
[all …]