Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7664 int BitLen = N->getConstantOperandVal(1); in getTargetShuffleMask() local
7666 DecodeEXTRQIMask(NumElems, MaskEltSize, BitLen, BitIdx, Mask); in getTargetShuffleMask()
7675 int BitLen = N->getConstantOperandVal(2); in getTargetShuffleMask() local
13784 BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ()
13847 BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ()
13862 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local
13865 DAG.getTargetConstant(BitLen, DL, MVT::i8), in lowerShuffleWithSSE4A()
13868 if (matchShuffleAsINSERTQ(VT, V1, V2, Mask, BitLen, BitIdx)) in lowerShuffleWithSSE4A()
13871 DAG.getTargetConstant(BitLen, DL, MVT::i8), in lowerShuffleWithSSE4A()
38278 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
[all …]