Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp9853 SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) { in lowerVectorShuffleAsBlendOfPSHUFBs() argument
9858 V2InUse = false; in lowerVectorShuffleAsBlendOfPSHUFBs()
9877 V2InUse |= (ZeroMask != V2Idx); in lowerVectorShuffleAsBlendOfPSHUFBs()
9885 if (V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
9892 if (V1InUse && V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
10010 bool V1InUse, V2InUse; in lowerV8I16VectorShuffle() local
10012 V1InUse, V2InUse); in lowerV8I16VectorShuffle()
10246 bool V2InUse = false; in lowerV16I8VectorShuffle() local
10249 DL, MVT::v16i8, V1, V2, Mask, DAG, V1InUse, V2InUse); in lowerV16I8VectorShuffle()
10254 if (V1InUse && V2InUse) { in lowerV16I8VectorShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp12325 bool &V2InUse) { in lowerVectorShuffleAsBlendOfPSHUFBs() argument
12329 V2InUse = false; in lowerVectorShuffleAsBlendOfPSHUFBs()
12348 V2InUse |= (ZeroMask != V2Idx); in lowerVectorShuffleAsBlendOfPSHUFBs()
12356 if (V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
12363 if (V1InUse && V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
12494 bool V1InUse, V2InUse; in lowerV8I16VectorShuffle() local
12496 Zeroable, DAG, V1InUse, V2InUse); in lowerV8I16VectorShuffle()
12749 bool V2InUse = false; in lowerV16I8VectorShuffle() local
12752 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse); in lowerV16I8VectorShuffle()
12757 if (V1InUse && V2InUse) { in lowerV16I8VectorShuffle()