| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelValueTracking.cpp | 55 Align GISelValueTracking::computeKnownAlignment(Register R, unsigned Depth) { in computeKnownAlignment() 95 unsigned Depth) { in getKnownBits() 120 dumpResult(const MachineInstr &MI, const KnownBits &Known, unsigned Depth) { in dumpResult() 134 unsigned Depth) { in computeKnownBitsMin() 165 unsigned Depth) { in computeKnownBitsImpl() 717 unsigned Depth) { in computeKnownFPClass() 726 FPClassTest InterestedClasses, KnownFPClass &Known, unsigned Depth) { in computeKnownFPClassForFPTrunc() 750 unsigned Depth) { in computeKnownFPClass() 1707 unsigned Depth) { in computeKnownFPClass() 1714 Register R, FPClassTest InterestedClasses, unsigned Depth) { in computeKnownFPClass() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 139 const SimplifyQuery &Q, unsigned Depth) { in computeKnownBits() 152 bool UseInstrInfo, unsigned Depth) { in computeKnownBits() 161 unsigned Depth) { in computeKnownBits() 170 unsigned Depth) { in computeKnownBits() 270 unsigned Depth) { in isKnownToBeAPowerOfTwo() 280 unsigned Depth) { in isKnownNonNegative() 285 unsigned Depth) { in isKnownPositive() 297 unsigned Depth) { in isKnownNegative() 306 const SimplifyQuery &Q, unsigned Depth) { in isKnownNonEqual() 317 const SimplifyQuery &SQ, unsigned Depth) { in MaskedValueIsZero() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LongestCommonSequence.h | 52 for (int32_t Depth = Trace.size() - 1; X > 0 || Y > 0; Depth--) { in longestCommonSequence() local 88 for (int32_t Depth = 0; Depth <= MaxDepth; Depth++) { in longestCommonSequence() local
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 319 MultiParseScope &TemplateScopes, unsigned Depth, in ParseTemplateParameters() 353 Parser::ParseTemplateParameterList(const unsigned Depth, in ParseTemplateParameterList() 467 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter() 591 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter() 687 NamedDecl *Parser::ParseTemplateTemplateParameter(unsigned Depth, in ParseTemplateTemplateParameter() 800 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
|
| /freebsd/contrib/llvm-project/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() 286 for (unsigned Depth = NumRetainedOuterLevels; Depth < getNumLevels(); in dump() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.h | 45 size_t Depth = 0; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCAPElim.cpp | 45 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) { in MayAutorelease()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 100 unsigned Depth = Pending.size(); in AddChild() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUMCExpr.cpp | 353 unsigned Depth) { in binaryOpKnownBitsMapHelper() 455 unsigned Depth) { in unaryOpKnownBitsMapHelper() 485 unsigned Depth) { in targetOpKnownBitsMapHelper() 530 unsigned Depth) { in knownBitsMapHelper()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.cpp | 114 uint64_t Depth = Op.getImm(); in printInst() local 253 uint64_t Depth = MI->getOperand(0).getImm(); in printInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 122 [[nodiscard]] Value *Negator::visitImpl(Value *V, bool IsNSW, unsigned Depth) { in visitImpl() 495 [[nodiscard]] Value *Negator::negate(Value *V, bool IsNSW, unsigned Depth) { in negate()
|
| H A D | InstCombineSimplifyDemanded.cpp | 99 unsigned Depth) { in SimplifyDemandedBits() 168 unsigned Depth) { in SimplifyDemandedUseBits() 1148 const SimplifyQuery &Q, unsigned Depth) { in SimplifyMultipleUseDemandedBits() 1400 unsigned Depth, in SimplifyDemandedVectorElts() 1972 unsigned Depth) { in SimplifyDemandedUseFPClass() 2079 unsigned Depth) { in SimplifyDemandedFPClass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyDebugFixup.cpp | 106 auto Depth = static_cast<unsigned>(&Elem - &Stack[0]); in runOnMachineFunction() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-account.h | 41 using Depth = Bitfield::Element<int32_t, 0, 31>; // Low 31 bits. global() member
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | CPU.cs | 88 internal int Depth { property in CPU
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 220 void emitHeading(int Depth, std::string Heading, raw_ostream &OS) { in emitHeading() 421 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup() 436 void emitDocumentation(int Depth, const Documentation &Doc, in emitDocumentation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Signals.cpp | 260 int Depth, llvm::raw_ostream &OS) { in printSymbolizedStackTrace() 335 static bool printMarkupStackTrace(StringRef Argv0, void **StackTrace, int Depth, in printMarkupStackTrace()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopNestAnalysis.h | 121 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | InstrMaps.h | 33 unsigned Depth; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.h | 42 unsigned Depth = 2; member
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | prmacros.c | 395 UINT32 Depth = 1; in PrAddMacro() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 40 int Depth, Height, Shift = 0; member
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpFrame.h | 162 unsigned Depth; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | OutlinedHashTree.cpp | 65 size_t Depth = DepthMap[Src]; in depth() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 281 ArrayRef<Value *> UserBndl, unsigned Depth, in vectorizeRec() 348 unsigned Depth = ActionPtr->Depth; in emitVectors() local
|