Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39733 static bool checkBitcastSrcVectorSize(SDValue Src, unsigned Size, in checkBitcastSrcVectorSize() function
39745 return checkBitcastSrcVectorSize(Src.getOperand(0), Size, AllowTruncate) && in checkBitcastSrcVectorSize()
39746 checkBitcastSrcVectorSize(Src.getOperand(1), Size, AllowTruncate); in checkBitcastSrcVectorSize()
39886 checkBitcastSrcVectorSize(Src, 256, Subtarget.hasAVX2())) { in combineBitcastvxi1()
39898 if (Subtarget.hasAVX() && (checkBitcastSrcVectorSize(Src, 256, true) || in combineBitcastvxi1()
39899 checkBitcastSrcVectorSize(Src, 512, true))) { in combineBitcastvxi1()
39924 if (checkBitcastSrcVectorSize(Src, 512, false)) { in combineBitcastvxi1()