Searched refs:Src1Ty (Results 1 – 5 of 5) sorted by relevance
4051 const LLT Src1Ty = MRI.getType(Src1); in lowerFCopySign() local4054 const int Src1Size = Src1Ty.getScalarSizeInBits(); in lowerFCopySign()4065 if (Src0Ty == Src1Ty) { in lowerFCopySign()4066 auto And1 = MIRBuilder.buildAnd(Src1Ty, Src0, SignBitMask); in lowerFCopySign()4075 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size); in lowerFCopySign()4076 auto Shift = MIRBuilder.buildLShr(Src1Ty, Src1, ShiftAmt); in lowerFCopySign()
1412 LLT Src1Ty = MRI->getType(MI->getOperand(2).getReg()); in verifyPreISelGenericInstruction() local1414 if (Src0Ty != Src1Ty) in verifyPreISelGenericInstruction()
591 LLT Src1Ty = MRI->getType(Src1Reg); in selectG_INSERT() local594 unsigned InsSize = Src1Ty.getSizeInBits(); in selectG_INSERT()
3778 const LLT Src1Ty = MRI.getType(Src1Reg); in selectShuffleVector() local3790 if (!Src1Ty.isVector() || !Src2Ty.isVector()) { in selectShuffleVector()
3576 VectorType *Src1Ty = VectorType::get(Src1SclTy, VL.size()); in getEntryCost() local3578 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty); in getEntryCost()