Home
last modified time | relevance | path

Searched refs:getInstructions (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h33 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
H A DIncrementalSourceMgr.h57 ArrayRef<UniqueInst> getInstructions() const override { in getInstructions() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h127 const InstructionListType &getInstructions() const { in getInstructions() function
131 InstructionListType &getInstructions() { in getInstructions() function
133 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDDGPrinter.cpp91 for (auto *II : static_cast<const SimpleDDGNode *>(Node)->getInstructions()) in getSimpleNodeLabel()
110 for (auto *II : static_cast<const SimpleDDGNode *>(Node)->getInstructions()) in getVerboseNodeLabel()
H A DDDG.cpp43 for (Instruction *I : cast<const SimpleDDGNode>(this)->getInstructions()) in collectInstructions()
85 for (const Instruction *I : cast<const SimpleDDGNode>(N).getInstructions()) in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h107 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function
161 return Regions[Idx]->getInstructions(); in getInstructionSequence()
H A Dllvm-mca.cpp569 ArrayRef<MCInst> Insts = Region->getInstructions(); in main()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h160 getInstructions() const { in getInstructions() function
H A DCodeGenTarget.cpp510 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp246 for (const auto &EN : llvm::enumerate(SrcMgr.getInstructions())) { in generateWaitCntInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h153 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
H A DMachinePipeliner.h634 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp75 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()
H A DMachinePipeliner.cpp654 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6887 SMS.getInstructions(Cycle + Stage * SMS.getInitiationInterval()); in tooMuchRegisterPressure()