Searched refs:getInstructions (Results 1 – 15 of 15) sorted by relevance
33 virtual ArrayRef<UniqueInst> getInstructions() const = 0;37 virtual size_t size() const { return getInstructions().size(); } in size()69 ArrayRef<UniqueInst> getInstructions() const override { return Sequence; } in getInstructions() function
57 ArrayRef<UniqueInst> getInstructions() const override { in getInstructions() function
127 const InstructionListType &getInstructions() const { in getInstructions() function131 InstructionListType &getInstructions() { in getInstructions() function133 static_cast<const SimpleDDGNode *>(this)->getInstructions()); in getInstructions()137 Instruction *getFirstInstruction() const { return getInstructions().front(); } in getFirstInstruction()138 Instruction *getLastInstruction() const { return getInstructions().back(); } in getLastInstruction()156 appendInstructions(Input.getInstructions()); in appendInstructions()
91 for (auto *II : static_cast<const SimpleDDGNode *>(Node)->getInstructions()) in getSimpleNodeLabel()110 for (auto *II : static_cast<const SimpleDDGNode *>(Node)->getInstructions()) in getVerboseNodeLabel()
43 for (Instruction *I : cast<const SimpleDDGNode>(this)->getInstructions()) in collectInstructions()85 for (const Instruction *I : cast<const SimpleDDGNode>(N).getInstructions()) in operator <<()
107 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function161 return Regions[Idx]->getInstructions(); in getInstructionSequence()
569 ArrayRef<MCInst> Insts = Region->getInstructions(); in main()
160 getInstructions() const { in getInstructions() function
510 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
246 for (const auto &EN : llvm::enumerate(SrcMgr.getInstructions())) { in generateWaitCntInfo()
153 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
634 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
75 for (MachineInstr *MI : Schedule.getInstructions()) { in expand()132 for (MachineInstr *CI : Schedule.getInstructions()) { in generatePipelinedLoop()1307 for (MachineInstr *MI : S.getInstructions()) { in rewrite()2201 for (MachineInstr *MI : S.getInstructions()) { in annotate()
654 for (SUnit *SU : Schedule.getInstructions(Cycle)) { in schedule()1034 for (SUnit *SU : llvm::reverse(Schedule.getInstructions( in computeScheduledInsts()2869 for (SUnit *I : getInstructions(cycle)) { in computeStart()3147 auto &OldS = getInstructions(OldCycle); in normalizeNonPipelinedInstructions()3149 getInstructions(NewCycle).emplace_back(&SU); in normalizeNonPipelinedInstructions()
6887 SMS.getInstructions(Cycle + Stage * SMS.getInitiationInterval()); in tooMuchRegisterPressure()