Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp39 Align GISelKnownBits::computeKnownAlignment(Register R, unsigned Depth) { in computeKnownAlignment()
78 unsigned Depth) { in getKnownBits()
101 dumpResult(const MachineInstr &MI, const KnownBits &Known, unsigned Depth) { in dumpResult()
115 unsigned Depth) { in computeKnownBitsMin()
146 unsigned Depth) { in computeKnownBitsImpl()
621 unsigned Depth) { in computeNumSignBitsMin()
658 unsigned Depth) { in computeNumSignBits()
840 unsigned GISelKnownBits::computeNumSignBits(Register R, unsigned Depth) { in computeNumSignBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h532 unsigned Depth, const SimplifyQuery &SQ) { in computeKnownFPClass()
550 unsigned Depth, in computeKnownFPClass()
562 inline bool cannotBeNegativeZero(const Value *V, unsigned Depth, in cannotBeNegativeZero()
576 inline bool cannotBeOrderedLessThanZero(const Value *V, unsigned Depth, in cannotBeOrderedLessThanZero()
586 inline bool isKnownNeverInfinity(const Value *V, unsigned Depth, in isKnownNeverInfinity()
593 inline bool isKnownNeverInfOrNaN(const Value *V, unsigned Depth, in isKnownNeverInfOrNaN()
602 inline bool isKnownNeverNaN(const Value *V, unsigned Depth, in isKnownNeverNaN()
611 inline std::optional<bool> computeKnownFPSignBit(const Value *V, unsigned Depth, in computeKnownFPSignBit()
H A DLoopNestAnalysis.h120 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp154 void llvm::computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits()
166 const DataLayout &DL, unsigned Depth, in computeKnownBits()
175 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
183 const DataLayout &DL, unsigned Depth, in computeKnownBits()
273 bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
285 unsigned Depth) { in isKnownNonNegative()
290 unsigned Depth) { in isKnownPositive()
302 unsigned Depth) { in isKnownNegative()
325 const SimplifyQuery &SQ, unsigned Depth) { in MaskedValueIsZero()
334 static unsigned ComputeNumSignBits(const Value *V, unsigned Depth, in ComputeNumSignBits()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp357 MultiParseScope &TemplateScopes, unsigned Depth, in ParseTemplateParameters()
399 Parser::ParseTemplateParameterList(const unsigned Depth, in ParseTemplateParameterList()
535 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter()
678 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter()
786 NamedDecl *Parser::ParseTemplateTemplateParameter(unsigned Depth, in ParseTemplateTemplateParameter()
905 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
/freebsd/contrib/llvm-project/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()
286 for (unsigned Depth = NumRetainedOuterLevels; Depth < getNumLevels(); in dump() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h45 size_t Depth = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp219 uint64_t Depth = MI->getOperand(0).getImm(); printInst() local
252 uint64_t Depth = MI->getOperand(I).getImm(); printInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp45 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) { in MayAutorelease()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h100 unsigned Depth = Pending.size(); in AddChild() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp126 [[nodiscard]] Value *Negator::visitImpl(Value *V, bool IsNSW, unsigned Depth) { in visitImpl()
496 [[nodiscard]] Value *Negator::negate(Value *V, bool IsNSW, unsigned Depth) { in negate()
H A DInstCombineSimplifyDemanded.cpp91 KnownBits &Known, unsigned Depth, in SimplifyDemandedBits()
160 unsigned Depth, in SimplifyDemandedUseBits()
1141 Instruction *I, const APInt &DemandedMask, KnownBits &Known, unsigned Depth, in SimplifyMultipleUseDemandedBits()
1396 unsigned Depth, in SimplifyDemandedVectorElts()
1960 unsigned Depth, Instruction *CxtI) { in SimplifyDemandedUseFPClass()
2062 unsigned Depth) { in SimplifyDemandedFPClass()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp220 void emitHeading(int Depth, std::string Heading, raw_ostream &OS) { in emitHeading()
422 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup()
437 void emitDocumentation(int Depth, const Documentation &Doc, in emitDocumentation()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp109 auto Depth = static_cast<unsigned>(&Elem - &Stack[0]); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h41 using Depth = Bitfield::Element<int32_t, 0, 31>; // Low 31 bits. global() 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
/freebsd/contrib/bearssl/T0/
H A DCPU.cs88 internal int Depth { property in CPU
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h151 unsigned Depth; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h42 unsigned Depth = 2; member
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c395 UINT32 Depth = 1; in PrAddMacro() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h40 int Depth, Height, Shift = 0; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTree.cpp65 size_t Depth = DepthMap[Src]; in depth() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h431 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits()
436 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits()
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c744 UINT32 Depth) in AcpiExDumpOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h36 Depth, enumerator
124 unsigned Depth; // Maximum bottomup path length to block without inputs variable

123456