Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16082 const APInt &Zeroable, SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) { in lowerShuffleAsBlendOfPSHUFBs() argument
16092 V1InUse = false; in lowerShuffleAsBlendOfPSHUFBs()
16108 V1InUse |= (ZeroMask != V1Idx); in lowerShuffleAsBlendOfPSHUFBs()
16113 if (V1InUse) in lowerShuffleAsBlendOfPSHUFBs()
16122 if (V1InUse && V2InUse) in lowerShuffleAsBlendOfPSHUFBs()
16125 V = V1InUse ? V1 : V2; in lowerShuffleAsBlendOfPSHUFBs()
16321 bool V1InUse, V2InUse; in lowerV8I16Shuffle() local
16323 Zeroable, DAG, V1InUse, V2InUse); in lowerV8I16Shuffle()
16600 bool V1InUse = false; in lowerV16I8Shuffle() local
16604 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse); in lowerV16I8Shuffle()
[all …]