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
144
void
CheckOpcodeMatcher
::printImpl(raw_ostream &OS, unsigned indent) const {
278
unsigned
CheckOpcodeMatcher
::getHashImpl() const {
306
bool
CheckOpcodeMatcher
::isEqualImpl(const Matcher *M) const {
309
return cast<
CheckOpcodeMatcher
>(M)->Opcode.getEnumName() ==
356
bool
CheckOpcodeMatcher
::isContradictoryImpl(const Matcher *M) const {
357
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
212
AddMatcher(new
CheckOpcodeMatcher
(NI));
292
AddMatcher(new
CheckOpcodeMatcher
(CInfo));
310
AddMatcher(new
CheckOpcodeMatcher
(CInfo));
469
AddMatcher(new
CheckOpcodeMatcher
(CGP.getSDNodeInfo(OpNodes[Variant])));
[
all
...]
DAGISelMatcher.h
446
///
CheckOpcodeMatcher
- This checks to see if the current node has the
448
class
CheckOpcodeMatcher
: public Matcher {
451
CheckOpcodeMatcher
(const SDNodeInfo &opcode)
[
all
...]
DAGISelMatcherEmitter.cpp
264
<< cast<
CheckOpcodeMatcher
>(N)->getOpcode().getEnumName() << "),\n";
Completed in 2676 milliseconds