Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A DCodeRegion.h77 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function
117 return Regions[Idx]->getInstructions(); in getInstructionSequence()
H A Dllvm-mca.cpp412 ArrayRef<MCInst> Insts = Region->getInstructions(); in main()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h136 getInstructions() const { in getInstructions() function
H A DCodeGenTarget.cpp364 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h591 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1859 std::deque<SUnit *> &CycleInstrs = Schedule.getInstructions(Cycle); in generatePipelinedLoop()
3236 for (SUnit *I : getInstructions(cycle)) { in computeStart()