Home
last modified time | relevance | path

Searched defs:And (Results 1 – 25 of 62) sorted by relevance

123

/third_party/rust/crates/tracing/tracing-subscriber/src/filter/layer_filters/
Dcombinator.rs18 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/
DMIPatternMatch.h72 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/
DSILowerControlFlow.cpp225 MachineInstr *And = in emitIf() local
311 MachineInstr *And = in emitElse() local
373 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local
DSIInsertSkips.cpp350 const unsigned And = IsWave32 ? AMDGPU::S_AND_B32 : AMDGPU::S_AND_B64; in optimizeVccBranch() local
DSIOptimizeExecMaskingPreRA.cpp208 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/
DGuardUtils.cpp87 auto *And = dyn_cast<Instruction>(Cond); in parseWidenableBranch() local
/third_party/rust/crates/nom/src/
Dinternal.rs393 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/
Dradial_test.go342 func (x radialInput) And(y radialInput) radialOutPair { func
Dinterval.go556 func (x IntRange) And(y IntRange) (z IntRange, ok bool) { func
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DITypBitsetTests.cpp142 TEST_F(ITypBitsetTest, And) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1633 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 …]
DInstCombineCasts.cpp732 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
DInstCombineAndOrXor.cpp1681 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
DInstCombineShifts.cpp590 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/
DAggressiveInstCombine.cpp246 Value *And = Builder.CreateAnd(MOps.Root, Mask); in foldAnyOrAllBitsSet() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts56 And, enumerator
DparserRealSource10.ts90 And, enumerator
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/
Dcommon.h228 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/
DAPInt.h780 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/
DconditionalTypes1.ts174 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/
DX86ISelDAGToDAG.cpp1246 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/
Dpacked_gl_enums.json75 "And": "GL_AND", string
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json77 "And": "GL_AND", string
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.cpp2329 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
DIceAssemblerX8632.cpp2201 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

123