Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp99 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes() function in EEVT::TypeSet
163 if (InVT.hasIntegerTypes()) { in MergeInTypeInfo()
184 hasIntegerTypes()) { in MergeInTypeInfo()
254 if (!hasIntegerTypes()) in EnforceFloatingPoint()
332 else if (!hasIntegerTypes()) in EnforceSmallerThan()
336 else if (!Other.hasIntegerTypes()) in EnforceSmallerThan()
352 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()
353 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()
436 if ((Other.hasIntegerTypes() && OtherIntSize == 0) in EnforceSmallerThan()
492 if ((hasIntegerTypes() && IntSize == 0) in EnforceSmallerThan()
DCodeGenDAGPatterns.h92 bool hasIntegerTypes() const;
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp110 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes() function in EEVT::TypeSet
170 if (InVT.hasIntegerTypes()) { in MergeInTypeInfo()
191 hasIntegerTypes()) { in MergeInTypeInfo()
262 if (!hasIntegerTypes()) in EnforceFloatingPoint()
354 else if (!hasIntegerTypes()) in EnforceSmallerThan()
358 else if (!Other.hasIntegerTypes()) in EnforceSmallerThan()
377 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()
378 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()
527 else if (!hasIntegerTypes()) in EnforceVectorSubVectorTypeIs()
531 else if (!VTOperand.hasIntegerTypes()) in EnforceVectorSubVectorTypeIs()
DCodeGenDAGPatterns.h93 bool hasIntegerTypes() const;