Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h456 void CannotYetSelect(SDNode *N);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4144 CannotYetSelect(NodeToMatch); in SelectCodeCommon()
4221 void SelectionDAGISel::CannotYetSelect(SDNode *N) { in CannotYetSelect() function in SelectionDAGISel