Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Attr

2304   AttributeSet Attr = DAG.getMachineFunction().getFunction()->getAttributes();
2305 if (N1C && !TLI.isIntDivCheap(N->getValueType(0), Attr))
2312 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr))
2368 AttributeSet Attr = DAG.getMachineFunction().getFunction()->getAttributes();
2369 if (N1C && !TLI.isIntDivCheap(N->getValueType(0), Attr))
2376 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr))
2435 AttributeSet Attr = DAG.getMachineFunction().getFunction()->getAttributes();
2445 if (N1C && !N1C->isNullValue() && !TLI.isIntDivCheap(VT, Attr)) {