Searched refs:ApplyTypeConstraint (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 191 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo, 238 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
|
D | CodeGenDAGPatterns.cpp | 835 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N, in ApplyTypeConstraint() function in SDTypeConstraint
|
/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 407 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo, 1230 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
|
D | CodeGenDAGPatterns.cpp | 1419 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N, in ApplyTypeConstraint() function in SDTypeConstraint
|