Searched refs:ApplyTypeConstraint (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 216 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo, 263 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
|
D | CodeGenDAGPatterns.cpp | 987 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N, in ApplyTypeConstraint() function in SDTypeConstraint
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 418 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo, 1311 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
|
D | CodeGenDAGPatterns.cpp | 1539 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N, in ApplyTypeConstraint() function in SDTypeConstraint
|