/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 58 static Instruction *foldSelectBinOpIdentity(SelectInst &Sel, in foldSelectBinOpIdentity() argument 64 if (!match(Sel.getCondition(), m_Cmp(Pred, m_Value(X), m_Constant(C)))) in foldSelectBinOpIdentity() 79 if (!match(Sel.getOperand(IsEq ? 1 : 2), m_BinOp(BO))) in foldSelectBinOpIdentity() 110 Sel.setOperand(IsEq ? 1 : 2, Y); in foldSelectBinOpIdentity() 111 return &Sel; in foldSelectBinOpIdentity() 123 static Value *foldSelectICmpAnd(SelectInst &Sel, ICmpInst *Cmp, in foldSelectICmpAnd() argument 126 if (!match(Sel.getTrueValue(), m_APInt(SelTC)) || in foldSelectICmpAnd() 127 !match(Sel.getFalseValue(), m_APInt(SelFC))) in foldSelectICmpAnd() 131 Type *SelType = Sel.getType(); in foldSelectICmpAnd() 902 static bool adjustMinMax(SelectInst &Sel, ICmpInst &Cmp) { in adjustMinMax() argument [all …]
|
D | InstCombineCasts.cpp | 278 if (auto *Sel = dyn_cast<SelectInst>(Src)) { in commonCastTransforms() local 283 auto *Cmp = dyn_cast<CmpInst>(Sel->getCondition()); in commonCastTransforms() 284 if (!Cmp || Cmp->getOperand(0)->getType() != Sel->getType()) in commonCastTransforms() 285 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms() 286 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms() 1649 Value *Sel = Builder.CreateSelect(Cond, X, NarrowY, "narrow.sel", Op); in visitFPTrunc() local 1650 return replaceInstUsesWith(FPT, Sel); in visitFPTrunc() 1656 Value *Sel = Builder.CreateSelect(Cond, NarrowY, X, "narrow.sel", Op); in visitFPTrunc() local 1657 return replaceInstUsesWith(FPT, Sel); in visitFPTrunc() 2186 auto *Sel = cast<Instruction>(BitCast.getOperand(0)); in foldBitCastSelect() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMaskingPreRA.cpp | 239 auto *Sel = TRI->findReachingDef(SelReg, Op1->getSubReg(), *Cmp, MRI, LIS); in optimizeVcndVcmpPair() local 240 if (!Sel || Sel->getOpcode() != AMDGPU::V_CNDMASK_B32_e64) in optimizeVcndVcmpPair() 243 if (TII->hasModifiersSet(*Sel, AMDGPU::OpName::src0_modifiers) || in optimizeVcndVcmpPair() 244 TII->hasModifiersSet(*Sel, AMDGPU::OpName::src1_modifiers)) in optimizeVcndVcmpPair() 247 Op1 = TII->getNamedOperand(*Sel, AMDGPU::OpName::src0); in optimizeVcndVcmpPair() 248 Op2 = TII->getNamedOperand(*Sel, AMDGPU::OpName::src1); in optimizeVcndVcmpPair() 249 MachineOperand *CC = TII->getNamedOperand(*Sel, AMDGPU::OpName::src2); in optimizeVcndVcmpPair() 254 LLVM_DEBUG(dbgs() << "Folding sequence:\n\t" << *Sel << '\t' << *Cmp << '\t' in optimizeVcndVcmpPair() 284 LLVM_DEBUG(dbgs() << "Erasing: " << *Sel << '\n'); in optimizeVcndVcmpPair() 286 LIS->RemoveMachineInstrFromMaps(*Sel); in optimizeVcndVcmpPair() [all …]
|
D | R600EmitClauseMarkers.cpp | 114 std::pair<unsigned, unsigned> getAccessedBankLine(unsigned Sel) const { in getAccessedBankLine() 119 ((Sel >> 2) - 512) >> 12, // KC_BANK in getAccessedBankLine() 125 ((((Sel >> 2) - 512) & 4095) >> 5) << 1); in getAccessedBankLine() 145 unsigned Sel = Consts[i].second; in SubstituteKCacheBank() local 146 unsigned Chan = Sel & 3, Index = ((Sel >> 2) - 512) & 31; in SubstituteKCacheBank() 148 const std::pair<unsigned, unsigned> &BankLine = getAccessedBankLine(Sel); in SubstituteKCacheBank()
|
D | R600ISelLowering.h | 102 SDValue &Neg, SDValue &Abs, SDValue &Sel, SDValue &Imm,
|
D | R600InstrInfo.cpp | 298 MachineOperand &Sel = in getSrcs() local 300 Result.push_back(std::make_pair(&MO, Sel.getImm())); in getSrcs() 321 MachineOperand &Sel = in getSrcs() local 323 Result.push_back(std::make_pair(&MO, Sel.getImm())); in getSrcs()
|
D | R600ISelLowering.cpp | 2071 SDValue &Sel, SDValue &Imm, in FoldOperand() argument 2094 if (!Sel.getNode()) in FoldOperand() 2140 Sel = CstOffset; in FoldOperand() 2253 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() local 2254 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2295 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() local 2297 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, Imm, DAG)) in PostISelFolding()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | objc_sel_and_id.rs | 16 pub static mut selector: objc::runtime::Sel; 19 pub fn f(object: id, selector: objc::runtime::Sel); in f() argument
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | jv.txt | 399 "Sel", 417 "Sel", 437 "Sel", 455 "Sel", 1227 "-1"{"Sel. wingi"} 1228 "0"{"Sel. iki"} 1229 "1"{"Sel. ngarep"} 1233 other{"ing {0} Sel."} 1236 other{"{0} Sel. kepungkur"}
|
D | id.txt | 764 "Sel", 782 "Sel", 802 "Sel", 820 "Sel", 2332 "-1"{"Sel. lalu"} 2333 "0"{"Sel. ini"} 2334 "1"{"Sel. berikutnya"} 2338 other{"dlm {0} Sel."} 2341 other{"{0} Sel. lalu"} 2347 "-1"{"Sel. lalu"} [all …]
|
D | ms.txt | 824 "Sel", 862 "Sel", 2446 "-1"{"Sel lalu"} 2447 "0"{"Sel ini"} 2448 "1"{"Sel depan"} 2452 other{"pada {0} Sel"} 2455 other{"{0} Sel lalu"} 2461 "-1"{"Sel lalu"} 2462 "0"{"Sel ini"} 2463 "1"{"Sel depan"} [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1635 if (SelectInst *Sel = dyn_cast<SelectInst>(BO->getOperand(0))) { in setupPreSimplifier() local 1637 Value *X = Sel->getTrueValue(), *Y = Sel->getFalseValue(); in setupPreSimplifier() 1639 return B.CreateSelect(Sel->getCondition(), in setupPreSimplifier() 1643 if (SelectInst *Sel = dyn_cast<SelectInst>(BO->getOperand(1))) { in setupPreSimplifier() local 1646 Value *Y = Sel->getTrueValue(), *Z = Sel->getFalseValue(); in setupPreSimplifier() 1647 return B.CreateSelect(Sel->getCondition(), in setupPreSimplifier() 1657 SelectInst *Sel = dyn_cast<SelectInst>(I); in setupPreSimplifier() local 1658 if (!Sel) in setupPreSimplifier() 1661 Value *C = Sel->getCondition(); in setupPreSimplifier() 1662 if (SelectInst *Sel0 = dyn_cast<SelectInst>(Sel->getTrueValue())) { in setupPreSimplifier() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | specialization-constant-evaluation.comp | 88 DUMMY_SSBO(Sel, 28, SEL); 122 Sel.val[0] = 0.0;
|
/third_party/icu/icu4c/source/data/locales/ |
D | ms.txt | 908 "Sel", 946 "Sel", 2582 "-1"{"Sel lalu"} 2583 "0"{"Sel ini"} 2584 "1"{"Sel depan"} 2588 other{"pada {0} Sel"} 2591 other{"{0} Sel lalu"} 2597 "-1"{"Sel lalu"} 2598 "0"{"Sel ini"} 2599 "1"{"Sel depan"} [all …]
|
D | jv.txt | 473 "Sel", 491 "Sel", 511 "Sel", 529 "Sel", 1399 "-1"{"Sel. wingi"} 1400 "0"{"Sel. iki"} 1401 "1"{"Sel. ngarep"} 1405 other{"ing {0} Sel."} 1408 other{"{0} Sel. kepungkur"}
|
D | id.txt | 890 "Sel", 908 "Sel", 928 "Sel", 946 "Sel", 2519 "-1"{"Sel. lalu"} 2520 "0"{"Sel. ini"} 2521 "1"{"Sel. berikutnya"} 2525 other{"dlm {0} Sel."} 2528 other{"{0} Sel. lalu"} 2534 "-1"{"Sel. lalu"} [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1675 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "smax"); in visitSMaxExpr() local 1676 rememberInstruction(Sel); in visitSMaxExpr() 1677 LHS = Sel; in visitSMaxExpr() 1700 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "umax"); in visitUMaxExpr() local 1701 rememberInstruction(Sel); in visitUMaxExpr() 1702 LHS = Sel; in visitUMaxExpr() 1725 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "smin"); in visitSMinExpr() local 1726 rememberInstruction(Sel); in visitSMinExpr() 1727 LHS = Sel; in visitSMinExpr() 1750 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "umin"); in visitUMinExpr() local [all …]
|
/third_party/icu/icu4c/source/data/region/ |
D | se.txt | 24 053{"Austrália ja Ođđa-Selánda"} 209 NZ{"Ođđa-Selánda"}
|
D | wo.txt | 173 NZ{"Nuwel Selànd"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | se.txt | 24 053{"Austrália ja Ođđa-Selánda"} 209 NZ{"Ođđa-Selánda"}
|
D | wo.txt | 171 NZ{"Nuwel Selànd"}
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/ |
D | specialization-constant-evaluation.comp | 285 } Sel; 319 Sel.val[0] = 0.0;
|
/third_party/icu/icu4c/source/data/zone/ |
D | se_FI.txt | 554 ld{"Ođđa-Selánda geasseáigi"} 555 lg{"Ođđa-Selánda áigi"} 556 ls{"Ođđa-Selánda dálveáigi"}
|
/third_party/skia/third_party/externals/icu/source/data/zone/ |
D | se_FI.txt | 549 ld{"Ođđa-Selánda geasseáigi"} 550 lg{"Ođđa-Selánda áigi"} 551 ls{"Ođđa-Selánda dálveáigi"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2254 SelectInst *Sel = dyn_cast<SelectInst>(Cond->getOperand(1)); in OptimizeMax() local 2255 if (!Sel || !Sel->hasOneUse()) return Cond; in OptimizeMax() 2264 if (IterationCount != SE.getSCEV(Sel)) return Cond; in OptimizeMax() 2316 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax() 2320 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax() 2326 } else if (SE.getSCEV(Sel->getOperand(1)) == MaxRHS) in OptimizeMax() 2327 NewRHS = Sel->getOperand(1); in OptimizeMax() 2328 else if (SE.getSCEV(Sel->getOperand(2)) == MaxRHS) in OptimizeMax() 2329 NewRHS = Sel->getOperand(2); in OptimizeMax() 2349 Instruction *Cmp = cast<Instruction>(Sel->getOperand(0)); in OptimizeMax() [all …]
|