HomeSort by: relevance | last modified time | path
    Searched defs:getInstructions (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
CodeRegion.h 79 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; }
115 return Regions[Idx]->getInstructions();
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h 146 getInstructions() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ModuloSchedule.h 151 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; }
MachinePipeliner.h 584 std::deque<SUnit *> &getInstructions(int cycle) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DDG.h 129 const InstructionListType &getInstructions() const {
133 InstructionListType &getInstructions() {
135 static_cast<const SimpleDDGNode *>(this)->getInstructions());
139 Instruction *getFirstInstruction() const { return getInstructions().front(); }
140 Instruction *getLastInstruction() const { return getInstructions().back(); }
158 appendInstructions(Input.getInstructions());

Completed in 60 milliseconds