Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4515 static bool checkBitcastSrcVectorSize(SDValue Src, unsigned Size, in checkBitcastSrcVectorSize() function
4525 return checkBitcastSrcVectorSize(Src.getOperand(0), Size, Depth + 1); in checkBitcastSrcVectorSize()
4529 return checkBitcastSrcVectorSize(Src.getOperand(0), Size, Depth + 1) && in checkBitcastSrcVectorSize()
4530 checkBitcastSrcVectorSize(Src.getOperand(1), Size, Depth + 1); in checkBitcastSrcVectorSize()
4534 checkBitcastSrcVectorSize(Src.getOperand(1), Size, Depth + 1) && in checkBitcastSrcVectorSize()
4535 checkBitcastSrcVectorSize(Src.getOperand(2), Size, Depth + 1); in checkBitcastSrcVectorSize()
4682 if (Subtarget.hasExtLASX() && checkBitcastSrcVectorSize(Src, 256, 0)) { in performBITCASTCombine()
4690 if (Subtarget.hasExtLASX() && checkBitcastSrcVectorSize(Src, 256, 0)) { in performBITCASTCombine()
4698 if (Subtarget.hasExtLASX() && checkBitcastSrcVectorSize(Src, 256, 0)) { in performBITCASTCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45196 static bool checkBitcastSrcVectorSize(SDValue Src, unsigned Size, in checkBitcastSrcVectorSize() function
45209 return checkBitcastSrcVectorSize(Src.getOperand(0), Size, AllowTruncate, in checkBitcastSrcVectorSize()
45214 return checkBitcastSrcVectorSize(Src.getOperand(0), Size, AllowTruncate, in checkBitcastSrcVectorSize()
45216 checkBitcastSrcVectorSize(Src.getOperand(1), Size, AllowTruncate, in checkBitcastSrcVectorSize()
45221 checkBitcastSrcVectorSize(Src.getOperand(1), Size, AllowTruncate, in checkBitcastSrcVectorSize()
45223 checkBitcastSrcVectorSize(Src.getOperand(2), Size, AllowTruncate, in checkBitcastSrcVectorSize()
45395 checkBitcastSrcVectorSize(Src, 256, Subtarget.hasAVX2(), 0)) { in combineBitcastvxi1()
45407 if (Subtarget.hasAVX() && (checkBitcastSrcVectorSize(Src, 256, true, 0) || in combineBitcastvxi1()
45408 checkBitcastSrcVectorSize(Src, 512, true, 0))) { in combineBitcastvxi1()
45433 if (checkBitcastSrcVectorSize(Src, 512, false, 0)) { in combineBitcastvxi1()