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 852 /// EmitStringIntegerMatcher - A target constant whose value is represented
854 class EmitStringIntegerMatcher : public Matcher {
858 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt)
871 return cast<EmitStringIntegerMatcher>(M)->Val == Val &&
872 cast<EmitStringIntegerMatcher>(M)->VT == VT;
    [all...]
DAGISelMatcherEmitter.cpp 463 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue();
466 << getEnumName(cast<EmitStringIntegerMatcher>(N)->getVT()) << ", "
DAGISelMatcherGen.cpp 644 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
652 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
    [all...]

Completed in 193 milliseconds