Searched refs:SDTCisVTSmallerThanOp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 368 SDTCisVTSmallerThanOp, enumerator
|
H A D | CodeGenDAGPatterns.cpp | 1553 ConstraintType = SDTCisVTSmallerThanOp; in SDTypeConstraint() 1655 case SDTCisVTSmallerThanOp: { in ApplyTypeConstraint()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 46 // SDTCisVTSmallerThanOp - The specified operand is a VT SDNode, and its type is 48 class SDTCisVTSmallerThanOp<int OpNum, int OtherOp> : SDTypeConstraint<OpNum> { 187 SDTCisVTSmallerThanOp<2, 1>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 243 SDTCVecEltisVT<1,i1>, SDTCisSameAs<0,2>, SDTCisVTSmallerThanOp<3, 2>, SDTCisSameAs<0,4>
|