Searched refs:V2InUse (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 13089 const APInt &Zeroable, SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) { in lowerVectorShuffleAsBlendOfPSHUFBs() argument 13100 V2InUse = false; in lowerVectorShuffleAsBlendOfPSHUFBs() 13116 V2InUse |= (ZeroMask != V2Idx); in lowerVectorShuffleAsBlendOfPSHUFBs() 13123 if (V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs() 13129 if (V1InUse && V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs() 13260 bool V1InUse, V2InUse; in lowerV8I16VectorShuffle() local 13262 Zeroable, DAG, V1InUse, V2InUse); in lowerV8I16VectorShuffle() 13519 bool V2InUse = false; in lowerV16I8VectorShuffle() local 13522 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse); in lowerV16I8VectorShuffle() 13527 if (V1InUse && V2InUse) { in lowerV16I8VectorShuffle()
|