Searched refs:MulType (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 5688 EVT MulType = N->getValueType(0); in TryMULWIDECombine() local 5689 if (MulType != MVT::i32 && MulType != MVT::i64) { in TryMULWIDECombine() 5694 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() 5713 unsigned BitWidth = MulType.getSizeInBits(); in TryMULWIDECombine() 5716 RHS = DCI.DAG.getConstant(MulVal, DL, MulType); in TryMULWIDECombine() 5729 if (MulType == MVT::i32) { in TryMULWIDECombine() 5749 return DCI.DAG.getNode(Opc, DL, MulType, TruncLHS, TruncRHS); in TryMULWIDECombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 6169 Type *MulType; in processUMulZExtIdiom() local 6172 MulType = TyB; in processUMulZExtIdiom() 6175 MulType = TyA; in processUMulZExtIdiom() 6243 MulA = Builder.CreateZExt(A, MulType); in processUMulZExtIdiom() 6245 MulB = Builder.CreateZExt(B, MulType); in processUMulZExtIdiom() 6247 I.getModule(), Intrinsic::umul_with_overflow, MulType); in processUMulZExtIdiom()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5827 auto *MulType = VectorType::get(Op0->getType(), VectorTy); in getReductionPatternCost() local 5830 TTI.getCastInstrCost(Op0->getOpcode(), MulType, ExtType, in getReductionPatternCost() 5833 TTI.getArithmeticInstrCost(Instruction::Mul, MulType, CostKind); in getReductionPatternCost() 5835 TTI.getCastInstrCost(RedOp->getOpcode(), VectorTy, MulType, in getReductionPatternCost()
|