Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp9853 SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) { in lowerVectorShuffleAsBlendOfPSHUFBs() argument
9857 V1InUse = false; in lowerVectorShuffleAsBlendOfPSHUFBs()
9876 V1InUse |= (ZeroMask != V1Idx); in lowerVectorShuffleAsBlendOfPSHUFBs()
9881 if (V1InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
9892 if (V1InUse && V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
9895 V = V1InUse ? V1 : V2; in lowerVectorShuffleAsBlendOfPSHUFBs()
10010 bool V1InUse, V2InUse; in lowerV8I16VectorShuffle() local
10012 V1InUse, V2InUse); in lowerV8I16VectorShuffle()
10245 bool V1InUse = false; in lowerV16I8VectorShuffle() local
10249 DL, MVT::v16i8, V1, V2, Mask, DAG, V1InUse, V2InUse); in lowerV16I8VectorShuffle()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp12324 const APInt &Zeroable, SelectionDAG &DAG, bool &V1InUse, in lowerVectorShuffleAsBlendOfPSHUFBs() argument
12328 V1InUse = false; in lowerVectorShuffleAsBlendOfPSHUFBs()
12347 V1InUse |= (ZeroMask != V1Idx); in lowerVectorShuffleAsBlendOfPSHUFBs()
12352 if (V1InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
12363 if (V1InUse && V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
12366 V = V1InUse ? V1 : V2; in lowerVectorShuffleAsBlendOfPSHUFBs()
12494 bool V1InUse, V2InUse; in lowerV8I16VectorShuffle() local
12496 Zeroable, DAG, V1InUse, V2InUse); in lowerV8I16VectorShuffle()
12748 bool V1InUse = false; in lowerV16I8VectorShuffle() local
12752 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse); in lowerV16I8VectorShuffle()
[all …]