Searched refs:getExtType (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1394 const TypeSetByHwMode &T0 = Child->getExtType(0);
1556 return TI.EnforceInteger(NodeToApply->getExtType(ResNo));
1559 return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo));
1562 return TI.EnforceVector(NodeToApply->getExtType(ResNo));
1567 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)|
1568 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP);
1590 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo));
1597 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo),
1598 BigOperand->getExtType(BResNo));
1607 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResN
[all...]
H A DDAGISelMatcherGen.cpp508 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue;
509 NodeNoTypes->setType(i, N->getExtType(i));
H A DCodeGenDAGPatterns.h704 const TypeSetByHwMode &getExtType(unsigned ResNo) const { function in class:llvm::TreePatternNode
707 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } function in class:llvm::TreePatternNode
H A DGlobalISelEmitter.cpp4264 inferSuperRegisterClassForNode(Dst->getExtType(0), Dst->getChild(0),
4314 auto SuperClass = inferSuperRegisterClass(Dst->getExtType(0),
4967 Src->getExtType(0), Dst->getChild(0), Dst->getChild(2));
4992 inferSuperRegisterClass(Src->getExtType(0), Dst->getChild(2));

Completed in 127 milliseconds