Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 171 unsigned OtherOperandNum; member 174 unsigned OtherOperandNum; member 180 unsigned OtherOperandNum; member 183 unsigned OtherOperandNum; member
|
D | CodeGenDAGPatterns.cpp | 785 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 788 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 796 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 799 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 861 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 880 getOperandNum(x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 896 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 907 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;
|