Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp874 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local
875 if (SI->use_empty() && SelectCond->hasOneUse()) in simplifyDivRemOfSelectWithZeroOp()
880 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp()
893 } else if (Op == SelectCond) { in simplifyDivRemOfSelectWithZeroOp()
903 if (&*BBI == SelectCond) in simplifyDivRemOfSelectWithZeroOp()
904 SelectCond = nullptr; in simplifyDivRemOfSelectWithZeroOp()
907 if (!SelectCond && !SI) in simplifyDivRemOfSelectWithZeroOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3507 Register SelectCond = Select->getOperand(1).getReg(); in applyFoldBinOpIntoSelect() local
3532 Builder.buildSelect(Dst, SelectCond, FoldTrue, FoldFalse, MI.getFlags()); in applyFoldBinOpIntoSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8635 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local
8639 return DAG.getNode(RISCVISD::VMERGE_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()