Home
last modified time | relevance | path

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

12345

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp197 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
301 bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
978 KnownBits &Known2, unsigned Depth, const Query &Q, in computeKnownBitsFromShiftOperator()
3520 unsigned Depth) { in CannotBeNegativeZero()
3768 unsigned Depth) { in isKnownNeverInfinity()
3896 unsigned Depth) { in isKnownNeverNaN()
5423 unsigned Depth) { in impliesPoison()
6152 unsigned Depth) { in matchMinMax()
6558 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
6744 unsigned Depth) { in isTruePredicate()
[all …]
/openbsd/gnu/llvm/clang/lib/Parse/
H A 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/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp220 uint64_t Depth = MI->getOperand(0).getImm(); in printInst() local
253 uint64_t Depth = MI->getOperand(I).getImm(); in printInst() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h45 size_t Depth = 0; variable
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A 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/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm538 Depth: $olddepth label
544 Depth: $depth label
/openbsd/gnu/llvm/clang/utils/TableGen/
H A 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/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp131 [[nodiscard]] Value *Negator::visitImpl(Value *V, unsigned Depth) { in visitImpl()
479 [[nodiscard]] Value *Negator::negate(Value *V, unsigned Depth) { in negate()
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()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h99 unsigned Depth = Pending.size(); in AddChild() local
/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp45 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) { in MayAutorelease()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp109 auto Depth = static_cast<unsigned>(&Elem - &Stack[0]); in runOnMachineFunction() local
H A DWebAssemblyCFGStackify.cpp1567 unsigned Depth = 0; in getBranchDepth() local
1601 unsigned Depth = 0; in getDelegateDepth() local
1615 unsigned Depth = 0; in getRethrowDepth() local
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.h41 using Depth = Bitfield::Element<int32_t, 0, 31>; // Low 31 bits. member
H A 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/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h120 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h461 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits()
466 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp187 static bool hasInlineInfo(DWARFDie Die, uint32_t Depth) { in hasInlineInfo()
209 uint32_t Depth, FunctionInfo &FI, in parseInlineInfo()
/openbsd/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h40 int Depth, Height, Shift = 0; member
/openbsd/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp200 uint64_t Depth) { in buildFlowGraphImpl()
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h57 unsigned Depth = 2; member
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h36 Depth, enumerator
124 unsigned Depth; // Maximum bottomup path length to block without inputs variable
/openbsd/gnu/llvm/llvm/lib/Support/
H A DSignals.cpp142 int Depth, llvm::raw_ostream &OS) { in printSymbolizedStackTrace()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h129 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()

12345