Home
last modified time | relevance | path

Searched refs:EnforceInteger (Results 1 – 6 of 6) 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);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h283 bool EnforceInteger(TypeSetByHwMode &Out);
DCodeGenDAGPatterns.cpp363 bool TypeInfer::EnforceInteger(TypeSetByHwMode &Out) { in EnforceInteger() function in TypeInfer
1438 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()
2244 bool MadeChange = TP.getInfer().EnforceInteger(Types[0]); in ApplyTypeConstraints()