Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 391 unsigned OtherOperandNum; member 394 unsigned OtherOperandNum; member 400 unsigned OtherOperandNum; member 403 unsigned OtherOperandNum; member 406 unsigned OtherOperandNum; member 409 unsigned OtherOperandNum; member
|
| H A D | CodeGenDAGPatterns.cpp | 1570 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 1573 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 1581 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 1584 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 1600 x.SDTCisSameNumEltsAs_Info.OtherOperandNum = in SDTypeConstraint() 1604 x.SDTCisSameSizeAs_Info.OtherOperandNum = in SDTypeConstraint() 1669 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1709 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1719 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1733 getOperandNum(x.SDTCisSameNumEltsAs_Info.OtherOperandNum, in ApplyTypeConstraint() [all …]
|
| /llvm-project-15.0.7/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;
|