/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 374 Value *NewSel = in foldSelectOpOp() local 392 Value *NewSel = in foldSelectOpOp() local 434 Value *NewSel = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp() local 558 Value *NewSel = Builder.CreateSelect(SI.getCondition(), Swapped ? C : OOp, in foldSelectIntoOp() local 832 Value *NewSel = Builder.CreateSelect(Cond, Zero, OrC, "masksel", &Sel); in foldSetClearBits() local 841 Value *NewSel = Builder.CreateSelect(Cond, OrC, Zero, "masksel", &Sel); in foldSetClearBits() local 1823 if (Instruction *NewSel = foldSelectValueEquivalence(SI, *ICI)) in foldSelectInstWithICmp() local 1836 if (Instruction *NewSel = in foldSelectInstWithICmp() local 1862 if (Instruction *NewSel = foldSelectICmpEq(SI, ICI, *this)) in foldSelectInstWithICmp() local 2075 Value *NewSel = Builder.CreateSelect(CondVal, NewTrueOp, NewFalseOp, in foldAddSubSelect() local [all …]
|
H A D | InstCombineAddSub.cpp | 2493 SelectInst *NewSel = in visitSub() local 2500 if (Instruction *NewSel = SinkSubIntoSelect( in visitSub() local 2507 if (Instruction *NewSel = SinkSubIntoSelect( in visitSub() local 2789 SelectInst *NewSel = SelectInst::Create(Cond, P, NegY); in visitFNeg() local 2796 SelectInst *NewSel = SelectInst::Create(Cond, NegX, P); in visitFNeg() local 2806 SelectInst *NewSel = SelectInst::Create(Cond, NegX, NegY); in visitFNeg() local
|
H A D | InstructionCombining.cpp | 1340 if (Value *NewSel = foldAddNegate(B, C, RHS)) in SimplifySelectsFeedingBinaryOp() local 1347 if (Value *NewSel = foldAddNegate(E, F, LHS)) in SimplifySelectsFeedingBinaryOp() local 1992 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NSAPI.h | 259 isEqualSel, InitSel, NewSel; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2712 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitADDLike() local 3827 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSUB() local 4362 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitMUL() local 4735 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSDIV() local 4880 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitUDIV() local 4988 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitREM() local 7018 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitAND() local 7934 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitOR() local 9425 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitXOR() local 9901 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSHL() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1148 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, NewOr, VOp); in ppSimplifyOrSelect0() local 1152 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, VOp, NewOr); in ppSimplifyOrSelect0() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 1833 Value *NewSel = C.materialize(LoopB, SI->getIterator()); in recognize() local 1864 Value *NewSel = C.materialize(LoopB, SI->getIterator()); in recognize() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7069 Value *NewSel = Builder.CreateSelect(Cond, NewTVal, NewFVal); in optimizeShiftInst() local 7104 Value *NewSel = Builder.CreateSelect(Cond, NewTVal, NewFVal); in optimizeFunnelShift() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 7772 if (SDValue NewSel = foldBinOpIntoSelectIfProfitable(*Op->use_begin(), lowerSELECT() local 15908 SDValue NewSel = tryFoldSelectIntoOp() local 17008 SDValue NewSel = DAG.getNode(RISCVISD::SELECT_CC, DL, VT, LHS, RHS, CC, PerformDAGCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 42858 SDValue NewSel = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local
|