Home
last modified time | relevance | path

Searched defs:getInstructions (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDIncrementalSourceMgr.h57 ArrayRef<UniqueInst> getInstructions() const override { in getInstructions() function
HDSourceMgr.h69 ArrayRef<UniqueInst> getInstructions() const override { return Sequence; } in getInstructions() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDDG.h127 const InstructionListType &getInstructions() const { in getInstructions() function
131 InstructionListType &getInstructions() { in getInstructions() function
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDCodeRegion.h120 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenTarget.h163 getInstructions() const { in getInstructions() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDModuloSchedule.h153 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
HDMachinePipeliner.h639 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function