OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckIntegerMatcher
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.cpp
180
void
CheckIntegerMatcher
::printImpl(raw_ostream &OS, unsigned indent) const {
404
bool
CheckIntegerMatcher
::isContradictoryImpl(const Matcher *M) const {
405
if (const
CheckIntegerMatcher
*CIM = dyn_cast<
CheckIntegerMatcher
>(M))
DAGISelMatcher.h
579
///
CheckIntegerMatcher
- This checks to see if the current node is a
581
class
CheckIntegerMatcher
: public Matcher {
584
CheckIntegerMatcher
(int64_t value)
598
return cast<
CheckIntegerMatcher
>(M)->Value == Value;
[
all
...]
DAGISelMatcherEmitter.cpp
368
unsigned Bytes=1+EmitVBRValue(cast<
CheckIntegerMatcher
>(N)->getValue(), OS);
DAGISelMatcherGen.cpp
211
return AddMatcher(new
CheckIntegerMatcher
(II->getValue()));
[
all
...]
Completed in 306 milliseconds