Home
last modified time | relevance | path

Searched defs:tri (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.h60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair()
65 const TargetRegisterInfo &tri) in CoalescerPair()
H A DInterferenceCache.cpp54 const TargetRegisterInfo *tri) { in init()
H A DLiveRangeEdit.cpp168 const TargetRegisterInfo &tri, in rematerializeAt()
H A DRDFRegisters.cpp27 PhysicalRegisterInfo::PhysicalRegisterInfo(const TargetRegisterInfo &tri, in PhysicalRegisterInfo()
H A DMachineScheduler.cpp1541 const TargetRegisterInfo *tri, bool IsLoad) in BaseMemOpClusterMutation()
1558 const TargetRegisterInfo *tri) in StoreClusterMutation()
1564 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation()
H A DBranchFolding.cpp180 const TargetRegisterInfo *tri, in OptimizeFunction()
H A DRDFGraph.cpp652 const TargetRegisterInfo &tri, const MachineDominatorTree &mdt, in DataFlowGraph()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp40 HexagonEvaluator::HexagonEvaluator(const HexagonRegisterInfo &tri, in HexagonEvaluator()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1757 const TargetRegisterInfo *tri, in RegReductionPQBase()
1883 const TargetRegisterInfo *tri, in RegReductionPriorityQueue()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d5029 auto tri = recurrence!genTriangular(0); variable
5159 auto tri = sequence!((a,n) => n*(n+1)/2)(); variable