Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20153 static bool shouldUseHorizontalOp(bool IsSingleSource, SelectionDAG &DAG, in shouldUseHorizontalOp() function
20217 shouldUseHorizontalOp(true, DAG, Subtarget)) { in LowerUINT_TO_FP_i64()
21933 !shouldUseHorizontalOp(true, DAG, Subtarget)) in lowerAddSubToHorizontalOp()
36637 (isPack || shouldUseHorizontalOp(Ops.size() == 1, DAG, Subtarget))) { in canonicalizeShuffleMaskWithHorizOp()
36764 shouldUseHorizontalOp(SingleOp, DAG, Subtarget)) { in canonicalizeShuffleMaskWithHorizOp()
41215 if (!shouldUseHorizontalOp(true, DAG, Subtarget)) in combineArithReduction()
44072 if (!shouldUseHorizontalOp(true, DAG, Subtarget)) { in combineVectorHADDSUB()
46629 !shouldUseHorizontalOp(NewLHS == NewRHS && in isHorizontalBinOp()