Home
last modified time | relevance | path

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

12345

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
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()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
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 …]
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseTemplate.cpp468 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/
DWebAssemblyInstPrinter.cpp220 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/
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()
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangOptionDocEmitter.cpp228 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/
DScoreboardHazardRecognizer.h45 size_t Depth = 0; variable
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp131 [[nodiscard]] Value *Negator::visitImpl(Value *V, unsigned Depth) { in visitImpl()
479 [[nodiscard]] Value *Negator::negate(Value *V, unsigned Depth) { in negate()
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()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp45 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) { in MayAutorelease()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTextNodeDumper.h99 unsigned Depth = Pending.size(); in AddChild() local
DJSONNodeDumper.h79 unsigned Depth = Pending.size(); in AddChild() local
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugFixup.cpp109 auto Depth = static_cast<unsigned>(&Elem - &Stack[0]); in runOnMachineFunction() local
DWebAssemblyCFGStackify.cpp1567 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/
Dxray-account.h41 using Depth = Bitfield::Element<int32_t, 0, 31>; // Low 31 bits. member
Dxray-account.cpp136 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/
DLoopNestAnalysis.h120 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h461 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/
DDwarfTransformer.cpp187 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/
DASTDiff.h40 int Depth, Height, Shift = 0; member
/openbsd/src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp200 uint64_t Depth) { in buildFlowGraphImpl()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
DDataflowAnalysisContext.h57 unsigned Depth = 2; member
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h36 Depth, enumerator
124 unsigned Depth; // Maximum bottomup path length to block without inputs variable
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateDeduction.cpp162 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/
DParallel.h129 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()

12345