Searched refs:MulTy (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86PartialReduction.cpp | 139 auto *MulTy = cast<FixedVectorType>(Op->getType()); in tryMAddReplacement() local 140 unsigned NumElts = MulTy->getNumElements(); in tryMAddReplacement()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1797 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost() local 1799 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() 1800 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() 1807 Cost += 2 * thisT()->getCastInstrCost(ExtOp, ExtTy, MulTy, CCH, CostKind); in getTypeBasedIntrinsicInstrCost() 1810 Cost += 2 * thisT()->getCastInstrCost(Instruction::Trunc, MulTy, ExtTy, in getTypeBasedIntrinsicInstrCost() 1812 Cost += thisT()->getArithmeticInstrCost(Instruction::LShr, MulTy, in getTypeBasedIntrinsicInstrCost() 1817 Cost += thisT()->getArithmeticInstrCost(Instruction::AShr, MulTy, in getTypeBasedIntrinsicInstrCost() 1822 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy, OverflowTy, in getTypeBasedIntrinsicInstrCost()
|