Home
last modified time | relevance | path

Searched refs:Select_INLINEASM (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h252 SDNode *Select_INLINEASM(SDNode *N);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1956 SDNode *SelectionDAGISel::Select_INLINEASM(SDNode *N) { in Select_INLINEASM() function in SelectionDAGISel
2629 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch); in SelectCodeCommon()