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

Overridden By

lib/Target/AArch64/AArch64ISelLowering.cpp
 9257 bool AArch64TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
lib/Target/ARM/ARMISelLowering.cpp
16393 bool ARMTargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
lib/Target/X86/X86ISelLowering.cpp
 4958 bool X86TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
17198       if (!TLI.isExtractSubvectorCheap(VT, InVT1, NumElems))
18126   if (TLI.isExtractSubvectorCheap(NarrowBVT, WideBVT, ExtBOIdx) &&
18239     if (TLI.isExtractSubvectorCheap(NVT, V.getOperand(0).getValueType(),
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 9053     if (!TLI->isExtractSubvectorCheap(SubVT, OpVT, 0))