Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp108 bool EEVT::TypeSet::hasFloatingPointTypes() const { in hasFloatingPointTypes() function in EEVT::TypeSet
232 if (!hasFloatingPointTypes()) in EnforceInteger()
330 if (!hasFloatingPointTypes()) in EnforceSmallerThan()
334 if (!Other.hasFloatingPointTypes()) in EnforceSmallerThan()
352 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()
353 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()
437 || (Other.hasFloatingPointTypes() && OtherFPSize == 0)) in EnforceSmallerThan()
493 || (hasFloatingPointTypes() && FPSize == 0)) in EnforceSmallerThan()
DCodeGenDAGPatterns.h96 bool hasFloatingPointTypes() const;
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp116 bool EEVT::TypeSet::hasFloatingPointTypes() const { in hasFloatingPointTypes() function in EEVT::TypeSet
236 if (!hasFloatingPointTypes()) in EnforceInteger()
352 if (!hasFloatingPointTypes()) in EnforceSmallerThan()
356 if (!Other.hasFloatingPointTypes()) in EnforceSmallerThan()
377 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()
378 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()
525 if (!hasFloatingPointTypes()) in EnforceVectorSubVectorTypeIs()
529 if (!VTOperand.hasFloatingPointTypes()) in EnforceVectorSubVectorTypeIs()
DCodeGenDAGPatterns.h97 bool hasFloatingPointTypes() const;