Home
last modified time | relevance | path

Searched refs:tii (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h110 SystemZHazardRecognizer(const SystemZInstrInfo *tii, in SystemZHazardRecognizer() argument
112 : TII(tii), SchedModel(SM) { in SystemZHazardRecognizer()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h32 const HexagonInstrInfo &tii, MachineFunction &mf);
H A DHexagonBitTracker.cpp42 const HexagonInstrInfo &tii, in HexagonEvaluator() argument
44 : MachineEvaluator(tri, mri), MF(mf), MFI(mf.getFrameInfo()), TII(tii) { in HexagonEvaluator()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h453 TargetOperandInfo(const TargetInstrInfo &tii) : TII(tii) {} in TargetOperandInfo()
661 DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii,
664 DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h44 bool OptimizeFunction(MachineFunction &MF, const TargetInstrInfo *tii,
H A DRDFGraph.cpp637 DataFlowGraph::DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii, in DataFlowGraph() argument
641 : DefaultTOI(std::make_unique<TargetOperandInfo>(tii)), MF(mf), TII(tii), in DataFlowGraph()
645 DataFlowGraph::DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii, in DataFlowGraph() argument
650 : MF(mf), TII(tii), TRI(tri), PRI(tri, mf), MDT(mdt), MDF(mdf), TOI(toi), in DataFlowGraph()
H A DBranchFolding.cpp181 const TargetInstrInfo *tii, in OptimizeFunction() argument
184 if (!tii) return false; in OptimizeFunction()
190 TII = tii; in OptimizeFunction()
H A DMachineScheduler.cpp1789 BaseMemOpClusterMutation(const TargetInstrInfo *tii, in BaseMemOpClusterMutation() argument
1792 : TII(tii), TRI(tri), IsLoad(IsLoad), in BaseMemOpClusterMutation()
1808 StoreClusterMutation(const TargetInstrInfo *tii, in StoreClusterMutation() argument
1811 : BaseMemOpClusterMutation(tii, tri, false, ReorderWhileClustering) {} in StoreClusterMutation()
1816 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri, in LoadClusterMutation() argument
1818 : BaseMemOpClusterMutation(tii, tri, true, ReorderWhileClustering) {} in LoadClusterMutation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp918 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1763 const TargetInstrInfo *tii, in RegReductionPQBase() argument
1767 SrcOrder(srcorder), MF(mf), TII(tii), TRI(tri), TLI(tli) { in RegReductionPQBase()
1889 const TargetInstrInfo *tii, in RegReductionPriorityQueue() argument
1893 tii, tri, tli), in RegReductionPriorityQueue()