Home
last modified time | relevance | path

Searched defs:Depth (Results 1 – 25 of 208) sorted by relevance

123456789

/external/javassist/src/main/javassist/runtime/
DCflow.java27 protected static class Depth { class in Cflow
29 Depth() { depth = 0; } in Depth() method in Cflow.Depth
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp149 GEPOperator *GEP, int Depth) { in hoistAddrSpaceCastFromGEP()
187 BitCastOperator *BC, int Depth) { in hoistAddrSpaceCastFromBitCast()
224 int Depth) { in hoistAddrSpaceCastFrom()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp53 unsigned Depth) { in computeKnownBitsForFrameIndex()
92 unsigned Depth) { in computeKnownBitsImpl()
378 unsigned Depth) { in computeNumSignBits()
438 unsigned GISelKnownBits::computeNumSignBits(Register R, unsigned Depth) { in computeNumSignBits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp170 const DataLayout &DL, unsigned Depth, in computeKnownBits()
182 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
231 bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
240 bool llvm::isKnownNonZero(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonZero()
248 unsigned Depth, AssumptionCache *AC, in isKnownNonNegative()
256 bool llvm::isKnownPositive(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownPositive()
268 bool llvm::isKnownNegative(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNegative()
291 const DataLayout &DL, unsigned Depth, in MaskedValueIsZero()
302 unsigned Depth, AssumptionCache *AC, in ComputeNumSignBits()
312 unsigned Depth, const Query &Q) { in computeKnownBitsAddSub()
[all …]
/external/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst409 Depth section in Shader Passes
418 .. _scheduling:
/external/llvm/lib/Analysis/
DValueTracking.cpp126 const DataLayout &DL, unsigned Depth, in computeKnownBits()
152 const DataLayout &DL, unsigned Depth, in ComputeSignBit()
163 unsigned Depth, AssumptionCache *AC, in isKnownToBeAPowerOfTwo()
172 bool llvm::isKnownNonZero(Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonZero()
178 bool llvm::isKnownNonNegative(Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonNegative()
186 bool llvm::isKnownPositive(Value *V, const DataLayout &DL, unsigned Depth, in isKnownPositive()
198 bool llvm::isKnownNegative(Value *V, const DataLayout &DL, unsigned Depth, in isKnownNegative()
220 unsigned Depth, AssumptionCache *AC, in MaskedValueIsZero()
229 unsigned Depth, AssumptionCache *AC, in ComputeNumSignBits()
238 unsigned Depth, const Query &Q) { in computeKnownBitsAddSub()
[all …]
/external/clang/lib/Parse/
DParseTemplate.cpp330 bool Parser::ParseTemplateParameters(unsigned Depth, in ParseTemplateParameters()
370 Parser::ParseTemplateParameterList(unsigned Depth, in ParseTemplateParameterList()
480 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter()
502 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter()
565 Parser::ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateTemplateParameter()
670 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dnorm.inl90 unsigned int Depth
100 unsigned int Depth
/external/mesa3d/src/gallium/frontends/nine/
Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor()
282 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; variable
/external/libcxxabi/test/
Ddynamic_cast_stress.pass.cpp55 const std::size_t Depth = 5; in test() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h45 size_t Depth = 0; variable
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h46 size_t Depth; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp392 uint32_t Depth = 0; in extractDIEsToVector() local
769 const uint32_t Depth = Die->getDepth(); in getParent() local
788 uint32_t Depth = Die->getDepth(); in getSibling() local
808 uint32_t Depth = Die->getDepth(); in getPreviousSibling() local
839 uint32_t Depth = Die->getDepth(); in getLastChild() local
/external/expat/examples/
Doutline.c58 int Depth; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp71 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { in MayAutorelease()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp71 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { in MayAutorelease()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp71 unsigned Depth) { in SimplifyDemandedBits()
105 unsigned Depth, in SimplifyDemandedUseBits()
908 unsigned Depth) { in SimplifyDemandedVectorElts()
/external/eigen/Eigen/src/Core/
DGeneralProduct.h62 Depth = EIGEN_SIZE_MIN_PREFER_FIXED(traits<_Lhs>::ColsAtCompileTime, enumerator
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp72 void **StackTrace, int Depth, in printSymbolizedStackTrace()
/external/llvm/lib/Support/
DSignals.cpp72 void **StackTrace, int Depth, in printSymbolizedStackTrace()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp85 unsigned Depth) { in SimplifyDemandedBits()
119 KnownBits &Known, unsigned Depth, in SimplifyDemandedUseBits()
795 unsigned Depth, in SimplifyMultipleUseDemandedBits()
1121 unsigned Depth, in SimplifyDemandedVectorElts()
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp102 uint64_t Depth = MI->getOperand(i).getImm(); in printInst() local
/external/ImageMagick/coders/
Dwpg.c988 unsigned int Depth; in ReadWPGImage() member
997 unsigned char Depth; in ReadWPGImage() member
1010 unsigned int Depth; in ReadWPGImage() member
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.h59 int Depth() const override { return shape_.d; } in Depth() function

123456789