Searched refs:MulType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 4783 EVT MulType = N->getValueType(0); in TryMULWIDECombine() local 4784 if (MulType != MVT::i32 && MulType != MVT::i64) { in TryMULWIDECombine() 4789 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() 4808 unsigned BitWidth = MulType.getSizeInBits(); in TryMULWIDECombine() 4811 RHS = DCI.DAG.getConstant(MulVal, DL, MulType); in TryMULWIDECombine() 4824 if (MulType == MVT::i32) { in TryMULWIDECombine() 4844 return DCI.DAG.getNode(Opc, DL, MulType, TruncLHS, TruncRHS); in TryMULWIDECombine()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 5120 Type *MulType; in processUMulZExtIdiom() local 5123 MulType = TyB; in processUMulZExtIdiom() 5126 MulType = TyA; in processUMulZExtIdiom() 5238 MulA = Builder.CreateZExt(A, MulType); in processUMulZExtIdiom() 5240 MulB = Builder.CreateZExt(B, MulType); in processUMulZExtIdiom() 5242 I.getModule(), Intrinsic::umul_with_overflow, MulType); in processUMulZExtIdiom()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 6559 auto *MulType = VectorType::get(Op0->getType(), VectorTy); in getReductionPatternCost() local 6562 TTI.getCastInstrCost(Op0->getOpcode(), MulType, ExtType, in getReductionPatternCost() 6565 TTI.getArithmeticInstrCost(Instruction::Mul, MulType, CostKind); in getReductionPatternCost() 6567 TTI.getCastInstrCost(RedOp->getOpcode(), VectorTy, MulType, in getReductionPatternCost()
|