OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CondCodeName
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
607
StringRef
CondCodeName
;
609
CheckCondCodeMatcher(StringRef
condcodename
)
610
: Matcher(CheckCondCode),
CondCodeName
(
condcodename
) {}
612
StringRef getCondCodeName() const { return
CondCodeName
; }
623
return cast<CheckCondCodeMatcher>(M)->
CondCodeName
==
CondCodeName
;
[
all
...]
DAGISelMatcher.cpp
185
OS.indent(indent) << "CheckCondCode ISD::" <<
CondCodeName
<< '\n';
285
return HashString(
CondCodeName
);
Completed in 113 milliseconds