Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h207 std::string SelectFunc; variable
216 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc()
H A DCodeGenTarget.cpp581 SelectFunc = std::string(R->getValueAsString("SelectFunc")); in ComplexPattern()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1655 // SelectFunc is the name of the function used to pattern match the max. pattern;
1664 string SelectFunc = fn;