Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h207 std::string SelectFunc; variable
216 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc()
H A DCodeGenTarget.cpp566 SelectFunc = std::string(R->getValueAsString("SelectFunc")); in ComplexPattern()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1654 // SelectFunc is the name of the function used to pattern match the max. pattern;
1663 string SelectFunc = fn;