Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7032 bool ScalarCond = (SE->isLoopInvariant(CondSCEV, TheLoop)); in getInstructionCost() local
7036 if (!ScalarCond && (match(I, m_LogicalAnd(m_Value(Op0), m_Value(Op1))) || in getInstructionCost()
7052 if (!ScalarCond) in getInstructionCost()
H A DSLPVectorizer.cpp14506 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce() local
14507 assert(isa<Instruction>(ScalarCond) && in tryToReduce()
14509 return cast<Instruction>(ScalarCond); in tryToReduce()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp828 SDValue ScalarCond = GetScalarizedVector(N->getOperand(0)); in ScalarizeVecOp_VSELECT() local
831 return DAG.getNode(ISD::SELECT, SDLoc(N), VT, ScalarCond, N->getOperand(1), in ScalarizeVecOp_VSELECT()