Lines Matching defs:selectVSplat
511 bool MipsSEDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm,
536 // In addition to the requirements of selectVSplat(), this function returns
559 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
620 // In addition to the requirements of selectVSplat(), this function returns
635 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
651 // In addition to the requirements of selectVSplat(), this function returns
666 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
684 // In addition to the requirements of selectVSplat(), this function returns
699 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
720 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
741 return selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&