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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  208   SDValue CreateStackStoreLoad(SDValue Op, EVT DestVT);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  365                      CreateStackStoreLoad(InOp, OutVT));
 1305   return CreateStackStoreLoad(N->getOperand(0), N->getValueType(0));
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  365   return CreateStackStoreLoad(N->getOperand(0), N->getValueType(0));
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 3568   return CreateStackStoreLoad(InOp, WidenVT);
 4379   return CreateStackStoreLoad(InOp, VT);