Lines Matching defs:DoXform
6085 bool DoXform = true;
6088 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI);
6090 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0));
6091 if (DoXform) {
6143 bool DoXform = true;
6146 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), ISD::SIGN_EXTEND,
6148 if (DoXform) {
6395 bool DoXform = true;
6398 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ZERO_EXTEND, SetCCs, TLI);
6400 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0));
6401 if (DoXform) {
6435 bool DoXform = true;
6445 DoXform = false;
6447 if (DoXform)
6448 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0),
6451 if (DoXform) {
6637 bool DoXform = true;
6640 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ANY_EXTEND, SetCCs, TLI);
6641 if (DoXform) {