/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A 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/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 197 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 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/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A 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/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ScoreboardHazardRecognizer.h | 45 size_t Depth = 0; variable
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A 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/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A 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()
|
H A 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/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
H A D | API.pm | 555 Depth: $olddepth label 561 Depth: $depth label
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 99 unsigned Depth = Pending.size(); in AddChild() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCAPElim.cpp | 45 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) { in MayAutorelease()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugFixup.cpp | 109 auto Depth = static_cast<unsigned>(&Elem - &Stack[0]); in runOnMachineFunction() local
|
H A 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/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-account.h | 41 using Depth = Bitfield::Element<int32_t, 0, 31>; // Low 31 bits. 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
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopNestAnalysis.h | 120 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
H A 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/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 187 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 D | ASTDiff.h | 40 int Depth, Height, Shift = 0; member
|
/openbsd/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
H A D | GraphBuilder.cpp | 200 uint64_t Depth) { in buildFlowGraphImpl()
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.h | 57 unsigned Depth = 2; member
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.h | 36 Depth, enumerator 124 unsigned Depth; // Maximum bottomup path length to block without inputs variable
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Signals.cpp | 142 int Depth, llvm::raw_ostream &OS) { in printSymbolizedStackTrace()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Parallel.h | 129 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()
|