Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 386 unsigned OtherOperandNum; member 389 unsigned OtherOperandNum; member 395 unsigned OtherOperandNum; member 398 unsigned OtherOperandNum; member 401 unsigned OtherOperandNum; member 404 unsigned OtherOperandNum; member
|
H A D | CodeGenDAGPatterns.cpp | 1515 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 1518 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 1526 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 1529 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 1545 x.SDTCisSameNumEltsAs_Info.OtherOperandNum = in SDTypeConstraint() 1549 x.SDTCisSameSizeAs_Info.OtherOperandNum = in SDTypeConstraint() 1614 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1651 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1661 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1675 getOperandNum(x.SDTCisSameNumEltsAs_Info.OtherOperandNum, in ApplyTypeConstraint() [all …]
|
/netbsd/external/apache2/llvm/dist/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;
|