Searched refs:isVectorShiftByScalarCheap (Results 1 – 4 of 4) sorted by relevance
1254 bool isVectorShiftByScalarCheap(Type *Ty) const override;
33892 bool X86TargetLowering::isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function in X86TargetLowering34078 isVectorShiftByScalarCheap(I->getType())) { in shouldSinkOperands()
2579 virtual bool isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function
6684 if (!Ty->isVectorTy() || !TLI->isVectorShiftByScalarCheap(Ty)) in optimizeShiftInst()6719 if (!Ty->isVectorTy() || !TLI->isVectorShiftByScalarCheap(Ty)) in optimizeFunnelShift()