Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenTarget.h201 std::string SelectFunc; variable
210 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc()
DCodeGenTarget.cpp398 SelectFunc = R->getValueAsString("SelectFunc"); in ComplexPattern()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td1139 // SelectFunc is the name of the function used to pattern match the max. pattern;
1147 string SelectFunc = fn;