Searched refs:V2InUse (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 15050 const APInt &Zeroable, SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) { in lowerShuffleAsBlendOfPSHUFBs() argument 15061 V2InUse = false; in lowerShuffleAsBlendOfPSHUFBs() 15077 V2InUse |= (ZeroMask != V2Idx); in lowerShuffleAsBlendOfPSHUFBs() 15084 if (V2InUse) in lowerShuffleAsBlendOfPSHUFBs() 15090 if (V1InUse && V2InUse) in lowerShuffleAsBlendOfPSHUFBs() 15260 bool V1InUse, V2InUse; in lowerV8I16Shuffle() local 15262 Zeroable, DAG, V1InUse, V2InUse); in lowerV8I16Shuffle() 15511 bool V2InUse = false; in lowerV16I8Shuffle() local 15514 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse); in lowerV16I8Shuffle() 15519 if (V1InUse && V2InUse) { in lowerV16I8Shuffle()
|