Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.h110 SystemZHazardRecognizer(const SystemZInstrInfo *tii, in SystemZHazardRecognizer() argument
112 : TII(tii), SchedModel(SM) { in SystemZHazardRecognizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h32 const HexagonInstrInfo &tii, MachineFunction &mf);
DRDFGraph.h415 TargetOperandInfo(const TargetInstrInfo &tii) : TII(tii) {} in TargetOperandInfo()
645 DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii,
DHexagonBitTracker.cpp42 const HexagonInstrInfo &tii, in HexagonEvaluator() argument
44 : MachineEvaluator(tri, mri), MF(mf), MFI(mf.getFrameInfo()), TII(tii) { in HexagonEvaluator()
DRDFGraph.cpp651 DataFlowGraph::DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii, in DataFlowGraph() argument
654 : MF(mf), TII(tii), TRI(tri), PRI(tri, mf), MDT(mdt), MDF(mdf), TOI(toi), in DataFlowGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp760 MemOpClusterMutation(const SIInstrInfo *tii) : TII(tii) {} in MemOpClusterMutation()
809 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h51 bool OptimizeFunction(MachineFunction &MF, const TargetInstrInfo *tii,
DMachineScheduler.cpp1516 BaseMemOpClusterMutation(const TargetInstrInfo *tii, in BaseMemOpClusterMutation() argument
1518 : TII(tii), TRI(tri), IsLoad(IsLoad) {} in BaseMemOpClusterMutation()
1528 StoreClusterMutation(const TargetInstrInfo *tii, in StoreClusterMutation() argument
1530 : BaseMemOpClusterMutation(tii, tri, false) {} in StoreClusterMutation()
1535 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation() argument
1536 : BaseMemOpClusterMutation(tii, tri, true) {} in LoadClusterMutation()
DBranchFolding.cpp184 const TargetInstrInfo *tii, in OptimizeFunction() argument
188 if (!tii) return false; in OptimizeFunction()
194 TII = tii; in OptimizeFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1756 const TargetInstrInfo *tii, in RegReductionPQBase() argument
1760 SrcOrder(srcorder), MF(mf), TII(tii), TRI(tri), TLI(tli) { in RegReductionPQBase()
1879 const TargetInstrInfo *tii, in RegReductionPriorityQueue() argument
1883 tii, tri, tli), in RegReductionPriorityQueue()