Home | History | Annotate | Download | only in Mips

Lines Matching refs:EltTy

524   EVT EltTy = N->getValueType(0).getVectorElementType();
529 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
530 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
534 Imm = CurDAG->getTargetConstant(ImmValue, SDLoc(N), EltTy);
600 EVT EltTy = N->getValueType(0).getVectorElementType();
605 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
606 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
610 Imm = CurDAG->getTargetConstant(Log2, SDLoc(N), EltTy);
631 EVT EltTy = N->getValueType(0).getVectorElementType();
636 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
637 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
644 EltTy);
665 EVT EltTy = N->getValueType(0).getVectorElementType();
670 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
671 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
676 EltTy);
687 EVT EltTy = N->getValueType(0).getVectorElementType();
692 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
693 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
697 Imm = CurDAG->getTargetConstant(Log2, SDLoc(N), EltTy);