Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 1568 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 1571 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 1579 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 1582 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 1598 x.SDTCisSameNumEltsAs_Info.OtherOperandNum = in SDTypeConstraint() 1602 x.SDTCisSameSizeAs_Info.OtherOperandNum = in SDTypeConstraint() 1667 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1690 getOperandNum(x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1707 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1717 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() [all …]
|
| /openbsd-src/gnu/llvm/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;
|