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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 192 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
196 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo,
243 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP);
CodeGenDAGPatterns.cpp 872 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
875 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N,
    [all...]

Completed in 991 milliseconds