Searched refs:isVectorLoadExtDesirable (Results 1 – 6 of 6) sorted by relevance
281 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
9958 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in ARMTargetLowering
760 bool isVectorLoadExtDesirable(SDValue) const override;
17820 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue) const { return true; } in isVectorLoadExtDesirable() function in X86TargetLowering
1593 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() function
5469 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()5608 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitSIGN_EXTEND()5904 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitZERO_EXTEND()