Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h57 ArrayRef<UniqueInst> getInstructions() const override { in getInstructions() function
H A DSourceMgr.h69 ArrayRef<UniqueInst> getInstructions() const override { return Sequence; } in getInstructions() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h127 const InstructionListType &getInstructions() const { in getInstructions() function
131 InstructionListType &getInstructions() { in getInstructions() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h163 getInstructions() const { in getInstructions() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h120 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h153 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
H A DMachinePipeliner.h639 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function