Searched refs:getIndexedModeName (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp525 const char *SDNode::getIndexedModeName(ISD::MemIndexedMode AM) { function in class:SDNode
742 const char *AM = getIndexedModeName(LD->getAddressingMode());
754 const char *AM = getIndexedModeName(ST->getAddressingMode());
774 const char *AM = getIndexedModeName(MLd->getAddressingMode());
789 const char *AM = getIndexedModeName(MSt->getAddressingMode());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1035 static const char* getIndexedModeName(ISD::MemIndexedMode AM);

Completed in 122 milliseconds