Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5148 int BitLen = N->getConstantOperandVal(1); in getTargetShuffleMask() local
5150 DecodeEXTRQIMask(NumElems, MaskEltSize, BitLen, BitIdx, Mask); in getTargetShuffleMask()
5159 int BitLen = N->getConstantOperandVal(2); in getTargetShuffleMask() local
11655 BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ()
11718 BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ()
11733 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local
11736 DAG.getTargetConstant(BitLen, DL, MVT::i8), in lowerShuffleWithSSE4A()
11739 if (matchShuffleAsINSERTQ(VT, V1, V2, Mask, BitLen, BitIdx)) in lowerShuffleWithSSE4A()
11742 DAG.getTargetConstant(BitLen, DL, MVT::i8), in lowerShuffleWithSSE4A()
38147 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
[all …]