| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | GISelKnownBits.cpp | 35 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()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 175 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 …]
|
| /openbsd/src/gnu/llvm/clang/lib/Parse/ |
| D | ParseTemplate.cpp | 468 MultiParseScope &TemplateScopes, unsigned Depth, in ParseTemplateParameters() 510 Parser::ParseTemplateParameterList(const unsigned Depth, in ParseTemplateParameterList() 646 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter() 789 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter() 885 NamedDecl *Parser::ParseTemplateTemplateParameter(unsigned Depth, in ParseTemplateTemplateParameter() 1003 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| D | WebAssemblyInstPrinter.cpp | 220 uint64_t Depth = MI->getOperand(0).getImm(); in printInst() local 253 uint64_t Depth = MI->getOperand(I).getImm(); in printInst() local
|
| /openbsd/src/gnu/llvm/clang/include/clang/Sema/ |
| 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()
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | ClangOptionDocEmitter.cpp | 228 void emitHeading(int Depth, std::string Heading, raw_ostream &OS) { in emitHeading() 402 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup() 423 void emitDocumentation(int Depth, const Documentation &Doc, in emitDocumentation()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | ScoreboardHazardRecognizer.h | 45 size_t Depth = 0; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineNegator.cpp | 131 [[nodiscard]] Value *Negator::visitImpl(Value *V, unsigned Depth) { in visitImpl() 479 [[nodiscard]] Value *Negator::negate(Value *V, unsigned Depth) { in negate()
|
| D | InstCombineSimplifyDemanded.cpp | 73 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()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCAPElim.cpp | 45 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) { in MayAutorelease()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | TextNodeDumper.h | 99 unsigned Depth = Pending.size(); in AddChild() local
|
| D | JSONNodeDumper.h | 79 unsigned Depth = Pending.size(); in AddChild() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyDebugFixup.cpp | 109 auto Depth = static_cast<unsigned>(&Elem - &Stack[0]); in runOnMachineFunction() local
|
| D | WebAssemblyCFGStackify.cpp | 1567 unsigned Depth = 0; in getBranchDepth() local 1601 unsigned Depth = 0; in getDelegateDepth() local 1615 unsigned Depth = 0; in getRethrowDepth() local
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-xray/ |
| D | xray-account.h | 41 using Depth = Bitfield::Element<int32_t, 0, 31>; // Low 31 bits. member
|
| 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
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | LoopNestAnalysis.h | 120 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
| D | InstCombiner.h | 461 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits() 466 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| D | DwarfTransformer.cpp | 187 static bool hasInlineInfo(DWARFDie Die, uint32_t Depth) { in hasInlineInfo() 209 uint32_t Depth, FunctionInfo &FI, in parseInlineInfo()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ |
| D | ASTDiff.h | 40 int Depth, Height, Shift = 0; member
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
| D | GraphBuilder.cpp | 200 uint64_t Depth) { in buildFlowGraphImpl()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| D | DataflowAnalysisContext.h | 57 unsigned Depth = 2; member
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIMachineScheduler.h | 36 Depth, enumerator 124 unsigned Depth; // Maximum bottomup path length to block without inputs variable
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaTemplateDeduction.cpp | 162 getDeducedParameterFromExpr(const Expr *E, unsigned Depth) { in getDeducedParameterFromExpr() 759 unsigned Depth, Index; in addPacks() local 5803 unsigned Depth; member 5840 unsigned Depth, in MarkUsedTemplateParameters() 5871 unsigned Depth, in MarkUsedTemplateParameters() 5888 unsigned Depth, in MarkUsedTemplateParameters() 5912 unsigned Depth, in MarkUsedTemplateParameters() 6209 unsigned Depth, in MarkUsedTemplateParameters() 6255 unsigned Depth, in MarkUsedTemplateParameters() 6271 bool OnlyDeduced, unsigned Depth, in MarkUsedTemplateParameters()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | Parallel.h | 129 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()
|