Searched defs:tri (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.h39 ARMHazardRecognizer(const InstrItineraryData *ItinData, const ARMBaseInstrInfo &tii, const ARMBaseRegisterInfo &tri, const ARMSubtarget &sti, const ScheduleDAG *DAG) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.h62 CoalescerPair(const TargetRegisterInfo &tri) argument
68 CoalescerPair(unsigned VirtReg, unsigned PhysReg, const TargetRegisterInfo &tri) argument
H A DInterferenceCache.cpp25 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DSpiller.cpp59 const TargetRegisterInfo *tri; member in class:__anon2232::SpillerBase
H A DCalcSpillWeights.cpp112 const TargetRegisterInfo &tri = *MF.getTarget().getRegisterInfo(); local
59 copyHint(const MachineInstr *mi, unsigned reg, const TargetRegisterInfo &tri, const MachineRegisterInfo &mri) argument
H A DLiveRangeEdit.cpp142 rematerializeAt(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, const Remat &RM, const TargetRegisterInfo &tri, bool Late) argument
H A DRegAllocPBQP.cpp131 const TargetRegisterInfo *tri; member in class:__anon2203::RegAllocPBQP
196 const TargetRegisterInfo *tri = mf->getTarget().getRegisterInfo(); local
293 addInterferenceCosts( PBQP::Matrix &costMat, const PBQPRAProblem::AllowedSet &vr1Allowed, const PBQPRAProblem::AllowedSet &vr2Allowed, const TargetRegisterInfo *tri) argument
[all...]
H A DRegisterPressure.cpp323 RegisterOperands(const TargetRegisterInfo *tri, argument
H A DBranchFolding.cpp174 OptimizeFunction(MachineFunction &MF, const TargetInstrInfo *tii, const TargetRegisterInfo *tri, MachineModuleInfo *mmi) argument
H A DRegisterCoalescer.cpp215 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI, argument
1326 JoinVals(LiveInterval &li, unsigned subIdx, SmallVectorImpl<VNInfo*> &newVNInfo, const CoalescerPair &cp, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DMachineScheduler.cpp786 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h880 PrintRegUnit(unsigned unit, const TargetRegisterInfo *tri) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1769 RegReductionPriorityQueue(MachineFunction &mf, bool tracksrp, bool srcorder, const TargetInstrInfo *tii, const TargetRegisterInfo *tri, const TargetLowering *tli) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp322 prepare(FuncT &func, PassT &pass, const AMDGPURegisterInfo * tri) argument
389 run(FuncT &func, PassT &pass, const AMDGPURegisterInfo * tri) argument

Completed in 210 milliseconds