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

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 342 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo());
CodeGenDAGPatterns.h 247 /// getKnownType - If the type constraints on this node imply a fixed type
250 MVT::SimpleValueType getKnownType(unsigned ResNo) const;
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.cpp 372 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo());
CodeGenDAGPatterns.h 222 /// getKnownType - If the type constraints on this node imply a fixed type
225 MVT::SimpleValueType getKnownType(unsigned ResNo) const;
CodeGenDAGPatterns.cpp     [all...]

Completed in 130 milliseconds