Home
last modified time | relevance | path

Searched defs:NewSel (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp367 Value *NewSel = in foldSelectOpOp() local
385 Value *NewSel = in foldSelectOpOp() local
427 Value *NewSel = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp() local
816 Value *NewSel = Builder.CreateSelect(Cond, Zero, OrC, "masksel", &Sel); in foldSetClearBits() local
1682 if (Instruction *NewSel = foldSelectValueEquivalence(SI, *ICI)) in foldSelectInstWithICmp() local
1695 if (Instruction *NewSel = in foldSelectInstWithICmp() local
2203 Value *NewSel; in foldSelectCmpBitcasts() local
2469 Value *NewSel = Builder.CreateSelect(Cond, Y, X, "sel", &Sel); in foldVectorSelect() local
2474 Value *NewSel = Builder.CreateSelect(Cond, X, Y, "sel", &Sel); in foldVectorSelect() local
2483 Value *NewSel = Builder.CreateSelect(Cond, X, Y, "sel", &Sel); in foldVectorSelect() local
[all …]
H A DInstCombineAddSub.cpp2483 SelectInst *NewSel = in visitSub() local
2490 if (Instruction *NewSel = SinkSubIntoSelect( in visitSub() local
2497 if (Instruction *NewSel = SinkSubIntoSelect( in visitSub() local
2778 SelectInst *NewSel = SelectInst::Create(Cond, P, NegY); in visitFNeg() local
2785 SelectInst *NewSel = SelectInst::Create(Cond, NegX, P); in visitFNeg() local
H A DInstructionCombining.cpp1317 if (Value *NewSel = foldAddNegate(B, C, RHS)) in SimplifySelectsFeedingBinaryOp() local
1324 if (Value *NewSel = foldAddNegate(E, F, LHS)) in SimplifySelectsFeedingBinaryOp() local
1785 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h259 isEqualSel, InitSel, NewSel; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2792 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitADDLike() local
3832 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSUB() local
4408 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitMUL() local
4766 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSDIV() local
4911 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitUDIV() local
5019 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitREM() local
7024 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitAND() local
7932 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitOR() local
9413 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitXOR() local
9884 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSHL() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1049 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, NewOr, VOp); in ppSimplifyOrSelect0() local
1053 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, VOp, NewOr); in ppSimplifyOrSelect0() local
H A DHexagonLoopIdiomRecognition.cpp1839 Value *NewSel = C.materialize(LoopB, SI->getIterator()); in recognize() local
1870 Value *NewSel = C.materialize(LoopB, SI->getIterator()); in recognize() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6955 Value *NewSel = Builder.CreateSelect(Cond, NewTVal, NewFVal); in optimizeShiftInst() local
6990 Value *NewSel = Builder.CreateSelect(Cond, NewTVal, NewFVal); in optimizeFunnelShift() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7243 if (SDValue NewSel = foldBinOpIntoSelectIfProfitable(*Op->use_begin(), in lowerSELECT() local
14572 SDValue NewSel = in tryFoldSelectIntoOp() local
15490 SDValue NewSel = DAG.getNode(RISCVISD::SELECT_CC, DL, VT, LHS, RHS, CC, in PerformDAGCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41926 SDValue NewSel = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local