Searched refs:isVectorLoadExtDesirable (Results 1 – 6 of 6) sorted by relevance
338 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
13070 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in ARMTargetLowering
979 bool isVectorLoadExtDesirable(SDValue) const override;
27569 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in X86TargetLowering
2358 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() function
8322 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()8548 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in tryToFoldExtOfLoad()