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

References

include/llvm/CodeGen/BasicTTIImpl.h
  891         LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
include/llvm/CodeGen/TargetLowering.h
 1108     return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
 1114     return getLoadExtAction(ExtType, ValVT, MemVT) == Legal ||
 1115            getLoadExtAction(ExtType, ValVT, MemVT) == Custom;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  737        TLI.getLoadExtAction(ExtType, Node->getValueType(0), MVT::i1) ==
  853     switch (TLI.getLoadExtAction(ExtType, Node->getValueType(0),
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  251       switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0),