Home
last modified time | relevance | path

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

12345678910>>...13

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp34 Align GISelKnownBits::computeKnownAlignment(Register R, unsigned Depth) { in computeKnownAlignment()
64 unsigned Depth) { in getKnownBits()
87 dumpResult(const MachineInstr &MI, const KnownBits &Known, unsigned Depth) { in dumpResult()
101 unsigned Depth) { in computeKnownBitsMin()
118 unsigned Depth) { in computeKnownBitsImpl()
470 unsigned Depth) { in computeNumSignBitsMin()
480 unsigned Depth) { in computeNumSignBits()
593 unsigned GISelKnownBits::computeNumSignBits(Register R, unsigned Depth) { in computeNumSignBits()
/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/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp205 static void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits()
221 const DataLayout &DL, unsigned Depth, in computeKnownBits()
231 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
245 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
255 const DataLayout &DL, unsigned Depth, in computeKnownBits()
305 bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
317 bool llvm::isKnownNonZero(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonZero()
325 unsigned Depth, AssumptionCache *AC, in isKnownNonNegative()
333 bool llvm::isKnownPositive(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownPositive()
345 bool llvm::isKnownNegative(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNegative()
[all …]
/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/llvm-project/compiler-rt/test/fuzzer/
DDeepRecursionTest.cpp14 void Recursive(const uint8_t *Data, size_t Size, int Depth) { in Recursive()
/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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; variable
/external/llvm-project/clang/lib/Parse/
DParseTemplate.cpp439 MultiParseScope &TemplateScopes, unsigned Depth, in ParseTemplateParameters()
481 Parser::ParseTemplateParameterList(const unsigned Depth, in ParseTemplateParameterList()
617 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter()
759 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter()
855 Parser::ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateTemplateParameter()
960 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
/external/libcxxabi/test/
Ddynamic_cast_stress.pass.cpp55 const std::size_t Depth = 5; in test() local
/external/llvm-project/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h45 size_t Depth = 0; variable
/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/llvm-project/libcxxabi/test/
Ddynamic_cast_stress.pass.cpp54 const std::size_t Depth = 5; in test() local
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.h58 int Depth() const override { return shape_.d; } in Depth() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.h66 int Depth() const override { return shape_.d; } in Depth() function
/external/expat/examples/
Doutline.c54 int 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/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp133 LLVM_NODISCARD Value *Negator::visitImpl(Value *V, unsigned Depth) { in visitImpl()
441 LLVM_NODISCARD Value *Negator::negate(Value *V, unsigned Depth) { in negate()

12345678910>>...13