Searched refs:EmitStringIntegerMatcher (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.cpp213 void EmitStringIntegerMatcher::
292 unsigned EmitStringIntegerMatcher::getHashImpl() const {
H A DDAGISelMatcher.h793 /// EmitStringIntegerMatcher - A target constant whose value is represented
795 class EmitStringIntegerMatcher : public Matcher { class in namespace:llvm
799 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt) function in class:llvm::EmitStringIntegerMatcher
812 return cast<EmitStringIntegerMatcher>(M)->Val == Val &&
813 cast<EmitStringIntegerMatcher>(M)->VT == VT;
H A DDAGISelMatcherEmitter.cpp428 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue();
431 << getEnumName(cast<EmitStringIntegerMatcher>(N)->getVT()) << ", "
H A DDAGISelMatcherGen.cpp604 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
612 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));

Completed in 77 milliseconds