Searched refs:isVectorShiftByScalarCheap (Results 1 – 6 of 6) sorted by relevance
315 bool isVectorShiftByScalarCheap(Type *Ty) const override;
7129 bool X86TTIImpl::isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function in X86TTIImpl7208 isVectorShiftByScalarCheap(I->getType())) { in isProfitableToSinkOperands()
1473 bool TargetTransformInfo::isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function in TargetTransformInfo1474 return TTIImpl->isVectorShiftByScalarCheap(Ty); in isVectorShiftByScalarCheap()
1883 LLVM_ABI bool isVectorShiftByScalarCheap(Type *Ty) const;
1118 virtual bool isVectorShiftByScalarCheap(Type *Ty) const { return false; } in isVectorShiftByScalarCheap() function
7452 if (!Ty->isVectorTy() || !TTI->isVectorShiftByScalarCheap(Ty)) in optimizeShiftInst()7487 if (!Ty->isVectorTy() || !TTI->isVectorShiftByScalarCheap(Ty)) in optimizeFunnelShift()