Lines Matching refs:SrcTy
496 const LLT SrcTy = MRI.getType(MI.getOperand(2).getReg()); in isFPIntrinsic() local
497 return SrcTy.getElementType().getSizeInBits() >= 16 && in isFPIntrinsic()
498 SrcTy.getElementCount().getFixedValue() >= 4; in isFPIntrinsic()
689 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
692 getFPExtMapping(DstTy.getSizeInBits(), SrcTy.getSizeInBits()), in getInstrMapping()
700 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
701 if (ShiftAmtTy.getSizeInBits() == 64 && SrcTy.getSizeInBits() == 32) in getInstrMapping()
733 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
736 bool SrcIsGPR = !SrcTy.isVector() && SrcTy.getSizeInBits() <= 64; in getInstrMapping()
800 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
801 if (!SrcTy.isVector() && SrcTy.getSizeInBits() == 128) in getInstrMapping()
930 LLT SrcTy = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
931 if (SrcTy.isVector()) { in getInstrMapping()
985 LLT SrcTy = MRI.getType(MI.getOperand(MI.getNumOperands()-1).getReg()); in getInstrMapping() local
988 if (SrcTy.isVector() || SrcTy == LLT::scalar(128) || in getInstrMapping()
1028 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
1029 if (SrcTy.getSizeInBits() != 128) in getInstrMapping()
1054 const LLT SrcTy = MRI.getType(VReg); in getInstrMapping() local
1061 SrcTy.getSizeInBits() < 32 || in getInstrMapping()