Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isVectorLoadExtDesirable

5888   // This combine is controlled by TargetLowering::isVectorLoadExtDesirable.
5897 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0)))
6035 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0));
6345 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0));