reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64ISelLowering.cpp
 2892 bool AArch64TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const {
lib/Target/ARM/ARMISelLowering.cpp
14809 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const {
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  551 bool WebAssemblyTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const {
lib/Target/X86/X86ISelLowering.cpp
29089 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const {

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 9089       !TLI.isVectorLoadExtDesirable(SDValue(N, 0)))
 9327     DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0));
 9365   if (!TLI.isVectorLoadExtDesirable(SDValue(N, 0)))