Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h237 std::string SelectFunc; variable
247 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc()
H A DCodeGenTarget.cpp408 SelectFunc = std::string(R->getValueAsString("SelectFunc")); in ComplexPattern()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td2035 // returned by the select function; SelectFunc is the name of the function used
2045 string SelectFunc = fn;