/third_party/rust/crates/tracing/tracing-subscriber/src/filter/layer_filters/ |
D | combinator.rs | 18 pub struct And<A, B, S> { struct 19 a: A, 20 b: B, 21 _s: PhantomData<fn(S)>, 55 impl<A, B, S> And<A, B, S> implementation 110 impl<A, B, S> Filter<S> for And<A, B, S> implementation 176 impl<A, B, S> Clone for And<A, B, S> implementation 190 impl<A, B, S> fmt::Debug for And<A, B, S> implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MIPatternMatch.h | 72 template <typename... Preds> struct And { struct 80 struct And<Pred, Preds...> : And<Preds...> { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 225 MachineInstr *And = in emitIf() local 311 MachineInstr *And = in emitElse() local 373 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local
|
D | SIInsertSkips.cpp | 350 const unsigned And = IsWave32 ? AMDGPU::S_AND_B32 : AMDGPU::S_AND_B64; in optimizeVccBranch() local
|
D | SIOptimizeExecMaskingPreRA.cpp | 208 auto *And = TRI->findReachingDef(CondReg, AMDGPU::NoSubRegister, in optimizeVcndVcmpPair() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | GuardUtils.cpp | 87 auto *And = dyn_cast<Instruction>(Cond); in parseWidenableBranch() local
|
/third_party/rust/crates/nom/src/ |
D | internal.rs | 393 pub struct And<F, G> { struct 398 impl<'a, I, O1, O2, E, F: Parser<I, O1, E>, G: Parser<I, O2, E>> Parser<I, (O1, O2), E> 399 for And<F, G> argument
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/ |
D | radial_test.go | 342 func (x radialInput) And(y radialInput) radialOutPair { func
|
D | interval.go | 556 func (x IntRange) And(y IntRange) (z IntRange, ok bool) { func
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | ITypBitsetTests.cpp | 142 TEST_F(ITypBitsetTest, And) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1633 Instruction *InstCombiner::foldICmpAndShift(ICmpInst &Cmp, BinaryOperator *And, in foldICmpAndShift() 1717 BinaryOperator *And, in foldICmpAndConstConst() 1826 BinaryOperator *And, in foldICmpAndConstant() 2104 Value *And = Builder.CreateAnd(X, Mask, Shl->getName() + ".mask"); in foldICmpShlConstant() local 2116 Value *And = Builder.CreateAnd(X, Mask, Shl->getName() + ".mask"); in foldICmpShlConstant() local 2126 Value *And = Builder.CreateAnd(X, (~C).lshr(ShiftAmt->getZExtValue())); in foldICmpShlConstant() local 2134 Value *And = in foldICmpShlConstant() local 2249 Value *And = Builder.CreateAnd(X, Mask, Shr->getName() + ".mask"); in foldICmpShrConstant() local 2280 Value *And = Builder.CreateAnd(SRem->getOperand(0), MaskC); in foldICmpSRemConstant() local 2984 Value *And = Builder.CreateAnd(BOp0, NotBOC); in foldICmpBinOpEqualityWithConstant() local [all …]
|
D | InstCombineCasts.cpp | 732 Value *And = Builder.CreateAnd(Src, ConstantInt::get(SrcTy, 1)); in visitTrunc() local 743 Value *And = Builder.CreateAnd(X, ConstantInt::get(SrcTy, MaskC)); in visitTrunc() local 750 Value *And = Builder.CreateAnd(X, ConstantInt::get(SrcTy, MaskC)); in visitTrunc() local 1158 Value *And = Builder.CreateAnd(A, AndConst, CSrc->getName() + ".mask"); in visitZExt() local 1215 Value *And; in visitZExt() local
|
D | InstCombineAndOrXor.cpp | 1681 Instruction *InstCombiner::narrowMaskedBinOp(BinaryOperator &And) { in narrowMaskedBinOp() 1766 Value *And = Builder.CreateAnd(X, Op1); in visitAnd() local 1780 Value *And = Builder.CreateAnd(X, ConstantInt::get(I.getType(), in visitAnd() local 1839 auto *And = Builder.CreateAnd(BinOp, TruncC2); in visitAnd() local 3080 Value *And = Builder.CreateAnd(X, ConstantExpr::getNot(C2)); in visitXor() local
|
D | InstCombineShifts.cpp | 590 Value *And = Builder.CreateAnd(InnerShift->getOperand(0), in foldShiftedShift() local 749 Value *And = Builder.CreateAnd(NSh, in FoldShiftByConstant() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 246 Value *And = Builder.CreateAnd(MOps.Root, Mask); in foldAnyOrAllBitsSet() local
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 56 And, enumerator
|
D | parserRealSource10.ts | 90 And, enumerator
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
D | common.h | 228 glm_ivec4 const And = _mm_and_si128(Equal, Nequal); in glm_vec4_nan() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 780 APInt And(const APInt &RHS) const { return this->operator&(RHS); } in And() function 1942 inline APInt And(const APInt &LHS, const APInt &RHS) { return LHS & RHS; } in And() function
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | conditionalTypes1.ts | 174 type And<A extends boolean, B extends boolean> = If<A, B, false>; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1246 SDValue And = N->getOperand(0); in PostprocessISelDAG() local 1294 SDValue And = N->getOperand(0); in PostprocessISelDAG() local 1650 SDValue And = DAG.getNode(ISD::AND, DL, VT, Srl, NewMask); in foldMaskAndShiftToExtract() local 2016 SDValue And = N.getOperand(0); in matchAddressRecursively() local 3952 bool X86DAGToDAGISel::shrinkAndImmediate(SDNode *And) { in shrinkAndImmediate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | packed_gl_enums.json | 75 "And": "GL_AND", string
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | packed_gl_enums.json | 77 "And": "GL_AND", string
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8664.cpp | 2329 void AssemblerX8664::And(Type Ty, GPRRegister dst, GPRRegister src) { in And() function in Ice::X8664::AssemblerX8664 2333 void AssemblerX8664::And(Type Ty, GPRRegister dst, const AsmAddress &address) { in And() function in Ice::X8664::AssemblerX8664 2337 void AssemblerX8664::And(Type Ty, GPRRegister dst, const Immediate &imm) { in And() function in Ice::X8664::AssemblerX8664 2341 void AssemblerX8664::And(Type Ty, const AsmAddress &address, GPRRegister reg) { in And() function in Ice::X8664::AssemblerX8664 2345 void AssemblerX8664::And(Type Ty, const AsmAddress &address, in And() function in Ice::X8664::AssemblerX8664
|
D | IceAssemblerX8632.cpp | 2201 void AssemblerX8632::And(Type Ty, GPRRegister dst, GPRRegister src) { in And() function in Ice::X8632::AssemblerX8632 2205 void AssemblerX8632::And(Type Ty, GPRRegister dst, const AsmAddress &address) { in And() function in Ice::X8632::AssemblerX8632 2209 void AssemblerX8632::And(Type Ty, GPRRegister dst, const Immediate &imm) { in And() function in Ice::X8632::AssemblerX8632 2213 void AssemblerX8632::And(Type Ty, const AsmAddress &address, GPRRegister reg) { in And() function in Ice::X8632::AssemblerX8632 2217 void AssemblerX8632::And(Type Ty, const AsmAddress &address, in And() function in Ice::X8632::AssemblerX8632
|