Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 379 unsigned OtherOperandNum; member 382 unsigned OtherOperandNum; member 388 unsigned OtherOperandNum; member 391 unsigned OtherOperandNum; member 394 unsigned OtherOperandNum; member 397 unsigned OtherOperandNum; member
|
H A D | CodeGenDAGPatterns.cpp | 1551 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 1554 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 1562 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 1565 x.SDTCisSubVecOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 1580 x.SDTCisSameNumEltsAs_Info.OtherOperandNum = in SDTypeConstraint() 1584 x.SDTCisSameSizeAs_Info.OtherOperandNum = in SDTypeConstraint() 1649 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1672 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1687 x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, VResNo); in ApplyTypeConstraint() 1696 x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, VResNo); in ApplyTypeConstraint() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 43 int OtherOperandNum = OtherOp; 49 int OtherOperandNum = OtherOp; 79 int OtherOperandNum = OtherOp; 84 int OtherOperandNum = OtherOp;
|