Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegion.h105 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function
158 return Regions[Idx]->getInstructions(); in getInstructionSequence()
H A Dllvm-mca.cpp569 ArrayRef<MCInst> Insts = Region->getInstructions(); in main()
/openbsd-src/gnu/llvm/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 <<()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.h145 getInstructions() const { in getInstructions() function
H A DCodeGenTarget.cpp500 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h152 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
H A DMachinePipeliner.h633 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp242 for (const auto &EN : llvm::enumerate(SrcMgr.getInstructions())) { in generateWaitCntInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp75 for (MachineInstr *MI : Schedule.getInstructions()) { in expand()
135 for (MachineInstr *CI : Schedule.getInstructions()) { in generatePipelinedLoop()
1312 for (MachineInstr *MI : S.getInstructions()) { in rewrite()
2206 for (MachineInstr *MI : S.getInstructions()) { in annotate()
H A DMachinePipeliner.cpp636 for (SUnit *SU : Schedule.getInstructions(Cycle)) { in schedule()
2437 for (SUnit *I : getInstructions(cycle)) { in computeStart()
2716 auto &OldS = getInstructions(OldCycle); in normalizeNonPipelinedInstructions()
2718 getInstructions(NewCycle).emplace_back(&SU); in normalizeNonPipelinedInstructions()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6912 SMS.getInstructions(Cycle + Stage * SMS.getInitiationInterval()); in tooMuchRegisterPressure()