Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42183 static bool checkBitcastSrcVectorSize(SDValue Src, unsigned Size, in checkBitcastSrcVectorSize() function
42195 return checkBitcastSrcVectorSize(Src.getOperand(0), Size, AllowTruncate) && in checkBitcastSrcVectorSize()
42196 checkBitcastSrcVectorSize(Src.getOperand(1), Size, AllowTruncate); in checkBitcastSrcVectorSize()
42336 checkBitcastSrcVectorSize(Src, 256, Subtarget.hasAVX2())) { in combineBitcastvxi1()
42348 if (Subtarget.hasAVX() && (checkBitcastSrcVectorSize(Src, 256, true) || in combineBitcastvxi1()
42349 checkBitcastSrcVectorSize(Src, 512, true))) { in combineBitcastvxi1()
42374 if (checkBitcastSrcVectorSize(Src, 512, false)) { in combineBitcastvxi1()