HomeSort by relevance Sort by last modified time
    Searched refs:EmitStringIntegerMatcher (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 213 void EmitStringIntegerMatcher::
292 unsigned EmitStringIntegerMatcher::getHashImpl() const {
DAGISelMatcher.h 791 /// EmitStringIntegerMatcher - A target constant whose value is represented
793 class EmitStringIntegerMatcher : public Matcher {
797 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt)
810 return cast<EmitStringIntegerMatcher>(M)->Val == Val &&
811 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 600 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
608 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
    [all...]

Completed in 26 milliseconds