Searched refs:V2InUse (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12325 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()
|