Home
last modified time | relevance | path

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

12

/external/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()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.h110 SystemZHazardRecognizer(const SystemZInstrInfo *tii, in SystemZHazardRecognizer() argument
112 : TII(tii), SchedModel(SM) { in SystemZHazardRecognizer()
/external/cldr/common/testData/transforms/
Dky-Latn-t-ky-m0-bgn.txt9 тийиш tiĭish
180 гөтийиш götiĭish
295 тийбестикке tiĭbestikke
424 тийбестигине tiĭbestigine
567 тийиштүү tiĭishtüü
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h27 const HexagonInstrInfo &tii, MachineFunction &mf);
DRDFGraph.h401 TargetOperandInfo(const TargetInstrInfo &tii) : TII(tii) {} in TargetOperandInfo()
597 DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii,
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp55 const TargetInstrInfo *tii) { in init() argument
58 TII = tii; in init()
DBranchFolding.h36 bool OptimizeFunction(MachineFunction &MF, const TargetInstrInfo *tii,
DMachineScheduler.cpp1374 BaseMemOpClusterMutation(const TargetInstrInfo *tii, in BaseMemOpClusterMutation() argument
1376 : TII(tii), TRI(tri), IsLoad(IsLoad) {} in BaseMemOpClusterMutation()
1386 StoreClusterMutation(const TargetInstrInfo *tii, in StoreClusterMutation() argument
1388 : BaseMemOpClusterMutation(tii, tri, false) {} in StoreClusterMutation()
1393 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation() argument
1394 : BaseMemOpClusterMutation(tii, tri, true) {} in LoadClusterMutation()
DBranchFolding.cpp201 const TargetInstrInfo *tii, in OptimizeFunction() argument
205 if (!tii) return false; in OptimizeFunction()
210 TII = tii; in OptimizeFunction()
/external/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,
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h32 const HexagonInstrInfo &tii, MachineFunction &mf);
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h55 const TargetInstrInfo *tii);
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DBranchFolding.h46 bool OptimizeFunction(MachineFunction &MF, const TargetInstrInfo *tii,
DMachineScheduler.cpp1540 BaseMemOpClusterMutation(const TargetInstrInfo *tii, in BaseMemOpClusterMutation() argument
1542 : TII(tii), TRI(tri), IsLoad(IsLoad) {} in BaseMemOpClusterMutation()
1557 StoreClusterMutation(const TargetInstrInfo *tii, in StoreClusterMutation() argument
1559 : BaseMemOpClusterMutation(tii, tri, false) {} in StoreClusterMutation()
1564 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation() argument
1565 : BaseMemOpClusterMutation(tii, tri, true) {} in LoadClusterMutation()
DBranchFolding.cpp179 const TargetInstrInfo *tii, in OptimizeFunction() argument
182 if (!tii) return false; in OptimizeFunction()
188 TII = tii; in OptimizeFunction()
/external/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()
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h415 TargetOperandInfo(const TargetInstrInfo &tii) : TII(tii) {} in TargetOperandInfo()
645 DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii,
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp805 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1650 const TargetInstrInfo *tii, in RegReductionPQBase() argument
1655 MF(mf), TII(tii), TRI(tri), TLI(tli), scheduleDAG(nullptr) { in RegReductionPQBase()
1770 const TargetInstrInfo *tii, in RegReductionPriorityQueue() argument
1774 tii, tri, tli), in RegReductionPriorityQueue()
/external/llvm-project/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()
1882 const TargetInstrInfo *tii, in RegReductionPriorityQueue() argument
1886 tii, tri, tli), in RegReductionPriorityQueue()
/external/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()

12