Searched refs:SDTCisEltOfVec (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 56 /// SDTCisEltOfVec - This indicates that ThisOp is a scalar type of the same 58 class SDTCisEltOfVec<int ThisOp, int OtherOp> 286 SDTCisEltOfVec<0, 1>, SDTCisPtrTy<2> 289 SDTCisEltOfVec<2, 1>, SDTCisSameAs<0, 1>, SDTCisPtrTy<3>
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 370 SDTCisEltOfVec, enumerator
|
H A D | CodeGenDAGPatterns.cpp | 1561 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint() 1684 case SDTCisEltOfVec: { in ApplyTypeConstraint()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVVLPatterns.td | 85 SDTCisEltOfVec<2, 0>, 95 SDTCisEltOfVec<2, 0>, 3074 SDTCisEltOfVec<3, 0>, SDTCVecEltisVT<4, i1>, SDTCisSameNumEltsAs<0, 4>,
|