Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp14101 const APInt &Zeroable, SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) { in lowerShuffleAsBlendOfPSHUFBs() argument
14111 V1InUse = false; in lowerShuffleAsBlendOfPSHUFBs()
14127 V1InUse |= (ZeroMask != V1Idx); in lowerShuffleAsBlendOfPSHUFBs()
14132 if (V1InUse) in lowerShuffleAsBlendOfPSHUFBs()
14141 if (V1InUse && V2InUse) in lowerShuffleAsBlendOfPSHUFBs()
14144 V = V1InUse ? V1 : V2; in lowerShuffleAsBlendOfPSHUFBs()
14273 bool V1InUse, V2InUse; in lowerV8I16Shuffle() local
14275 Zeroable, DAG, V1InUse, V2InUse); in lowerV8I16Shuffle()
14541 bool V1InUse = false; in lowerV16I8Shuffle() local
14545 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse); in lowerV16I8Shuffle()
[all …]