/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 366 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 D | InstCombineAddSub.cpp | 2234 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 D | InstructionCombining.cpp | 929 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 D | NSAPI.h | 259 isEqualSel, InitSel, NewSel; variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2500 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 D | HexagonISelDAGToDAG.cpp | 1055 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 D | HexagonLoopIdiomRecognition.cpp | 1839 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 D | CodeGenPrepare.cpp | 6799 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 D | RISCVISelLowering.cpp | 10063 SDValue NewSel = DAG.getSelect(DL, VT, N->getOperand(0), OtherOp, Zero); in tryFoldSelectIntoOp() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 42911 SDValue NewSel = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local
|