Home
last modified time | relevance | path

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

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