Searched refs:isVectorLoadExtDesirable (Results 1 – 5 of 5) sorted by relevance
285 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
11196 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in ARMTargetLowering
881 bool isVectorLoadExtDesirable(SDValue) const override;
1793 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() function
5952 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()6090 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitSIGN_EXTEND()6400 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitZERO_EXTEND()