Searched refs:V1InUse (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 13684 V1InUse = false; in lowerShuffleAsBlendOfPSHUFBs() 13700 V1InUse |= (ZeroMask != V1Idx); in lowerShuffleAsBlendOfPSHUFBs() 13705 if (V1InUse) in lowerShuffleAsBlendOfPSHUFBs() 13714 if (V1InUse && V2InUse) in lowerShuffleAsBlendOfPSHUFBs() 13717 V = V1InUse ? V1 : V2; in lowerShuffleAsBlendOfPSHUFBs() 13927 bool V1InUse, V2InUse; in lowerV8I16Shuffle() local 14207 bool V1InUse = false; in lowerV16I8Shuffle() local 14211 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse); in lowerV16I8Shuffle() 14216 if (V1InUse && V2InUse) { in lowerV16I8Shuffle() 17045 bool V1InUse, V2InUse; in lowerV64I8Shuffle() local [all …]
|