Lines Matching defs:Instructions
61 std::vector<AsmWriterInst> Instructions;
177 for (size_t i = 0, e = Instructions.size(); i != e; ++i) {
178 const AsmWriterInst &Inst = Instructions[i];
214 const AsmWriterInst &FirstInst = Instructions[Idxs.front()];
223 const AsmWriterInst &OtherInst = Instructions[Idx];
349 for (AsmWriterInst &AWI : Instructions) {
361 for (AsmWriterInst &AWI : Instructions) {
414 OpcodeInfo[Instructions[Idx].CGIIndex] |=
417 AsmWriterInst &Inst = Instructions[Idx];
483 /// clearing the Instructions vector.
558 llvm::erase_if(Instructions,
563 std::reverse(Instructions.begin(), Instructions.end());
569 if (!Instructions.empty()) {
573 while (!Instructions.empty())
574 EmitInstructions(Instructions, O, PassSubtarget);
1328 Instructions.emplace_back(*I, i, Variant);