Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1416 const TypeSetByHwMode &T0 = Child->getExtType(0); in getPatternSize()
1604 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()
1607 return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()
1610 return TI.EnforceVector(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()
1615 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint()
1616 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint()
1638 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo)); in ApplyTypeConstraint()
1645 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint()
1646 BigOperand->getExtType(BResNo)); in ApplyTypeConstraint()
1655 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint()
[all …]
H A DDAGISelMatcherGen.cpp512 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode()
513 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
H A DCodeGenDAGPatterns.h698 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function
701 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
H A DGlobalISelEmitter.cpp4596 inferSuperRegisterClassForNode(Dst->getExtType(0), Dst->getChild(0), in createAndImportSubInstructionRenderer()
4646 auto SuperClass = inferSuperRegisterClass(Dst->getExtType(0), in createAndImportSubInstructionRenderer()
4725 const TypeSetByHwMode &ExtTy = Dst->getExtType(I); in importExplicitDefRenderers()
5019 const TypeSetByHwMode &VTy = Child0->getExtType(0); in inferRegClassFromPattern()
5024 const TypeSetByHwMode &VTy = N->getExtType(0); in inferRegClassFromPattern()
5341 Src->getExtType(0), Dst->getChild(0), Dst->getChild(2)); in runOnPattern()
5366 inferSuperRegisterClass(Src->getExtType(0), Dst->getChild(2)); in runOnPattern()