Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 384 unsigned OtherOperandNum; member 387 unsigned OtherOperandNum; member 393 unsigned OtherOperandNum; member 396 unsigned OtherOperandNum; member 399 unsigned OtherOperandNum; member 402 unsigned OtherOperandNum; member
|
| H A D | CodeGenDAGPatterns.cpp | 1549 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 1552 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 1560 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 1563 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 1579 x.SDTCisSameNumEltsAs_Info.OtherOperandNum = in SDTypeConstraint() 1583 x.SDTCisSameSizeAs_Info.OtherOperandNum = in SDTypeConstraint() 1648 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1688 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1698 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1712 getOperandNum(x.SDTCisSameNumEltsAs_Info.OtherOperandNum, in ApplyTypeConstraint() [all …]
|
| /freebsd-14.2/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;
|