Searched refs:OtherOperandNum (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 187 unsigned OtherOperandNum; member 190 unsigned OtherOperandNum; member 196 unsigned OtherOperandNum; member 199 unsigned OtherOperandNum; member 205 unsigned OtherOperandNum; member 208 unsigned OtherOperandNum; member
|
D | CodeGenDAGPatterns.cpp | 921 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 924 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 932 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 935 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 948 x.SDTCisSameNumEltsAs_Info.OtherOperandNum = in SDTypeConstraint() 952 x.SDTCisSameSizeAs_Info.OtherOperandNum = in SDTypeConstraint() 1015 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1036 getOperandNum(x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1052 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1063 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 44 int OtherOperandNum = OtherOp; 50 int OtherOperandNum = OtherOp; 80 int OtherOperandNum = OtherOp; 85 int OtherOperandNum = OtherOp;
|