Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IndirectStoresToEmit

6807   // IndirectStoresToEmit - The set of stores to emit after the inline asm node.
6808 std::vector<std::pair<RegsForValue, Value*> > IndirectStoresToEmit;
6848 IndirectStoresToEmit.push_back(std::make_pair(OpInfo.AssignedRegs,
7066 if (!IA->hasSideEffects() && !hasMemory && IndirectStoresToEmit.empty())
7074 for (unsigned i = 0, e = IndirectStoresToEmit.size(); i != e; ++i) {
7075 RegsForValue &OutRegs = IndirectStoresToEmit[i].first;
7076 const Value *Ptr = IndirectStoresToEmit[i].second;