Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20189 static bool shouldUseHorizontalOp(bool IsSingleSource, SelectionDAG &DAG, in shouldUseHorizontalOp() function
20253 shouldUseHorizontalOp(true, DAG, Subtarget)) { in LowerUINT_TO_FP_i64()
22482 !shouldUseHorizontalOp(true, DAG, Subtarget)) in lowerAddSubToHorizontalOp()
40869 (isPack || shouldUseHorizontalOp(Ops.size() == 1, DAG, Subtarget))) { in canonicalizeShuffleMaskWithHorizOp()
40996 shouldUseHorizontalOp(SingleOp, DAG, Subtarget)) { in canonicalizeShuffleMaskWithHorizOp()
46989 if (!shouldUseHorizontalOp(true, DAG, Subtarget)) in combineArithReduction()
50370 if (!shouldUseHorizontalOp(true, DAG, Subtarget)) { in combineVectorHADDSUB()
53856 !shouldUseHorizontalOp(NewLHS == NewRHS && in isHorizontalBinOp()