Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7014 int BitLen = N->getConstantOperandVal(1); in getTargetShuffleMask() local
7016 DecodeEXTRQIMask(NumElems, MaskEltSize, BitLen, BitIdx, Mask); in getTargetShuffleMask()
7025 int BitLen = N->getConstantOperandVal(2); in getTargetShuffleMask() local
13022 BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ()
13085 BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ()
13100 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local
13103 DAG.getTargetConstant(BitLen, DL, MVT::i8), in lowerShuffleWithSSE4A()
13106 if (matchShuffleAsINSERTQ(VT, V1, V2, Mask, BitLen, BitIdx)) in lowerShuffleWithSSE4A()
13109 DAG.getTargetConstant(BitLen, DL, MVT::i8), in lowerShuffleWithSSE4A()
36150 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
[all …]