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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 212 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
216 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo,
263 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP);
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h 187 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
191 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo,
238 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP);
CodeGenDAGPatterns.cpp 831 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
835 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N,
    [all...]

Completed in 253 milliseconds