Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h129 const InstructionListType &getInstructions() const { in getInstructions() function
133 InstructionListType &getInstructions() { in getInstructions() function
135 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegion.h79 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function
115 return Regions[Idx]->getInstructions(); in getInstructionSequence()
H A Dllvm-mca.cpp499 ArrayRef<MCInst> Insts = Region->getInstructions(); in main()
/netbsd-src/external/apache2/llvm/dist/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.cpp44 for (Instruction *I : cast<const SimpleDDGNode>(this)->getInstructions()) in collectInstructions()
86 for (const Instruction *I : cast<const SimpleDDGNode>(N).getInstructions()) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h146 getInstructions() const { in getInstructions() function
H A DCodeGenTarget.cpp471 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h151 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
H A DMachinePipeliner.h584 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp74 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()
H A DMachinePipeliner.cpp616 for (SUnit *SU : Schedule.getInstructions(Cycle)) { in schedule()
2485 for (SUnit *I : getInstructions(cycle)) { in computeStart()