OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitStringIntegerMatcher
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.cpp
211
void
EmitStringIntegerMatcher
::
290
unsigned
EmitStringIntegerMatcher
::getHashImpl() const {
DAGISelMatcher.h
792
///
EmitStringIntegerMatcher
- A target constant whose value is represented
794
class
EmitStringIntegerMatcher
: public Matcher {
798
EmitStringIntegerMatcher
(const std::string &val, MVT::SimpleValueType vt)
811
return cast<
EmitStringIntegerMatcher
>(M)->Val == Val &&
812
cast<
EmitStringIntegerMatcher
>(M)->VT == VT;
[
all
...]
DAGISelMatcherEmitter.cpp
428
const std::string &Val = cast<
EmitStringIntegerMatcher
>(N)->getValue();
431
<< getEnumName(cast<
EmitStringIntegerMatcher
>(N)->getVT()) << ", "
DAGISelMatcherGen.cpp
604
AddMatcher(new
EmitStringIntegerMatcher
(Value, MVT::i32));
612
AddMatcher(new
EmitStringIntegerMatcher
(Value, MVT::i32));
[
all
...]
Completed in 19 milliseconds