Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| 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 | 1374 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 1377 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 1385 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 1388 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 1404 x.SDTCisSameNumEltsAs_Info.OtherOperandNum = in SDTypeConstraint() 1408 x.SDTCisSameSizeAs_Info.OtherOperandNum = in SDTypeConstraint() 1472 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1509 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1519 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1533 getOperandNum(x.SDTCisSameNumEltsAs_Info.OtherOperandNum, in ApplyTypeConstraint() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 44 int OtherOperandNum = OtherOp; 50 int OtherOperandNum = OtherOp; 80 int OtherOperandNum = OtherOp; 85 int OtherOperandNum = OtherOp;
|