Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14346 const APInt &Zeroable, SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) { in lowerShuffleAsBlendOfPSHUFBs() argument
14357 V2InUse = false; in lowerShuffleAsBlendOfPSHUFBs()
14373 V2InUse |= (ZeroMask != V2Idx); in lowerShuffleAsBlendOfPSHUFBs()
14380 if (V2InUse) in lowerShuffleAsBlendOfPSHUFBs()
14386 if (V1InUse && V2InUse) in lowerShuffleAsBlendOfPSHUFBs()
14599 bool V1InUse, V2InUse; in lowerV8I16Shuffle() local
14601 Zeroable, DAG, V1InUse, V2InUse); in lowerV8I16Shuffle()
14886 bool V2InUse = false; in lowerV16I8Shuffle() local
14889 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse); in lowerV16I8Shuffle()
14894 if (V1InUse && V2InUse) { in lowerV16I8Shuffle()
[all …]