Home
last modified time | relevance | path

Searched refs:EnforceInteger (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp50 EnforceInteger(TP); in TypeSet()
172 InCopy.EnforceInteger(TP); in MergeInTypeInfo()
192 bool MadeChange = EnforceInteger(TP); in MergeInTypeInfo()
229 bool EEVT::TypeSet::EnforceInteger(TreePattern &TP) { in EnforceInteger() function in EEVT::TypeSet
353 MadeChange |= Other.EnforceInteger(TP); in EnforceSmallerThan()
357 MadeChange |= EnforceInteger(TP); in EnforceSmallerThan()
526 MadeChange |= VTOperand.EnforceInteger(TP); in EnforceVectorSubVectorTypeIs()
530 MadeChange |= EnforceInteger(TP); in EnforceVectorSubVectorTypeIs()
1005 return NodeToApply->getExtType(ResNo).EnforceInteger(TP); in ApplyTypeConstraint()
1719 bool MadeChange = Types[0].EnforceInteger(TP); in ApplyTypeConstraints()
DCodeGenDAGPatterns.h120 bool EnforceInteger(TreePattern &TP);
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp44 EnforceInteger(TP); in TypeSet()
165 InCopy.EnforceInteger(TP); in MergeInTypeInfo()
185 bool MadeChange = EnforceInteger(TP); in MergeInTypeInfo()
228 bool EEVT::TypeSet::EnforceInteger(TreePattern &TP) { in EnforceInteger() function in EEVT::TypeSet
331 MadeChange |= Other.EnforceInteger(TP); in EnforceSmallerThan()
335 MadeChange |= EnforceInteger(TP); in EnforceSmallerThan()
851 return NodeToApply->getExtType(ResNo).EnforceInteger(TP); in ApplyTypeConstraint()
1398 bool MadeChange = Types[0].EnforceInteger(TP); in ApplyTypeConstraints()
DCodeGenDAGPatterns.h115 bool EnforceInteger(TreePattern &TP);