Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp175 static void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits()
187 const DataLayout &DL, unsigned Depth, in computeKnownBits()
197 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
211 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
221 const DataLayout &DL, unsigned Depth, in computeKnownBits()
301 bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
313 bool llvm::isKnownNonZero(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonZero()
321 unsigned Depth, AssumptionCache *AC, in isKnownNonNegative()
329 bool llvm::isKnownPositive(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownPositive()
341 bool llvm::isKnownNegative(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNegative()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/debug/
Dinternals.rs65 pub struct Depth { struct
70 impl Depth { implementation
84 impl Drop for Depth { implementation
92 impl AsRef<usize> for Depth { implementation
99 impl crate::lib::std::ops::Deref for Depth { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp35 Align GISelKnownBits::computeKnownAlignment(Register R, unsigned Depth) { in computeKnownAlignment()
69 unsigned Depth) { in getKnownBits()
92 dumpResult(const MachineInstr &MI, const KnownBits &Known, unsigned Depth) { in dumpResult()
106 unsigned Depth) { in computeKnownBitsMin()
137 unsigned Depth) { in computeKnownBitsImpl()
599 unsigned Depth) { in computeNumSignBitsMin()
609 unsigned Depth) { in computeNumSignBits()
756 unsigned GISelKnownBits::computeNumSignBits(Register R, unsigned Depth) { in computeNumSignBits()
/aosp_15_r20/external/llvm/lib/Analysis/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DValueTracking.h513 unsigned Depth, in computeKnownFPClass()
532 inline bool cannotBeNegativeZero(const Value *V, unsigned Depth, in cannotBeNegativeZero()
546 inline bool cannotBeOrderedLessThanZero(const Value *V, unsigned Depth, in cannotBeOrderedLessThanZero()
556 inline bool isKnownNeverInfinity(const Value *V, unsigned Depth, in isKnownNeverInfinity()
563 inline bool isKnownNeverInfOrNaN(const Value *V, unsigned Depth, in isKnownNeverInfOrNaN()
572 inline bool isKnownNeverNaN(const Value *V, unsigned Depth, in isKnownNeverNaN()
581 inline std::optional<bool> computeKnownFPSignBit(const Value *V, unsigned Depth, in computeKnownFPSignBit()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DValueTracking.h513 unsigned Depth, in computeKnownFPClass()
532 inline bool cannotBeNegativeZero(const Value *V, unsigned Depth, in cannotBeNegativeZero()
546 inline bool cannotBeOrderedLessThanZero(const Value *V, unsigned Depth, in cannotBeOrderedLessThanZero()
556 inline bool isKnownNeverInfinity(const Value *V, unsigned Depth, in isKnownNeverInfinity()
563 inline bool isKnownNeverInfOrNaN(const Value *V, unsigned Depth, in isKnownNeverInfOrNaN()
572 inline bool isKnownNeverNaN(const Value *V, unsigned Depth, in isKnownNeverNaN()
581 inline std::optional<bool> computeKnownFPSignBit(const Value *V, unsigned Depth, in computeKnownFPSignBit()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DValueTracking.h513 unsigned Depth, in computeKnownFPClass()
532 inline bool cannotBeNegativeZero(const Value *V, unsigned Depth, in cannotBeNegativeZero()
546 inline bool cannotBeOrderedLessThanZero(const Value *V, unsigned Depth, in cannotBeOrderedLessThanZero()
556 inline bool isKnownNeverInfinity(const Value *V, unsigned Depth, in isKnownNeverInfinity()
563 inline bool isKnownNeverInfOrNaN(const Value *V, unsigned Depth, in isKnownNeverInfOrNaN()
572 inline bool isKnownNeverNaN(const Value *V, unsigned Depth, in isKnownNeverNaN()
581 inline std::optional<bool> computeKnownFPSignBit(const Value *V, unsigned Depth, in computeKnownFPSignBit()
/aosp_15_r20/external/clang/lib/Parse/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A 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()
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp149 GEPOperator *GEP, int Depth) { in hoistAddrSpaceCastFromGEP()
187 BitCastOperator *BC, int Depth) { in hoistAddrSpaceCastFromBitCast()
224 int Depth) { in hoistAddrSpaceCastFrom()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DTemplate.h134 unsigned getNumSubsitutedArgs(unsigned Depth) const { in getNumSubsitutedArgs()
164 std::pair<Decl *, bool> getAssociatedDecl(unsigned Depth) const { in getAssociatedDecl()
175 bool hasTemplateArgument(unsigned Depth, unsigned Index) const { in hasTemplateArgument()
197 void setArgument(unsigned Depth, unsigned Index, in setArgument()
286 for (unsigned Depth = NumRetainedOuterLevels; Depth < getNumLevels(); in dump() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DTemplate.h134 unsigned getNumSubsitutedArgs(unsigned Depth) const { in getNumSubsitutedArgs()
164 std::pair<Decl *, bool> getAssociatedDecl(unsigned Depth) const { in getAssociatedDecl()
175 bool hasTemplateArgument(unsigned Depth, unsigned Index) const { in hasTemplateArgument()
197 void setArgument(unsigned Depth, unsigned Index, in setArgument()
286 for (unsigned Depth = NumRetainedOuterLevels; Depth < getNumLevels(); in dump() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DTemplate.h134 unsigned getNumSubsitutedArgs(unsigned Depth) const { in getNumSubsitutedArgs()
164 std::pair<Decl *, bool> getAssociatedDecl(unsigned Depth) const { in getAssociatedDecl()
175 bool hasTemplateArgument(unsigned Depth, unsigned Index) const { in hasTemplateArgument()
197 void setArgument(unsigned Depth, unsigned Index, in setArgument()
286 for (unsigned Depth = NumRetainedOuterLevels; Depth < getNumLevels(); in dump() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DTemplate.h134 unsigned getNumSubsitutedArgs(unsigned Depth) const { in getNumSubsitutedArgs()
164 std::pair<Decl *, bool> getAssociatedDecl(unsigned Depth) const { in getAssociatedDecl()
175 bool hasTemplateArgument(unsigned Depth, unsigned Index) const { in hasTemplateArgument()
197 void setArgument(unsigned Depth, unsigned Index, in setArgument()
286 for (unsigned Depth = NumRetainedOuterLevels; Depth < getNumLevels(); in dump() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A 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
/aosp_15_r20/external/javassist/src/main/javassist/runtime/
H A DCflow.java27 protected static class Depth { class in Cflow
29 Depth() { depth = 0; } in Depth() method in Cflow.Depth
/aosp_15_r20/external/gmmlib/Source/GmmLib/Texture/
H A DGmmGen7Texture.cpp518 uint32_t AlignedHeight, BlockHeight, Depth; in GetTotal3DHeight() local
590 uint32_t i, Depth; in Fill3DTexOffsetAddress() local
729 uint32_t Depth, Height, Width; in FillTex3D() local
/aosp_15_r20/external/mesa3d/docs/drivers/freedreno/
H A Dir3-notes.rst380 Depth section in Shader Passes
389 .. _scheduling:
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dnorm.inl90 unsigned int Depth
100 unsigned int Depth
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dnorm.inl90 unsigned int Depth
100 unsigned int Depth
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp85 unsigned Depth) { in SimplifyDemandedBits()
119 KnownBits &Known, unsigned Depth, in SimplifyDemandedUseBits()
795 unsigned Depth, in SimplifyMultipleUseDemandedBits()
1121 unsigned Depth, in SimplifyDemandedVectorElts()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp73 KnownBits &Known, unsigned Depth) { in SimplifyDemandedBits()
110 unsigned Depth, in SimplifyDemandedUseBits()
1000 Instruction *I, const APInt &DemandedMask, KnownBits &Known, unsigned Depth, in SimplifyMultipleUseDemandedBits()
1238 unsigned Depth, in SimplifyDemandedVectorElts()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp71 unsigned Depth) { in SimplifyDemandedBits()
105 unsigned Depth, in SimplifyDemandedUseBits()
908 unsigned Depth) { in SimplifyDemandedVectorElts()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dvolumetexture9.c16 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor()
266 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new()

12345678910>>...18