OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckOpcodeMatcher
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.cpp
146
void
CheckOpcodeMatcher
::printImpl(raw_ostream &OS, unsigned indent) const {
280
unsigned
CheckOpcodeMatcher
::getHashImpl() const {
308
bool
CheckOpcodeMatcher
::isEqualImpl(const Matcher *M) const {
311
return cast<
CheckOpcodeMatcher
>(M)->Opcode.getEnumName() ==
362
bool
CheckOpcodeMatcher
::isContradictoryImpl(const Matcher *M) const {
363
if (const
CheckOpcodeMatcher
*COM = dyn_cast<
CheckOpcodeMatcher
>(M)) {
DAGISelMatcherOpt.cpp
158
isa<
CheckOpcodeMatcher
>(N->getNext())) {
408
!isa<
CheckOpcodeMatcher
>(NewOptionsToMatch[i])) {
448
CheckOpcodeMatcher
*COM = cast<
CheckOpcodeMatcher
>(NewOptionsToMatch[i]);
DAGISelMatcherGen.cpp
208
AddMatcher(new
CheckOpcodeMatcher
(NI));
302
AddMatcher(new
CheckOpcodeMatcher
(CInfo));
320
AddMatcher(new
CheckOpcodeMatcher
(CInfo));
479
AddMatcher(new
CheckOpcodeMatcher
(CGP.getSDNodeInfo(OpNodes[Variant])));
[
all
...]
DAGISelMatcher.h
445
///
CheckOpcodeMatcher
- This checks to see if the current node has the
447
class
CheckOpcodeMatcher
: public Matcher {
450
CheckOpcodeMatcher
(const SDNodeInfo &opcode)
[
all
...]
DAGISelMatcherEmitter.cpp
264
<< cast<
CheckOpcodeMatcher
>(N)->getOpcode().getEnumName() << "),\n";
Completed in 48 milliseconds