Searched refs:Literals (Results 1 – 6 of 6) sorted by relevance
364 const std::vector<unsigned> &Literals) const { in insertLiterals()366 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) { in insertLiterals()367 unsigned LiteralPair0 = Literals[i]; in insertLiterals()368 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0; in insertLiterals()390 std::vector<MachineOperand *>Literals; in MakeALUClause() local400 getLiteral(*BI, Literals); in MakeALUClause()406 getLiteral(*I, Literals); in MakeALUClause()410 for (unsigned i = 0, e = Literals.size(); i < e; i += 2) { in MakeALUClause()413 if (Literals[i]->isImm()) { in MakeALUClause()414 MILit.addImm(Literals[i]->getImm()); in MakeALUClause()[all …]
575 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local582 Literals.insert(Src.second); in fitsConstReadLimitations()583 if (Literals.size() > 4) in fitsConstReadLimitations()
46 void addClause(ArrayRef<Literal> Literals) { in addClause()48 assert(!Literals.empty() && Literals.size() <= 3); in addClause()51 for (auto L : Literals) { in addClause()
78 //--- Literals -----------------------------------------------------------//
13 Literals or match lengths are compressed with one Huffman tree, and
186 // C99 6.4.5: String Literals.193 // C++11 String Literals.