Searched refs:getInstructions (Results 1 – 11 of 11) sorted by relevance
129 const InstructionListType &getInstructions() const { in getInstructions() function133 InstructionListType &getInstructions() { in getInstructions() function135 static_cast<const SimpleDDGNode *>(this)->getInstructions()); in getInstructions()139 Instruction *getFirstInstruction() const { return getInstructions().front(); } in getFirstInstruction()140 Instruction *getLastInstruction() const { return getInstructions().back(); } in getLastInstruction()158 appendInstructions(Input.getInstructions()); in appendInstructions()
79 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function115 return Regions[Idx]->getInstructions(); in getInstructionSequence()
499 ArrayRef<MCInst> Insts = Region->getInstructions(); in main()
91 for (auto *II : static_cast<const SimpleDDGNode *>(Node)->getInstructions()) in getSimpleNodeLabel()110 for (auto *II : static_cast<const SimpleDDGNode *>(Node)->getInstructions()) in getVerboseNodeLabel()
44 for (Instruction *I : cast<const SimpleDDGNode>(this)->getInstructions()) in collectInstructions()86 for (const Instruction *I : cast<const SimpleDDGNode>(N).getInstructions()) in operator <<()
146 getInstructions() const { in getInstructions() function
471 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
151 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
584 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
74 for (MachineInstr *MI : Schedule.getInstructions()) { in expand()132 for (MachineInstr *CI : Schedule.getInstructions()) { in generatePipelinedLoop()1301 for (MachineInstr *MI : S.getInstructions()) { in rewrite()2188 for (MachineInstr *MI : S.getInstructions()) { in annotate()
616 for (SUnit *SU : Schedule.getInstructions(Cycle)) { in schedule()2485 for (SUnit *I : getInstructions(cycle)) { in computeStart()