Searched refs:getExtType (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1469 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 D | DAGISelMatcherGen.cpp | 513 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 514 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
| H A D | CodeGenDAGPatterns.h | 706 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function 709 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|
| H A D | GlobalISelEmitter.cpp | 4664 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()
|