| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ | 
| H A D | GISelKnownBits.cpp | 39 Align GISelKnownBits::computeKnownAlignment(Register R, unsigned Depth) {  in computeKnownAlignment() 78                                        unsigned Depth) {  in getKnownBits() 101 dumpResult(const MachineInstr &MI, const KnownBits &Known, unsigned Depth) {  in dumpResult() 115                                          unsigned Depth) {  in computeKnownBitsMin() 146                                           unsigned Depth) {  in computeKnownBitsImpl() 621                                                unsigned Depth) {  in computeNumSignBitsMin() 658                                             unsigned Depth) {  in computeNumSignBits() 840 unsigned GISelKnownBits::computeNumSignBits(Register R, unsigned Depth) {  in computeNumSignBits()
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ | 
| H A D | ValueTracking.h | 532                     unsigned Depth, const SimplifyQuery &SQ) {  in computeKnownFPClass() 550                                         unsigned Depth,  in computeKnownFPClass() 562 inline bool cannotBeNegativeZero(const Value *V, unsigned Depth,  in cannotBeNegativeZero() 576 inline bool cannotBeOrderedLessThanZero(const Value *V, unsigned Depth,  in cannotBeOrderedLessThanZero() 586 inline bool isKnownNeverInfinity(const Value *V, unsigned Depth,  in isKnownNeverInfinity() 593 inline bool isKnownNeverInfOrNaN(const Value *V, unsigned Depth,  in isKnownNeverInfOrNaN() 602 inline bool isKnownNeverNaN(const Value *V, unsigned Depth,  in isKnownNeverNaN() 611 inline std::optional<bool> computeKnownFPSignBit(const Value *V, unsigned Depth,  in computeKnownFPSignBit()
  | 
| H A D | LoopNestAnalysis.h | 120   LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth()   argument 
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ | 
| H A D | ValueTracking.cpp | 154 void llvm::computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth,  in computeKnownBits() 166                             const DataLayout &DL, unsigned Depth,  in computeKnownBits() 175                                  unsigned Depth, AssumptionCache *AC,  in computeKnownBits() 183                                  const DataLayout &DL, unsigned Depth,  in computeKnownBits() 273                                   bool OrZero, unsigned Depth,  in isKnownToBeAPowerOfTwo() 285                               unsigned Depth) {  in isKnownNonNegative() 290                            unsigned Depth) {  in isKnownPositive() 302                            unsigned Depth) {  in isKnownNegative() 325                              const SimplifyQuery &SQ, unsigned Depth) {  in MaskedValueIsZero() 334 static unsigned ComputeNumSignBits(const Value *V, unsigned Depth,  in ComputeNumSignBits() [all …] 
 | 
| /freebsd/contrib/llvm-project/clang/lib/Parse/ | 
| H A D | ParseTemplate.cpp | 357     MultiParseScope &TemplateScopes, unsigned Depth,  in ParseTemplateParameters() 399 Parser::ParseTemplateParameterList(const unsigned Depth,  in ParseTemplateParameterList() 535 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) {  in ParseTemplateParameter() 678 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) {  in ParseTypeParameter() 786 NamedDecl *Parser::ParseTemplateTemplateParameter(unsigned Depth,  in ParseTemplateTemplateParameter() 905 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) {  in ParseNonTypeTemplateParameter()
  | 
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ | 
| H A D | Template.h | 134     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
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ | 
| H A D | WebAssemblyInstPrinter.cpp | 219 uint64_t Depth = MI->getOperand(0).getImm(); printInst()  local  252 uint64_t Depth = MI->getOperand(I).getImm(); printInst()  local 
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ | 
| H A D | ScoreboardHazardRecognizer.h | 45     size_t Depth = 0;  variable
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ | 
| H A D | ObjCARCAPElim.cpp | 45 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) {  in MayAutorelease()
  | 
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | 
| H A D | TextNodeDumper.h | 100       unsigned Depth = Pending.size();  in AddChild()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | 
| H A D | InstCombineNegator.cpp | 126 [[nodiscard]] Value *Negator::visitImpl(Value *V, bool IsNSW, unsigned Depth) {  in visitImpl() 496 [[nodiscard]] Value *Negator::negate(Value *V, bool IsNSW, unsigned Depth) {  in negate()
  | 
| H A D | InstCombineSimplifyDemanded.cpp | 91                                             KnownBits &Known, unsigned Depth,  in SimplifyDemandedBits() 160                                                  unsigned Depth,  in SimplifyDemandedUseBits() 1141     Instruction *I, const APInt &DemandedMask, KnownBits &Known, unsigned Depth,  in SimplifyMultipleUseDemandedBits() 1396                                                     unsigned Depth,  in SimplifyDemandedVectorElts() 1960     unsigned Depth, Instruction *CxtI) {  in SimplifyDemandedUseFPClass() 2062                                                unsigned Depth) {  in SimplifyDemandedFPClass()
  | 
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ | 
| H A D | ClangOptionDocEmitter.cpp | 220 void emitHeading(int Depth, std::string Heading, raw_ostream &OS) {  in emitHeading() 422 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo,  in emitGroup() 437 void emitDocumentation(int Depth, const Documentation &Doc,  in emitDocumentation()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ | 
| H A D | WebAssemblyDebugFixup.cpp | 109               auto Depth = static_cast<unsigned>(&Elem - &Stack[0]); in runOnMachineFunction()   local 
  | 
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ | 
| H A D | xray-account.h | 41 using Depth = Bitfield::Element<int32_t, 0, 31>; // Low 31 bits. global()  member 
  | 
| H A D | xray-account.cpp | 136   auto Depth = Bitfield::get<RecursionStatus::Depth>(Storage);  in operator ++()  local 147   auto Depth = Bitfield::get<RecursionStatus::Depth>(Storage);  in operator --()  local
  | 
| /freebsd/contrib/bearssl/T0/ | 
| H A D | CPU.cs | 88 	internal int Depth {  property in CPU
  | 
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ | 
| H A D | InterpFrame.h | 151   unsigned Depth;  variable
  | 
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ | 
| H A D | DataflowAnalysisContext.h | 42   unsigned Depth = 2;  member
  | 
| /freebsd/sys/contrib/dev/acpica/compiler/ | 
| H A D | prmacros.c | 395     UINT32                  Depth = 1;  in PrAddMacro()  local
  | 
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ | 
| H A D | ASTDiff.h | 40   int Depth, Height, Shift = 0;  member
  | 
| /freebsd/contrib/llvm-project/llvm/lib/CodeGenData/ | 
| H A D | OutlinedHashTree.cpp | 65               size_t Depth = DepthMap[Src];  in depth()  local
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ | 
| H A D | InstCombiner.h | 431   void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth,  in computeKnownBits() 436   KnownBits computeKnownBits(const Value *V, unsigned Depth,  in computeKnownBits()
  | 
| /freebsd/sys/contrib/dev/acpica/components/executer/ | 
| H A D | exdump.c | 744     UINT32                  Depth)  in AcpiExDumpOperand()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | 
| H A D | SIMachineScheduler.h | 36   Depth,  enumerator 124   unsigned Depth;   // Maximum bottomup path length to block without inputs  variable
  |