Searched refs:SingleOpTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1060 auto *SingleOpTy = FixedVectorType::get(BaseTp->getElementType(), local
1065 getShuffleCost(TTI::SK_PermuteTwoSrc, SingleOpTy, 0, nullptr);
3193 auto *SingleOpTy = FixedVectorType::get(ValVTy->getElementType(), local
3195 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind);
3263 auto *SingleOpTy = FixedVectorType::get(ValVTy->getElementType(), local
3265 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind);

Completed in 113 milliseconds