Searched refs:getExtType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 1456 const TypeSetByHwMode &T0 = Child.getExtType(0); in getPatternSize() 1639 return TI.EnforceInteger(NodeToApply.getExtType(ResNo)); in ApplyTypeConstraint() 1642 return TI.EnforceFloatingPoint(NodeToApply.getExtType(ResNo)); in ApplyTypeConstraint() 1645 return TI.EnforceVector(NodeToApply.getExtType(ResNo)); in ApplyTypeConstraint() 1650 return (int)NodeToApply.UpdateNodeType(ResNo, OtherNode.getExtType(OResNo), in ApplyTypeConstraint() 1652 (int)OtherNode.UpdateNodeType(OResNo, NodeToApply.getExtType(ResNo), in ApplyTypeConstraint() 1674 return TI.EnforceSmallerThan(TypeListTmp, OtherNode.getExtType(OResNo), in ApplyTypeConstraint() 1681 return TI.EnforceSmallerThan(NodeToApply.getExtType(ResNo), in ApplyTypeConstraint() 1682 BigOperand.getExtType(BResNo)); in ApplyTypeConstraint() 1690 return TI.EnforceVectorEltTypeIs(VecOperand.getExtType(VResNo), in ApplyTypeConstraint() [all …]
|
H A D | CodeGenDAGPatterns.h | 697 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function 700 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 1419 inferSuperRegisterClassForNode(Dst.getExtType(0), Dst.getChild(0), in createAndImportSubInstructionRenderer() 1470 inferSuperRegisterClass(Dst.getExtType(0), Dst.getChild(2)); in createAndImportSubInstructionRenderer() 1553 const TypeSetByHwMode &ExtTy = Dst.getExtType(I); in importExplicitDefRenderers() 1841 const TypeSetByHwMode &VTy = Child0.getExtType(0); in inferRegClassFromPattern() 1846 const TypeSetByHwMode &VTy = N.getExtType(0); in inferRegClassFromPattern() 2045 const TypeSetByHwMode &VTy = Src.getExtType(I); in runOnPattern() 2169 Src.getExtType(0), Dst.getChild(0), Dst.getChild(2)); in runOnPattern() 2190 inferSuperRegisterClass(Src.getExtType(0), Dst.getChild(2)); in runOnPattern()
|
H A D | DAGISelMatcherGen.cpp | 500 if (NodeNoTypes.getExtType(i) == N.getExtType(i)) in EmitMatchCode() 502 NodeNoTypes.setType(i, N.getExtType(i)); in EmitMatchCode()
|