Searched refs:OtherOperandNum (Results 1 – 7 of 7) 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-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 388 unsigned OtherOperandNum; member 391 unsigned OtherOperandNum; member 397 unsigned OtherOperandNum; member 400 unsigned OtherOperandNum; member 403 unsigned OtherOperandNum; member 406 unsigned OtherOperandNum; member
|
D | CodeGenDAGPatterns.cpp | 1469 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint() 1472 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum = in SDTypeConstraint() 1480 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint() 1483 x.SDTCisSubVecOfVec_Info.OtherOperandNum = in SDTypeConstraint() 1499 x.SDTCisSameNumEltsAs_Info.OtherOperandNum = in SDTypeConstraint() 1503 x.SDTCisSameSizeAs_Info.OtherOperandNum = in SDTypeConstraint() 1568 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1589 getOperandNum(x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1605 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint() 1615 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;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 43 int OtherOperandNum = OtherOp; 49 int OtherOperandNum = OtherOp; 79 int OtherOperandNum = OtherOp; 84 int OtherOperandNum = OtherOp;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 43 int OtherOperandNum = OtherOp; 49 int OtherOperandNum = OtherOp; 79 int OtherOperandNum = OtherOp; 84 int OtherOperandNum = OtherOp;
|