Searched refs:isVectorLoadExtDesirable (Results 1 – 10 of 10) sorted by relevance
74 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
567 bool WebAssemblyTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in WebAssemblyTargetLowering
362 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
15014 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in ARMTargetLowering
799 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
3064 bool AArch64TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in AArch64TargetLowering
1080 bool isVectorLoadExtDesirable(SDValue) const override;
30148 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in X86TargetLowering
2494 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() function
9278 !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()9515 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in tryToFoldExtOfLoad()9553 if (!TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in tryToFoldExtOfMaskedLoad()