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

Declarations

utils/TableGen/CodeGenDAGPatterns.h
  590   Record *getMemoryVT() const;

References

utils/TableGen/CodeGenDAGPatterns.cpp
  866     Record *MemoryVT = getMemoryVT();
  891         !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr &&
  913         getMemoryVT() == nullptr && getScalarMemoryVT() == nullptr &&
  927     if (getMemoryVT() == nullptr && !isAtomicOrderingMonotonic() &&
  996     Record *MemoryVT = getMemoryVT();
 1287     if (getMemoryVT())
utils/TableGen/GlobalISelEmitter.cpp
  230     if (Record *VT = P.getMemoryVT())
  324     if (Predicate.isLoad() && Predicate.getMemoryVT())
  341     if (Predicate.isAtomic() && Predicate.getMemoryVT())
 3578       if (Predicate.getMemoryVT() != nullptr) {
 3580             MVTToLLT(getValueType(Predicate.getMemoryVT()));