Searched refs:isVectorShiftByScalarCheap (Results 1 – 4 of 4) sorted by relevance
1340 bool isVectorShiftByScalarCheap(Type *Ty) const override;
34126 bool X86TargetLowering::isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function in X86TargetLowering34312 isVectorShiftByScalarCheap(I->getType())) { in shouldSinkOperands()
2858 virtual bool isVectorShiftByScalarCheap(Type *Ty) const { in isVectorShiftByScalarCheap() function
7056 if (!Ty->isVectorTy() || !TLI->isVectorShiftByScalarCheap(Ty)) in optimizeShiftInst()7091 if (!Ty->isVectorTy() || !TLI->isVectorShiftByScalarCheap(Ty)) in optimizeFunnelShift()