Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 172 unsigned OtherOperandNum; member 175 unsigned OtherOperandNum; member 181 unsigned OtherOperandNum; member 184 unsigned OtherOperandNum; member
|
D | CodeGenDAGPatterns.cpp | 822 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 825 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 833 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 836 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 899 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 920 getOperandNum(x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 936 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 947 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 44 int OtherOperandNum = OtherOp; 50 int OtherOperandNum = OtherOp;
|