Searched refs:getExtType (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 851 return NodeToApply->getExtType(ResNo).EnforceInteger(TP); in ApplyTypeConstraint() 854 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP); in ApplyTypeConstraint() 857 return NodeToApply->getExtType(ResNo).EnforceVector(TP); in ApplyTypeConstraint() 862 return NodeToApply->UpdateNodeType(OResNo, OtherNode->getExtType(ResNo),TP)| in ApplyTypeConstraint() 863 OtherNode->UpdateNodeType(ResNo,NodeToApply->getExtType(OResNo),TP); in ApplyTypeConstraint() 883 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP); in ApplyTypeConstraint() 890 return NodeToApply->getExtType(ResNo). in ApplyTypeConstraint() 891 EnforceSmallerThan(BigOperand->getExtType(BResNo), TP); in ApplyTypeConstraint() 901 return VecOperand->getExtType(VResNo). in ApplyTypeConstraint() 902 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP); in ApplyTypeConstraint() [all …]
|
D | DAGISelMatcherGen.cpp | 417 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 418 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
D | CodeGenDAGPatterns.h | 347 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType() function 348 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1005 return NodeToApply->getExtType(ResNo).EnforceInteger(TP); in ApplyTypeConstraint() 1008 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP); in ApplyTypeConstraint() 1011 return NodeToApply->getExtType(ResNo).EnforceVector(TP); in ApplyTypeConstraint() 1016 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1017 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1039 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP); in ApplyTypeConstraint() 1046 return NodeToApply->getExtType(ResNo). in ApplyTypeConstraint() 1047 EnforceSmallerThan(BigOperand->getExtType(BResNo), TP); in ApplyTypeConstraint() 1057 return VecOperand->getExtType(VResNo). in ApplyTypeConstraint() 1058 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP); in ApplyTypeConstraint() [all …]
|
D | DAGISelMatcherGen.cpp | 466 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 467 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
D | CodeGenDAGPatterns.h | 373 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType() function 374 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1438 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint() 1441 return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint() 1444 return TI.EnforceVector(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint() 1449 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1450 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1472 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo)); in ApplyTypeConstraint() 1479 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint() 1480 BigOperand->getExtType(BResNo)); in ApplyTypeConstraint() 1489 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint() 1490 NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint() [all …]
|
D | DAGISelMatcherGen.cpp | 470 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 471 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
D | CodeGenDAGPatterns.h | 626 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function 629 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|