Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:TTI

872   : TM(tm), TSI(*tm.getSelectionDAGInfo()), TTI(0), OptLevel(OL),
879 void SelectionDAG::init(MachineFunction &mf, const TargetTransformInfo *tti) {
881 TTI = tti;
3465 const TargetTransformInfo *TTI = DAG.getTargetTransformInfo();
3466 if (TTI->getIntImmCost(Val, VT.getTypeForEVT(*DAG.getContext())) < 2)