Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp366 Value *NewSel = in foldSelectOpOp() local
384 Value *NewSel = in foldSelectOpOp() local
400 Value *NewSel = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp() local
730 Value *NewSel = Builder.CreateSelect(Cond, Zero, OrC, "masksel", &Sel); in foldSetClearBits() local
1629 if (Instruction *NewSel = foldSelectValueEquivalence(SI, *ICI)) in foldSelectInstWithICmp() local
1641 if (Instruction *NewSel = in foldSelectInstWithICmp() local
2162 Value *NewSel; in foldSelectCmpBitcasts() local
2425 Value *NewSel = Builder.CreateSelect(Cond, Y, X, "sel", &Sel); in foldVectorSelect() local
2430 Value *NewSel = Builder.CreateSelect(Cond, X, Y, "sel", &Sel); in foldVectorSelect() local
2439 Value *NewSel = Builder.CreateSelect(Cond, X, Y, "sel", &Sel); in foldVectorSelect() local
[all …]
H A DInstCombineAddSub.cpp2234 SelectInst *NewSel = in visitSub() local
2241 if (Instruction *NewSel = SinkSubIntoSelect( in visitSub() local
2248 if (Instruction *NewSel = SinkSubIntoSelect( in visitSub() local
2500 SelectInst *NewSel = SelectInst::Create(Cond, P, NegY); in visitFNeg() local
2507 SelectInst *NewSel = SelectInst::Create(Cond, NegX, P); in visitFNeg() local
H A DInstructionCombining.cpp929 if (Value *NewSel = foldAddNegate(B, C, RHS)) in SimplifySelectsFeedingBinaryOp() local
936 if (Value *NewSel = foldAddNegate(E, F, LHS)) in SimplifySelectsFeedingBinaryOp() local
1368 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DNSAPI.h259 isEqualSel, InitSel, NewSel; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2500 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitADDLike() local
3475 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSUB() local
4045 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitMUL() local
4397 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSDIV() local
4542 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitUDIV() local
4650 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitREM() local
6333 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitAND() local
7210 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitOR() local
8711 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitXOR() local
25427 SDValue NewSel = in foldSelectOfBinops() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1055 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, NewOr, VOp); in ppSimplifyOrSelect0() local
1059 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
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6799 Value *NewSel = Builder.CreateSelect(Cond, NewTVal, NewFVal); in optimizeShiftInst() local
6834 Value *NewSel = Builder.CreateSelect(Cond, NewTVal, NewFVal); in optimizeFunnelShift() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10063 SDValue NewSel = DAG.getSelect(DL, VT, N->getOperand(0), OtherOp, Zero); in tryFoldSelectIntoOp() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42911 SDValue NewSel = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local