Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp52 EnforceFloatingPoint(TP); in TypeSet()
255 bool EEVT::TypeSet::EnforceFloatingPoint(TreePattern &TP) { in EnforceFloatingPoint() function in EEVT::TypeSet
355 MadeChange |= Other.EnforceFloatingPoint(TP); in EnforceSmallerThan()
359 MadeChange |= EnforceFloatingPoint(TP); in EnforceSmallerThan()
528 MadeChange |= VTOperand.EnforceFloatingPoint(TP); in EnforceVectorSubVectorTypeIs()
532 MadeChange |= EnforceFloatingPoint(TP); in EnforceVectorSubVectorTypeIs()
1008 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP); in ApplyTypeConstraint()
DCodeGenDAGPatterns.h123 bool EnforceFloatingPoint(TreePattern &TP);
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h295 bool EnforceFloatingPoint(TypeSetByHwMode &Out);
DCodeGenDAGPatterns.cpp391 bool TypeInfer::EnforceFloatingPoint(TypeSetByHwMode &Out) { in EnforceFloatingPoint() function in TypeInfer
1561 return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()