Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1685 unsigned VResNo = 0; in ApplyTypeConstraint() local
1687 x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, VResNo); in ApplyTypeConstraint()
1690 return TI.EnforceVectorEltTypeIs(VecOperand.getExtType(VResNo), in ApplyTypeConstraint()
1694 unsigned VResNo = 0; in ApplyTypeConstraint() local
1696 x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, VResNo); in ApplyTypeConstraint()
1700 return TI.EnforceVectorSubVectorTypeIs(BigVecOperand.getExtType(VResNo), in ApplyTypeConstraint()