Home
last modified time | relevance | path

Searched refs:DummyUnsigned (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp14753 unsigned DummyUnsigned; in isShuffleMaskLegal() local
14761 isEXTMask(M, VT, DummyBool, DummyUnsigned) || in isShuffleMaskLegal()
14762 isTRNMask(M, NumElts, DummyUnsigned) || in isShuffleMaskLegal()
14763 isUZPMask(M, NumElts, DummyUnsigned) || in isShuffleMaskLegal()
14764 isZIPMask(M, NumElts, DummyUnsigned) || in isShuffleMaskLegal()
14765 isTRN_v_undef_Mask(M, VT, DummyUnsigned) || in isShuffleMaskLegal()
14766 isUZP_v_undef_Mask(M, VT, DummyUnsigned) || in isShuffleMaskLegal()
14767 isZIP_v_undef_Mask(M, VT, DummyUnsigned) || in isShuffleMaskLegal()