OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCaseOpcode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
485
const SDNodeInfo &
getCaseOpcode
(unsigned i) const { return *Cases[i].first; }
[
all
...]
DAGISelMatcherEmitter.cpp
329
OS << "TARGET_VAL(" << SOM->
getCaseOpcode
(i).getEnumName() << "),";
Completed in 23 milliseconds