Searched refs:isVectorShiftByScalarCheap (Results 1 – 4 of 4) sorted by relevance
1306 bool isVectorShiftByScalarCheap(Type *Ty) const override;
34879 bool X86TargetLowering::isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function in X86TargetLowering35065 isVectorShiftByScalarCheap(I->getType())) { in shouldSinkOperands()
2641 virtual bool isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function
6786 if (!Ty->isVectorTy() || !TLI->isVectorShiftByScalarCheap(Ty)) in optimizeShiftInst()6821 if (!Ty->isVectorTy() || !TLI->isVectorShiftByScalarCheap(Ty)) in optimizeFunnelShift()