Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1469 const TypeSetByHwMode &T0 = Child->getExtType(0); in getPatternSize()
1657 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()
1660 return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()
1663 return TI.EnforceVector(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()
1669 OtherNode->getExtType(OResNo), TP) | in ApplyTypeConstraint()
1671 NodeToApply->getExtType(ResNo), TP); in ApplyTypeConstraint()
1693 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo), in ApplyTypeConstraint()
1701 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint()
1702 BigOperand->getExtType(BResNo)); in ApplyTypeConstraint()
1711 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint()
[all …]
H A DDAGISelMatcherGen.cpp513 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode()
514 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
H A DCodeGenDAGPatterns.h706 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function
709 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
H A DGlobalISelEmitter.cpp4664 inferSuperRegisterClassForNode(Dst->getExtType(0), Dst->getChild(0), in createAndImportSubInstructionRenderer()
4714 auto SuperClass = inferSuperRegisterClass(Dst->getExtType(0), in createAndImportSubInstructionRenderer()
4793 const TypeSetByHwMode &ExtTy = Dst->getExtType(I); in importExplicitDefRenderers()
5087 const TypeSetByHwMode &VTy = Child0->getExtType(0); in inferRegClassFromPattern()
5092 const TypeSetByHwMode &VTy = N->getExtType(0); in inferRegClassFromPattern()
5283 const TypeSetByHwMode &VTy = Src->getExtType(I); in runOnPattern()
5424 Src->getExtType(0), Dst->getChild(0), Dst->getChild(2)); in runOnPattern()
5449 inferSuperRegisterClass(Src->getExtType(0), Dst->getChild(2)); in runOnPattern()