| /llvm-project-15.0.7/llvm/include/llvm/MCA/ |
| H A D | SourceMgr.h | 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
|
| H A D | IncrementalSourceMgr.h | 57 ArrayRef<UniqueInst> getInstructions() const override { in getInstructions() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.h | 79 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function 115 return Regions[Idx]->getInstructions(); in getInstructionSequence()
|
| H A D | llvm-mca.cpp | 523 ArrayRef<MCInst> Insts = Region->getInstructions(); in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DDG.h | 127 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()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DDGPrinter.cpp | 91 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 D | DDG.cpp | 43 for (Instruction *I : cast<const SimpleDDGNode>(this)->getInstructions()) in collectInstructions() 85 for (const Instruction *I : cast<const SimpleDDGNode>(N).getInstructions()) in operator <<()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.h | 145 getInstructions() const { in getInstructions() function
|
| H A D | CodeGenTarget.cpp | 491 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 152 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
|
| H A D | MachinePipeliner.h | 593 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCA/ |
| H A D | AMDGPUCustomBehaviour.cpp | 242 for (const auto &EN : llvm::enumerate(SrcMgr.getInstructions())) { in generateWaitCntInfo()
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | VirtualInstruction.cpp | 215 for (Instruction *Inst : Stmt->getInstructions()) in addInstructionRoots()
|
| H A D | ScopHelper.cpp | 671 for (Instruction *Inst : Stmt->getInstructions()) in hasDebugCall()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 75 for (MachineInstr *MI : Schedule.getInstructions()) { in expand() 129 for (MachineInstr *CI : Schedule.getInstructions()) { in generatePipelinedLoop() 1291 for (MachineInstr *MI : S.getInstructions()) { in rewrite() 2185 for (MachineInstr *MI : S.getInstructions()) { in annotate()
|
| H A D | MachinePipeliner.cpp | 616 for (SUnit *SU : Schedule.getInstructions(Cycle)) { in schedule() 2479 for (SUnit *I : getInstructions(cycle)) { in computeStart() 2758 auto &OldS = getInstructions(OldCycle); in normalizeNonPipelinedInstructions() 2760 getInstructions(NewCycle).emplace_back(&SU); in normalizeNonPipelinedInstructions()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | BlockGenerators.cpp | 462 for (Instruction *Inst : Stmt.getInstructions()) in copyBB() 1391 for (Instruction *Inst : Stmt.getInstructions()) in copyStmt()
|
| H A D | IslNodeBuilder.cpp | 235 for (Instruction *Inst : Stmt->getInstructions()) in findReferencesInStmt()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 1529 const std::vector<Instruction *> &getInstructions() const { in getInstructions() function
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 1632 for (Instruction *Inst : Stmt.getInstructions()) in removeFromStmtMap() 1651 for (Instruction *Inst : Stmt.getInstructions()) in removeFromStmtMap()
|
| H A D | ScopBuilder.cpp | 2089 for (Instruction *Inst : Stmt->getInstructions()) in buildAccessFunctions()
|