Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20090 static bool shouldUseHorizontalOp(bool IsSingleSource, SelectionDAG &DAG, in shouldUseHorizontalOp() function
20154 shouldUseHorizontalOp(true, DAG, Subtarget)) { in LowerUINT_TO_FP_i64()
21792 !shouldUseHorizontalOp(true, DAG, Subtarget)) in lowerAddSubToHorizontalOp()
36419 (isPack || shouldUseHorizontalOp(Ops.size() == 1, DAG, Subtarget))) { in canonicalizeShuffleMaskWithHorizOp()
36546 shouldUseHorizontalOp(SingleOp, DAG, Subtarget)) { in canonicalizeShuffleMaskWithHorizOp()
40958 if (!shouldUseHorizontalOp(true, DAG, Subtarget)) in combineArithReduction()
43756 if (!shouldUseHorizontalOp(true, DAG, Subtarget)) { in combineVectorHADDSUB()
46307 !shouldUseHorizontalOp(NewLHS == NewRHS && in isHorizontalBinOp()