Home
last modified time | relevance | path

Searched refs:Depth (Results 1 - 25 of 217) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp53 unsigned Depth) { in computeKnownBitsForFrameIndex()
92 unsigned Depth) { in computeKnownBitsImpl()
112 if (Depth == getMaxDepth()) in computeKnownBitsImpl()
123 Depth); in computeKnownBitsImpl()
137 // Don't increment Depth for this one since we didn't do any work. in computeKnownBitsImpl()
138 computeKnownBitsImpl(Src.getReg(), Known, DemandedElts, Depth); in computeKnownBitsImpl()
159 Depth + 1); in computeKnownBitsImpl()
164 Depth + 1); in computeKnownBitsImpl()
171 Depth + 1); in computeKnownBitsImpl()
173 Depth in computeKnownBitsImpl()
51 computeKnownBitsForFrameIndex(Register R, KnownBits &Known, const APInt &DemandedElts, unsigned Depth) computeKnownBitsForFrameIndex() argument
90 computeKnownBitsImpl(Register R, KnownBits &Known, const APInt &DemandedElts, unsigned Depth) computeKnownBitsImpl() argument
376 computeNumSignBits(Register R, const APInt &DemandedElts, unsigned Depth) computeNumSignBits() argument
438 computeNumSignBits(Register R, unsigned Depth) computeNumSignBits() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h45 size_t Depth = 0; member in llvm::ScoreboardHazardRecognizer::Scoreboard
57 size_t getDepth() const { return Depth; } in getDepth()
60 // Depth is expected to be a power-of-2. in operator []()
61 assert(Depth && !(Depth & (Depth - 1)) && in operator []()
64 return Data[(Head + idx) & (Depth-1)]; in operator []()
69 Depth = d; in reset()
70 Data = new unsigned[Depth]; in reset()
73 memset(Data, 0, Depth * sizeo in reset()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddepth.c53 ctx->Depth.Clear = CLAMP( depth, 0.0, 1.0 ); in _mesa_ClearDepth()
67 if (ctx->Depth.Func == func) in depth_func()
89 ctx->Depth.Func = func; in depth_func()
127 if (ctx->Depth.Mask == flag) in _mesa_DepthMask()
132 ctx->Depth.Mask = flag; in _mesa_DepthMask()
157 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax) in _mesa_DepthBoundsEXT()
162 ctx->Depth.BoundsMin = zmin; in _mesa_DepthBoundsEXT()
163 ctx->Depth.BoundsMax = zmax; in _mesa_DepthBoundsEXT()
178 ctx->Depth in _mesa_init_depth()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DSubresourceStorageTests.cpp296 SubresourceStorage<int> s(Aspect::Depth | Aspect::Stencil, 5, 3); in TEST()
297 FakeStorage<int> f(Aspect::Depth | Aspect::Stencil, 5, 3); in TEST()
302 CheckAspectCompressed(s, Aspect::Depth, true); in TEST()
313 SubresourceStorage<int> s(Aspect::Depth | Aspect::Stencil, kLayers, kLevels); in TEST()
314 FakeStorage<int> f(Aspect::Depth | Aspect::Stencil, kLayers, kLevels); in TEST()
320 SubresourceRange range = SubresourceRange::MakeSingle(Aspect::Depth, layer, level); in TEST()
329 CheckAspectCompressed(s, Aspect::Depth, false); in TEST()
331 CheckLayerCompressed(s, Aspect::Depth, layer, false); in TEST()
337 SubresourceRange::MakeFull(Aspect::Depth | Aspect::Stencil, kLayers, kLevels); in TEST()
341 CheckAspectCompressed(s, Aspect::Depth, tru in TEST()
[all...]
H A DEnumMaskIteratorTests.cpp23 Depth = 2, member in dawn_native::TestAspect
55 TestAspect expected[] = {TestAspect::Color, TestAspect::Depth, TestAspect::Stencil}; in TEST()
57 TestAspect aspects = TestAspect::Color | TestAspect::Depth | TestAspect::Stencil; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp167 unsigned Depth, const Query &Q);
170 const DataLayout &DL, unsigned Depth, in computeKnownBits()
174 ::computeKnownBits(V, Known, Depth, in computeKnownBits()
178 static KnownBits computeKnownBits(const Value *V, unsigned Depth,
182 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
188 V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
227 static bool isKnownToBeAPowerOfTwo(const Value *V, bool OrZero, unsigned Depth,
231 bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
235 V, OrZero, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo)); in isKnownToBeAPowerOfTwo()
238 static bool isKnownNonZero(const Value *V, unsigned Depth, cons
169 computeKnownBits(const Value *V, KnownBits &Known, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, OptimizationRemarkEmitter *ORE, bool UseInstrInfo) computeKnownBits() argument
181 computeKnownBits(const Value *V, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, OptimizationRemarkEmitter *ORE, bool UseInstrInfo) computeKnownBits() argument
230 isKnownToBeAPowerOfTwo(const Value *V, const DataLayout &DL, bool OrZero, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) isKnownToBeAPowerOfTwo() argument
240 isKnownNonZero(const Value *V, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) isKnownNonZero() argument
247 isKnownNonNegative(const Value *V, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) isKnownNonNegative() argument
256 isKnownPositive(const Value *V, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) isKnownPositive() argument
268 isKnownNegative(const Value *V, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) isKnownNegative() argument
290 MaskedValueIsZero(const Value *V, const APInt &Mask, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) MaskedValueIsZero() argument
301 ComputeNumSignBits(const Value *V, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) ComputeNumSignBits() argument
309 computeKnownBitsAddSub(bool Add, const Value *Op0, const Value *Op1, bool NSW, KnownBits &KnownOut, KnownBits &Known2, unsigned Depth, const Query &Q) computeKnownBitsAddSub() argument
324 computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, KnownBits &Known, KnownBits &Known2, unsigned Depth, const Query &Q) computeKnownBitsMul() argument
646 computeKnownBitsFromAssume(const Value *V, KnownBits &Known, unsigned Depth, const Query &Q) computeKnownBitsFromAssume() argument
959 computeKnownBitsFromShiftOperator( const Operator *I, KnownBits &Known, KnownBits &Known2, unsigned Depth, const Query &Q, function_ref<APInt(const APInt &, unsigned)> KZF, function_ref<APInt(const APInt &, unsigned)> KOF) computeKnownBitsFromShiftOperator() argument
1046 computeKnownBitsFromOperator(const Operator *I, KnownBits &Known, unsigned Depth, const Query &Q) computeKnownBitsFromOperator() argument
1700 computeKnownBits(const Value *V, unsigned Depth, const Query &Q) computeKnownBits() argument
1721 computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, const Query &Q) computeKnownBits() argument
1829 isKnownToBeAPowerOfTwo(const Value *V, bool OrZero, unsigned Depth, const Query &Q) isKnownToBeAPowerOfTwo() argument
1928 isGEPKnownNonNull(const GEPOperator *GEP, unsigned Depth, const Query &Q) isGEPKnownNonNull() argument
2096 isKnownNonZero(const Value *V, unsigned Depth, const Query &Q) isKnownNonZero() argument
2393 MaskedValueIsZero(const Value *V, const APInt &Mask, unsigned Depth, const Query &Q) MaskedValueIsZero() argument
2458 ComputeNumSignBits(const Value *V, unsigned Depth, const Query &Q) ComputeNumSignBits() argument
2471 ComputeNumSignBitsImpl(const Value *V, unsigned Depth, const Query &Q) ComputeNumSignBitsImpl() argument
2765 ComputeMultiple(Value *V, unsigned Base, Value *&Multiple, bool LookThroughSExt, unsigned Depth) ComputeMultiple() argument
2993 CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI, unsigned Depth) CannotBeNegativeZero() argument
3040 cannotBeOrderedLessThanZeroImpl(const Value *V, const TargetLibraryInfo *TLI, bool SignBitOnly, unsigned Depth) cannotBeOrderedLessThanZeroImpl() argument
3196 isKnownNeverInfinity(const Value *V, const TargetLibraryInfo *TLI, unsigned Depth) isKnownNeverInfinity() argument
3248 isKnownNeverNaN(const Value *V, const TargetLibraryInfo *TLI, unsigned Depth) isKnownNeverNaN() argument
4161 computeConstantRangeIncludingKnownBits( const Value *V, bool ForSigned, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, OptimizationRemarkEmitter *ORE = nullptr, bool UseInstrInfo = true) computeConstantRangeIncludingKnownBits() argument
4750 matchMinMaxOfMinMax(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TVal, Value *FVal, unsigned Depth) matchMinMaxOfMinMax() argument
4844 matchMinMax(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, unsigned Depth) matchMinMax() argument
4938 matchSelectPattern(CmpInst::Predicate Pred, FastMathFlags FMF, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, unsigned Depth) matchSelectPattern() argument
5228 matchSelectPattern(Value *V, Value *&LHS, Value *&RHS, Instruction::CastOps *CastOp, unsigned Depth) matchSelectPattern() argument
5247 matchDecomposedSelectPattern( CmpInst *CmpI, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, Instruction::CastOps *CastOp, unsigned Depth) matchDecomposedSelectPattern() argument
5311 isTruePredicate(CmpInst::Predicate Pred, const Value *LHS, const Value *RHS, const DataLayout &DL, unsigned Depth) isTruePredicate() argument
5372 isImpliedCondOperands(CmpInst::Predicate Pred, const Value *ALHS, const Value *ARHS, const Value *BLHS, const Value *BRHS, const DataLayout &DL, unsigned Depth) isImpliedCondOperands() argument
5447 isImpliedCondICmps(const ICmpInst *LHS, const ICmpInst *RHS, const DataLayout &DL, bool LHSIsTrue, unsigned Depth) isImpliedCondICmps() argument
5492 isImpliedCondAndOr(const BinaryOperator *LHS, const ICmpInst *RHS, const DataLayout &DL, bool LHSIsTrue, unsigned Depth) isImpliedCondAndOr() argument
5521 isImpliedCondition(const Value *LHS, const Value *RHS, const DataLayout &DL, bool LHSIsTrue, unsigned Depth) isImpliedCondition() argument
[all...]
H A DLoopAccessAnalysis.cpp455 unsigned Depth) const { in printChecks()
460 OS.indent(Depth) << "Check " << N++ << ":\n"; in printChecks()
462 OS.indent(Depth + 2) << "Comparing group (" << Check.first << "):\n"; in printChecks()
464 OS.indent(Depth + 2) << *Pointers[First[K]].PointerValue << "\n"; in printChecks()
466 OS.indent(Depth + 2) << "Against group (" << Check.second << "):\n"; in printChecks()
468 OS.indent(Depth + 2) << *Pointers[Second[K]].PointerValue << "\n"; in printChecks()
472 void RuntimePointerChecking::print(raw_ostream &OS, unsigned Depth) const { in print()
474 OS.indent(Depth) << "Run-time memory checks:\n"; in print()
475 printChecks(OS, Checks, Depth); in print()
477 OS.indent(Depth) << "Groupe in print()
1728 print( raw_ostream &OS, unsigned Depth, const SmallVectorImpl<Instruction *> &Instrs) const print() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DrecursiveConditionalCrash3.js59 type KeysCanBeExpanded_<T, N extends number, Depth extends number[]> = N extends Depth['length'] ? never :
61 KeysCanBeExpanded_<T['value'], N, Depth> :
62 T extends Array<infer U> ? KeysCanBeExpanded_<U, N, Depth> :
69 ? `${K}` | Join<`${K}`, KeysCanBeExpanded_<T[K], N, [1, ...Depth]>>
82 type Expand__<O, Keys, P extends string, N extends number , Depth extends unknown[] > =
83 N extends Depth['length'] ?
88 Expand__<O[P extends Keys ? 'value' : 'default'], Keys, P, N, Depth> :
90 Expand__<U, Keys, P, N, Depth>[]
93 [K in keyof O]-?: Expand__<O[K], Keys, PrefixWith<P, K>, N, [1, ...Depth]>
[all...]
H A DrecursiveConditionalCrash2.js8 type Expand__<O, N, Depth> =
9 N extends Depth ?
12 Expand__<O['value'], N, Depth> :
H A DarrayFakeFlatNoCrashInferenceDeclarations.js2 type BadFlatArray<Arr, Depth extends number> = {obj: {
5 ? BadFlatArray<InnerArr, [-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20][Depth]>
7 }[Depth extends -1 ? "done" : "recur"]}["obj"];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DSignals.cpp52 static bool findModulesAndOffsets(void **StackTrace, int Depth,
66 void **StackTrace, int Depth,
72 void **StackTrace, int Depth, in printSymbolizedStackTrace()
101 std::vector<const char *> Modules(Depth, nullptr); in printSymbolizedStackTrace()
102 std::vector<intptr_t> Offsets(Depth, 0); in printSymbolizedStackTrace()
103 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(), in printSymbolizedStackTrace()
115 for (int i = 0; i < Depth; i++) { in printSymbolizedStackTrace()
149 for (int i = 0; i < Depth; i++) { in printSymbolizedStackTrace()
71 printSymbolizedStackTrace(StringRef Argv0, void **StackTrace, int Depth, llvm::raw_ostream &OS) printSymbolizedStackTrace() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h55 const DataLayout &DL, unsigned Depth = 0,
64 unsigned Depth = 0, AssumptionCache *AC = nullptr,
90 bool OrZero = false, unsigned Depth = 0,
104 bool isKnownNonZero(const Value *V, const DataLayout &DL, unsigned Depth = 0,
118 unsigned Depth = 0,
126 bool isKnownPositive(const Value *V, const DataLayout &DL, unsigned Depth = 0,
134 bool isKnownNegative(const Value *V, const DataLayout &DL, unsigned Depth = 0,
159 unsigned Depth = 0, AssumptionCache *AC = nullptr,
172 unsigned Depth = 0, AssumptionCache *AC = nullptr,
184 unsigned Depth
[all...]
H A DScalarEvolution.h231 /// \p Depth.
232 virtual void print(raw_ostream &OS, unsigned Depth = 0) const = 0;
276 void print(raw_ostream &OS, unsigned Depth = 0) const override;
382 void print(raw_ostream &OS, unsigned Depth = 0) const override;
425 void print(raw_ostream &OS, unsigned Depth) const override;
513 const SCEV *getTruncateExpr(const SCEV *Op, Type *Ty, unsigned Depth = 0);
514 const SCEV *getZeroExtendExpr(const SCEV *Op, Type *Ty, unsigned Depth = 0);
515 const SCEV *getSignExtendExpr(const SCEV *Op, Type *Ty, unsigned Depth = 0);
519 unsigned Depth = 0);
522 unsigned Depth in getAddExpr()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp85 unsigned Depth) { in SimplifyDemandedBits()
88 Depth, I); in SimplifyDemandedBits()
119 KnownBits &Known, unsigned Depth, in SimplifyDemandedUseBits()
122 assert(Depth <= 6 && "Limit Search Depth"); in SimplifyDemandedUseBits()
131 computeKnownBits(V, Known, Depth, CxtI); in SimplifyDemandedUseBits()
139 if (Depth == 6) // Limit search depth. in SimplifyDemandedUseBits()
144 computeKnownBits(V, Known, Depth, CxtI); in SimplifyDemandedUseBits()
151 if (Depth != 0 && !I->hasOneUse()) in SimplifyDemandedUseBits()
152 return SimplifyMultipleUseDemandedBits(I, DemandedMask, Known, Depth, Cxt in SimplifyDemandedUseBits()
82 SimplifyDemandedBits(Instruction *I, unsigned OpNo, const APInt &DemandedMask, KnownBits &Known, unsigned Depth) SimplifyDemandedBits() argument
118 SimplifyDemandedUseBits(Value *V, APInt DemandedMask, KnownBits &Known, unsigned Depth, Instruction *CxtI) SimplifyDemandedUseBits() argument
792 SimplifyMultipleUseDemandedBits(Instruction *I, const APInt &DemandedMask, KnownBits &Known, unsigned Depth, Instruction *CxtI) SimplifyMultipleUseDemandedBits() argument
1119 SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, APInt &UndefElts, unsigned Depth, bool AllowMultipleUsers) SimplifyDemandedVectorElts() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c87 if (ctx->Depth.Test) { in st_update_depth_stencil_alpha()
89 dsa->depth_func = func_to_gallium(ctx->Depth.Func); in st_update_depth_stencil_alpha()
91 dsa->depth_writemask = ctx->Depth.Mask; in st_update_depth_stencil_alpha()
93 if (ctx->Depth.BoundsTest) { in st_update_depth_stencil_alpha()
95 dsa->depth_bounds_min = ctx->Depth.BoundsMin; in st_update_depth_stencil_alpha()
96 dsa->depth_bounds_max = ctx->Depth.BoundsMax; in st_update_depth_stencil_alpha()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignals.cpp91 static bool findModulesAndOffsets(void **StackTrace, int Depth,
107 int Depth, llvm::raw_ostream &OS) { in printSymbolizedStackTrace()
138 std::vector<const char *> Modules(Depth, nullptr); in printSymbolizedStackTrace()
139 std::vector<intptr_t> Offsets(Depth, 0); in printSymbolizedStackTrace()
140 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(), in printSymbolizedStackTrace()
152 for (int i = 0; i < Depth; i++) { in printSymbolizedStackTrace()
183 for (int i = 0; i < Depth; i++) { in printSymbolizedStackTrace()
186 std::log10(Depth) + 2) in printSymbolizedStackTrace()
106 printSymbolizedStackTrace(StringRef Argv0, void **StackTrace, int Depth, llvm::raw_ostream &OS) printSymbolizedStackTrace() argument
/third_party/skia/third_party/externals/expat/expat/examples/
H A Doutline.c58 int Depth; variable
65 for (i = 0; i < Depth; i++) in start()
75 Depth++; in start()
83 Depth--; in end()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor()
46 DBG("This=%p pParams=%p Width=%u Height=%u Depth=%u Levels=%u " in NineVolumeTexture9_ctor()
48 This, pParams, Width, Height, Depth, Levels, in NineVolumeTexture9_ctor()
51 user_assert(Width && Height && Depth, D3DERR_INVALIDCALL); in NineVolumeTexture9_ctor()
84 info->depth0 = Depth; in NineVolumeTexture9_ctor()
88 info->last_level = util_logbase2(MAX2(MAX2(Width, Height), Depth)); in NineVolumeTexture9_ctor()
121 voldesc.Depth = u_minify(Depth, l); in NineVolumeTexture9_ctor()
283 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new()
291 Width, Height, Depth, Level in NineVolumeTexture9_new()
31 NineVolumeTexture9_ctor( struct NineVolumeTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) NineVolumeTexture9_ctor() argument
282 NineVolumeTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineVolumeTexture9 **ppOut, HANDLE *pSharedHandle ) NineVolumeTexture9_new() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h41 unsigned Depth = 0);
44 unsigned Depth = 0);
45 unsigned computeNumSignBits(Register R, unsigned Depth = 0);
69 unsigned Depth = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; member in llvm::DWARFDebugInfoEntry
44 uint32_t Depth);
47 uint32_t getDepth() const { return Depth; } in getDepth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp363 /// \returns Depth of CMOV instruction as if it was converted into branch.
379 /// Depth of original loop. in checkForProfitableCmovCandidates()
380 unsigned Depth; in checkForProfitableCmovCandidates() member
381 /// Depth of optimized loop. in checkForProfitableCmovCandidates()
407 // Instruction-Depth: in checkForProfitableCmovCandidates()
410 // CMOV latency + getDepthOfOptCmov(True-Op-Depth, False-Op-depth) in checkForProfitableCmovCandidates()
414 // Loop-Depth: in checkForProfitableCmovCandidates()
418 // Loop-Depth[i]: in checkForProfitableCmovCandidates()
419 // Loop-Depth calculated for first `i` iterations. in checkForProfitableCmovCandidates()
422 // Depth in checkForProfitableCmovCandidates()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSubresourceRenderAttachmentTests.cpp26 enum class Type { Color, Depth, Stencil }; member in SubresourceRenderAttachmentTest::Type
57 case Type::Depth: { in DoSingleTest()
86 case Type::Depth: { in DoSingleTest()
111 case Type::Depth: in DoTest()
151 DoTest(Type::Depth); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSubresource.cpp54 return format.aspects & Aspect::Depth; in SelectFormatAspects()
69 case Aspect::Depth: in GetAspectIndex()
83 // Note that we can't do a switch because compilers complain that Depth | Stencil is not in GetAspectCount()
85 if (aspects == Aspect::Color || aspects == Aspect::Depth || in GetAspectCount()
91 ASSERT(aspects == (Aspect::Depth | Aspect::Stencil)); in GetAspectCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp44 static bool MayAutorelease(ImmutableCallSite CS, unsigned Depth = 0);
71 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { in MayAutorelease() argument
80 if (Depth < 3 && in MayAutorelease()
82 MayAutorelease(JCS, Depth + 1)) in MayAutorelease()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp392 uint32_t Depth = 0; in extractDIEsToVector() local
396 Depth)) { in extractDIEsToVector()
415 ++Depth; in extractDIEsToVector()
418 if (Depth > 0) in extractDIEsToVector()
419 --Depth; in extractDIEsToVector()
420 if (Depth == 0) in extractDIEsToVector()
769 const uint32_t Depth = Die->getDepth(); in getParent() local
771 if (Depth == 0) in getParent()
773 // Depth of 1 always means parent is the compile/type unit. in getParent()
774 if (Depth in getParent()
[all...]

Completed in 17 milliseconds

123456789