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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp454 const char *SDNode::getIndexedModeName(ISD::MemIndexedMode AM) { function in class:SDNode
668 const char *AM = getIndexedModeName(LD->getAddressingMode());
680 const char *AM = getIndexedModeName(ST->getAddressingMode());
700 const char *AM = getIndexedModeName(MLd->getAddressingMode());
715 const char *AM = getIndexedModeName(MSt->getAddressingMode());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1027 static const char* getIndexedModeName(ISD::MemIndexedMode AM);

Completed in 117 milliseconds