Home
last modified time | relevance | path

Searched defs:Sel (Results 1 – 25 of 34) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dobjc_sel_and_id.rs19 pub fn f(object: id, selector: objc::runtime::Sel); in f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp58 static Instruction *foldSelectBinOpIdentity(SelectInst &Sel, in foldSelectBinOpIdentity()
123 static Value *foldSelectICmpAnd(SelectInst &Sel, ICmpInst *Cmp, in foldSelectICmpAnd()
902 static bool adjustMinMax(SelectInst &Sel, ICmpInst &Cmp) { in adjustMinMax()
999 canonicalizeMinMaxWithConstant(SelectInst &Sel, ICmpInst &Cmp, in canonicalizeMinMaxWithConstant()
1043 static Instruction *canonicalizeAbsNabs(SelectInst &Sel, ICmpInst &Cmp, in canonicalizeAbsNabs()
1151 static Value *foldSelectValueEquivalence(SelectInst &Sel, ICmpInst &Cmp, in foldSelectValueEquivalence()
1330 tryToReuseConstantFromSelectInComparison(SelectInst &Sel, ICmpInst &Cmp, in tryToReuseConstantFromSelectInComparison()
1871 Instruction *InstCombiner::foldSelectExtConst(SelectInst &Sel) { in foldSelectExtConst()
1975 SelectInst &Sel, InstCombiner::BuilderTy &Builder) { in canonicalizeScalarSelectOfVecs()
1997 static Instruction *foldSelectCmpBitcasts(SelectInst &Sel, in foldSelectCmpBitcasts()
[all …]
DInstCombineCasts.cpp278 if (auto *Sel = dyn_cast<SelectInst>(Src)) { in commonCastTransforms() local
1649 Value *Sel = Builder.CreateSelect(Cond, X, NarrowY, "narrow.sel", Op); in visitFPTrunc() local
1656 Value *Sel = Builder.CreateSelect(Cond, NarrowY, X, "narrow.sel", Op); in visitFPTrunc() local
2186 auto *Sel = cast<Instruction>(BitCast.getOperand(0)); in foldBitCastSelect() local
DInstCombineSimplifyDemanded.cpp1415 SelectInst *Sel = cast<SelectInst>(I); in SimplifyDemandedVectorElts() local
DInstCombineAndOrXor.cpp3290 if (auto *Sel = dyn_cast<SelectInst>(Op0)) { in visitXor() local
DInstructionCombining.cpp1110 if (auto *Sel = dyn_cast<SelectInst>(I.getOperand(0))) { in foldBinOpIntoSelectOrPhi() local
DInstCombineCalls.cpp3176 Value *Sel = Builder.CreateSelect(BoolVec, CastOp1, CastOp0); in visitCallInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600EmitClauseMarkers.cpp145 unsigned Sel = Consts[i].second; in SubstituteKCacheBank() local
DSIOptimizeExecMaskingPreRA.cpp239 auto *Sel = TRI->findReachingDef(SelReg, Op1->getSubReg(), *Cmp, MRI, LIS); in optimizeVcndVcmpPair() local
DR600ISelLowering.cpp2071 SDValue &Sel, SDValue &Imm, in FoldOperand()
2253 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() local
2295 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() local
DR600InstrInfo.cpp298 MachineOperand &Sel = in getSrcs() local
321 MachineOperand &Sel = in getSrcs() local
DSIPeepholeSDWA.cpp225 static raw_ostream& operator<<(raw_ostream &OS, SdwaSel Sel) { in operator <<()
DSIISelLowering.cpp8306 uint32_t Sel = getConstantPermuteMask(Mask); in performAndCombine() local
8429 uint32_t Sel = Mask | (LHSUsedLanes & 0x04040404); in performAndCombine() local
8478 uint32_t Sel = getConstantPermuteMask(N->getConstantOperandVal(1)); in performOrCombine() local
8518 uint32_t Sel = LHSMask | RHSMask; in performOrCombine() local
DAMDGPUISelLowering.cpp2192 SDValue Sel = DAG.getNode(ISD::SELECT, SL, VT, Cmp, SignOne, Zero); in LowerFROUND_LegalFTRUNC() local
4511 unsigned Sel = CMask->getZExtValue(); in computeKnownBitsForTargetNode() local
DAMDGPULegalizerInfo.cpp2230 auto Sel = B.buildSelect(S32, CmpRes, C1, C2, Flags); in legalizeFDIVFastIntrin() local
DAMDGPURegisterBankInfo.cpp1839 auto Sel = B.buildSelect(SelType, SrcReg, True, False); in applyMappingImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1675 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "smax"); in visitSMaxExpr() local
1700 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "umax"); in visitUMaxExpr() local
1725 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "smin"); in visitSMinExpr() local
1750 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "umin"); in visitUMinExpr() local
/third_party/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc1094 __ Sel(p7.VnB(), p12, p11.VnB(), p10.VnB()); in TEST_SVE() local
9376 __ Sel(z0.VnB(), p1, z0.VnB(), z10.VnB()); in TEST_SVE() local
9385 __ Sel(z1.VnH(), p1, z1.VnH(), z10.VnH()); in TEST_SVE() local
9392 __ Sel(z2.VnS(), p1, z2.VnS(), z10.VnS()); in TEST_SVE() local
9399 __ Sel(z3.VnD(), p1, z3.VnD(), z10.VnD()); in TEST_SVE() local
9407 __ Sel(z4.VnB(), p1, z4.VnB(), z10.VnB()); in TEST_SVE() local
9415 __ Sel(z5.VnS(), p1, z5.VnS(), z10.VnS()); in TEST_SVE() local
9423 __ Sel(z6.VnH(), p1, z6.VnH(), z10.VnH()); in TEST_SVE() local
10419 __ Sel(z3.VnB(), p1, z1.VnB(), z0.VnB()); in TEST_SVE() local
10427 __ Sel(z5.VnH(), p2, z1.VnH(), z0.VnH()); in TEST_SVE() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1635 if (SelectInst *Sel = dyn_cast<SelectInst>(BO->getOperand(0))) { in setupPreSimplifier() local
1643 if (SelectInst *Sel = dyn_cast<SelectInst>(BO->getOperand(1))) { in setupPreSimplifier() local
1657 SelectInst *Sel = dyn_cast<SelectInst>(I); in setupPreSimplifier() local
DHexagonISelDAGToDAG.cpp1200 SDValue Sel = DAG.getNode(ISD::SELECT, dl, UVT, OpI1, If1, If0); in ppHoistZextI1() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp345 SelectInst *Sel = in replaceRemWithNumeratorOrZero() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp729 if (const auto *Sel = dyn_cast<SelectInst>(ObjPtr)) { in getChainID() local
DLoopVectorize.cpp3773 Value *Sel = nullptr; in fixReduction() local
4271 Value *Sel = in widenInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1503 unsigned Sel = MI->getOperand(OpNo).getImm(); in printRSel() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp2226 Value *Sel = CI->getArgOperand(2); in UpgradeIntrinsicCall() local

12