Searched refs:isVectorShiftByScalarCheap (Results 1 – 4 of 4) sorted by relevance
1329 bool isVectorShiftByScalarCheap(Type *Ty) const override;
33595 bool X86TargetLowering::isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function in X86TargetLowering33781 isVectorShiftByScalarCheap(I->getType())) { in shouldSinkOperands()
2743 virtual bool isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function
6942 if (!Ty->isVectorTy() || !TLI->isVectorShiftByScalarCheap(Ty)) in optimizeShiftInst()6977 if (!Ty->isVectorTy() || !TLI->isVectorShiftByScalarCheap(Ty)) in optimizeFunnelShift()