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 231 void EmitStringIntegerMatcher::
310 unsigned EmitStringIntegerMatcher::getHashImpl() const {
DAGISelMatcher.h 851 /// EmitStringIntegerMatcher - A target constant whose value is represented
853 class EmitStringIntegerMatcher : public Matcher {
857 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt)
870 return cast<EmitStringIntegerMatcher>(M)->Val == Val &&
871 cast<EmitStringIntegerMatcher>(M)->VT == VT;
    [all...]
DAGISelMatcherEmitter.cpp 445 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue();
448 << getEnumName(cast<EmitStringIntegerMatcher>(N)->getVT()) << ", "
DAGISelMatcherGen.cpp 644 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
652 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
    [all...]

Completed in 213 milliseconds