Home
last modified time | relevance | path

Searched refs:SelectFunc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.h206 std::string SelectFunc; variable
215 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc()
H A DCodeGenTarget.cpp586 SelectFunc = std::string(R->getValueAsString("SelectFunc")); in ComplexPattern()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1854 // SelectFunc is the name of the function used to pattern match the max. pattern;
1863 string SelectFunc = fn;