Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp9853 SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) { in lowerVectorShuffleAsBlendOfPSHUFBs() argument
9857 V1InUse = false; in lowerVectorShuffleAsBlendOfPSHUFBs()
9876 V1InUse |= (ZeroMask != V1Idx); in lowerVectorShuffleAsBlendOfPSHUFBs()
9881 if (V1InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
9892 if (V1InUse && V2InUse) in lowerVectorShuffleAsBlendOfPSHUFBs()
9895 V = V1InUse ? V1 : V2; in lowerVectorShuffleAsBlendOfPSHUFBs()
10010 bool V1InUse, V2InUse; in lowerV8I16VectorShuffle() local
10012 V1InUse, V2InUse); in lowerV8I16VectorShuffle()
10245 bool V1InUse = false; in lowerV16I8VectorShuffle() local
10249 DL, MVT::v16i8, V1, V2, Mask, DAG, V1InUse, V2InUse); in lowerV16I8VectorShuffle()
[all …]