Searched refs:BitLen (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6119 int BitLen = N->getConstantOperandVal(1); in getTargetShuffleMask() local 6121 DecodeEXTRQIMask(NumElems, MaskEltSize, BitLen, BitIdx, Mask); in getTargetShuffleMask() 6130 int BitLen = N->getConstantOperandVal(2); in getTargetShuffleMask() local 11068 BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in matchVectorShuffleAsEXTRQ() 11131 BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in matchVectorShuffleAsINSERTQ() 11147 uint64_t BitLen, BitIdx; in lowerVectorShuffleWithSSE4A() local 11150 DAG.getConstant(BitLen, DL, MVT::i8), in lowerVectorShuffleWithSSE4A() 11156 DAG.getConstant(BitLen, DL, MVT::i8), in lowerVectorShuffleWithSSE4A() 30992 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local 30999 DAG.getConstant(BitLen, DL, MVT::i8), in combineX86ShuffleChain() [all …]
|