Searched refs:ScalarCond (Results 1 – 4 of 4) sorted by relevance
1719 bool ScalarCond = getOperand(0)->isDefinedOutsideLoopRegions(); in computeCost() local1725 if (!ScalarCond && ScalarTy->getScalarSizeInBits() == 1 && in computeCost()1744 if (!ScalarCond) in computeCost()
6201 bool ScalarCond = (SE->isLoopInvariant(CondSCEV, TheLoop)); in getInstructionCost() local6205 if (!ScalarCond && (match(I, m_LogicalAnd(m_Value(Op0), m_Value(Op1))) || in getInstructionCost()6221 if (!ScalarCond) in getInstructionCost()
22288 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce() local22289 assert(isa<Instruction>(ScalarCond) && in tryToReduce()22291 return cast<Instruction>(ScalarCond); in tryToReduce()
951 SDValue ScalarCond = GetScalarizedVector(N->getOperand(0)); in ScalarizeVecOp_VSELECT() local954 return DAG.getNode(ISD::SELECT, SDLoc(N), VT, ScalarCond, N->getOperand(1), in ScalarizeVecOp_VSELECT()