Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp34 Align GISelKnownBits::computeKnownAlignment(Register R, unsigned Depth) { in computeKnownAlignment()
64 unsigned Depth) { in getKnownBits()
87 dumpResult(const MachineInstr &MI, const KnownBits &Known, unsigned Depth) { in dumpResult()
101 unsigned Depth) { in computeKnownBitsMin()
118 unsigned Depth) { in computeKnownBitsImpl()
510 unsigned Depth) { in computeNumSignBitsMin()
520 unsigned Depth) { in computeNumSignBits()
634 unsigned GISelKnownBits::computeNumSignBits(Register R, unsigned Depth) { in computeNumSignBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp197 static void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits()
213 const DataLayout &DL, unsigned Depth, in computeKnownBits()
223 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
237 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
247 const DataLayout &DL, unsigned Depth, in computeKnownBits()
297 bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
309 bool llvm::isKnownNonZero(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonZero()
317 unsigned Depth, AssumptionCache *AC, in isKnownNonNegative()
325 bool llvm::isKnownPositive(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownPositive()
337 bool llvm::isKnownNegative(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNegative()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp439 MultiParseScope &TemplateScopes, unsigned Depth, in ParseTemplateParameters()
481 Parser::ParseTemplateParameterList(const unsigned Depth, in ParseTemplateParameterList()
617 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter()
759 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter()
855 Parser::ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateTemplateParameter()
960 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h45 size_t Depth = 0; variable
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/mit/expat/dist/examples/
H A Doutline.c58 int Depth; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp133 LLVM_NODISCARD Value *Negator::visitImpl(Value *V, unsigned Depth) { in visitImpl()
440 LLVM_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()
860 Instruction *I, const APInt &DemandedMask, KnownBits &Known, unsigned Depth, in SimplifyMultipleUseDemandedBits()
1083 unsigned Depth, in SimplifyDemandedVectorElts()
H A DInstCombineInternal.h470 unsigned Depth, const Instruction *CxtI) const { in computeKnownBits()
474 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp364 uint32_t Depth = 0; in extractDIEsToVector() local
714 const uint32_t Depth = Die->getDepth(); in getParent() local
733 uint32_t Depth = Die->getDepth(); in getSibling() local
753 uint32_t Depth = Die->getDepth(); in getPreviousSibling() local
784 uint32_t Depth = Die->getDepth(); in getLastChild() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h98 unsigned Depth = Pending.size(); in AddChild() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp91 auto Depth = static_cast<unsigned>(&Elem - &Stack[0]); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp205 void emitHeading(int Depth, std::string Heading, raw_ostream &OS) { in emitHeading()
353 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup()
371 void emitDocumentation(int Depth, const Documentation &Doc, in emitDocumentation()
/netbsd-src/external/apache2/llvm/dist/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.cpp134 auto Depth = Bitfield::get<RecursionStatus::Depth>(Storage); in operator ++() local
145 auto Depth = Bitfield::get<RecursionStatus::Depth>(Storage); in operator --() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp44 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) { in MayAutorelease()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dprmacros.c287 UINT32 Depth = 1; in PrAddMacro() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h39 int Depth, Height, Shift = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp186 static bool hasInlineInfo(DWARFDie Die, uint32_t Depth) { in hasInlineInfo()
208 uint32_t Depth, FunctionInfo &FI, in parseInlineInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h456 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits()
461 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp200 uint64_t Depth) { in buildFlowGraphImpl()
/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexdump.c636 UINT32 Depth) in AcpiExDumpOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignals.cpp115 int Depth, llvm::raw_ostream &OS) { in printSymbolizedStackTrace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h34 Depth, enumerator
125 unsigned Depth; // Maximum bottomup path length to block without inputs variable

12345