Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22346 bool UsePTEST = Subtarget.hasSSE41(); in LowerVectorAllEqual() local
22347 if (!UsePTEST && !Mask.isAllOnes() && ScalarSize > 32) in LowerVectorAllEqual()
22374 } else if (!UsePTEST && !KnownRHS.isZero()) { in LowerVectorAllEqual()
22415 if (UsePTEST) { in LowerVectorAllEqual()