Searched refs:ConstantBitData (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 34007 SmallVector<APInt, 8> ConstantBitData(NumMaskElts, in combineX86ShufflesConstants() local 34037 ConstantBitData[i] = Bits; in combineX86ShufflesConstants() 34051 SDValue CstOp = getConstVector(ConstantBitData, UndefElts, MaskVT, DAG, DL); in combineX86ShufflesConstants()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 39997 SmallVector<APInt, 8> ConstantBitData(NumMaskElts, in combineX86ShufflesConstants() local 40027 ConstantBitData[i] = Bits; in combineX86ShufflesConstants() 40046 SDValue CstOp = getConstVector(ConstantBitData, UndefElts, MaskVT, DAG, DL); in combineX86ShufflesConstants()
|