Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1478 const TypeSetByHwMode &T0 = Child.getExtType(0); in getPatternSize()
1654 return TI.EnforceInteger(NodeToApply.getExtType(ResNo)); in ApplyTypeConstraint()
1657 return TI.EnforceFloatingPoint(NodeToApply.getExtType(ResNo)); in ApplyTypeConstraint()
1660 return TI.EnforceVector(NodeToApply.getExtType(ResNo)); in ApplyTypeConstraint()
1665 return (int)NodeToApply.UpdateNodeType(ResNo, OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1667 (int)OtherNode.UpdateNodeType(OResNo, NodeToApply.getExtType(ResNo), in ApplyTypeConstraint()
1689 return TI.EnforceSmallerThan(TypeListTmp, OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1696 return TI.EnforceSmallerThan(NodeToApply.getExtType(ResNo), in ApplyTypeConstraint()
1697 BigOperand.getExtType(BResNo)); in ApplyTypeConstraint()
1705 return TI.EnforceVectorEltTypeIs(VecOperand.getExtType(VResNo), in ApplyTypeConstraint()
[all …]
H A DCodeGenDAGPatterns.h696 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function
699 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp499 if (NodeNoTypes.getExtType(i) == N.getExtType(i)) in EmitMatchCode()
501 NodeNoTypes.setType(i, N.getExtType(i)); in EmitMatchCode()
H A DGlobalISelEmitter.cpp1575 const TypeSetByHwMode &ExtTy = Dst.getExtType(I); in importExplicitDefRenderers()
1838 Dst.getExtType(0), Dst.getChild(0), Dst.getChild(2)); in constrainOperands()
1860 inferSuperRegisterClass(Dst.getExtType(0), Dst.getChild(2)); in constrainOperands()
1963 return inferSuperRegisterClassForNode(N.getExtType(0), Child0, in inferRegClassFromInstructionPattern()
1992 return inferSuperRegisterClass(N.getExtType(0), N.getChild(2)); in inferRegClassFromInstructionPattern()