Home
last modified time | relevance | path

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

123

/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/boost/boost/hana/
Dand.hpp27 using And = BOOST_HANA_DISPATCH_IF(and_impl<Bool>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dand.hpp27 using And = BOOST_HANA_DISPATCH_IF(and_impl<Bool>, in operator ()() typedef
/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/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/re2/re2/
Dprefilter.cc135 Prefilter* Prefilter::And(Prefilter* a, Prefilter* b) { in And() function in re2::Prefilter
326 Prefilter::Info* Prefilter::Info::And(Info* a, Info* b) { in And() function in re2::Prefilter::Info
/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/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts56 And, enumerator
DparserRealSource10.ts90 And, enumerator
/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/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/boost/libs/python/doc/html/numpy/
Dsearchindex.js1 …ic":[1,2,6],"throw":[2,10],"try":[10,12],"void":[4,5],"while":[5,10],AND:5,And:12,For:10,One:8,The… property

123