Home
last modified time | relevance | path

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 DX86ISelLowering.cpp34007 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 DX86ISelLowering.cpp39997 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()