Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp340 Value *NewSel = Builder.CreateSelect(Cond, X, Y, SI.getName() + ".v", &SI); in foldSelectOpOp() local
447 Value *NewSel = Builder.CreateSelect(SI.getCondition(), OOp, C); in foldSelectIntoOp() local
478 Value *NewSel = Builder.CreateSelect(SI.getCondition(), C, OOp); in foldSelectIntoOp() local
1402 if (Instruction *NewSel = canonicalizeMinMaxWithConstant(SI, *ICI, Builder)) in foldSelectInstWithICmp() local
1411 if (Instruction *NewSel = in foldSelectInstWithICmp() local
1731 Value *NewSel = Builder.CreateSelect(CondVal, NewTrueOp, NewFalseOp, in foldAddSubSelect() local
1908 Value *NewSel = Builder.CreateSelect(Cond, X, TruncCVal, "narrow", &Sel); in foldSelectExtConst() local
2026 Value *NewSel; in foldSelectCmpBitcasts() local
2457 Value *NewSel = Builder.CreateSelect(NewCond, FalseVal, TrueVal); in visitSelectInst() local
DInstCombineAddSub.cpp1936 SelectInst *NewSel = in visitSub() local
1943 if (Instruction *NewSel = SinkSubIntoSelect( in visitSub() local
1950 if (Instruction *NewSel = SinkSubIntoSelect( in visitSub() local
DInstructionCombining.cpp1111 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2165 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitADDLike() local
2978 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSUB() local
3485 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitMUL() local
3765 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSDIV() local
3908 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitUDIV() local
4004 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitREM() local
5194 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitAND() local
5893 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitOR() local
7051 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitXOR() local
7490 if (SDValue NewSel = foldBinOpIntoSelect(N)) in visitSHL() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1008 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, NewOr, VOp); in ppSimplifyOrSelect0() local
1012 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, VOp, NewOr); in ppSimplifyOrSelect0() local
DHexagonLoopIdiomRecognition.cpp1826 Value *NewSel = C.materialize(LoopB, SI->getIterator()); in recognize() local
1857 Value *NewSel = C.materialize(LoopB, SI->getIterator()); in recognize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6041 Value *NewSel = Builder.CreateSelect(Cond, NewTVal, NewFVal); in optimizeShiftInst() local