| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 59 bool Partial = false; variable 75 bool Partial = false, double PartialProfileRatio = 0) 79 NumFunctions(NumFunctions), Partial(Partial), in PSK() 95 void setPartialProfile(bool PP) { Partial = PP; } in setPartialProfile() 96 bool isPartialProfile() const { return Partial; } in isPartialProfile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | PtrState.cpp | 114 bool Partial = ReverseInsertPts.size() != Other.ReverseInsertPts.size(); in Merge() local 116 Partial |= ReverseInsertPts.insert(Inst).second; in Merge() 117 return Partial; in Merge() 143 Partial = false; in ResetSequenceProgress() 153 Partial = false; in Merge() 155 } else if (Partial || Other.Partial) { in Merge() 166 Partial = RRI.Merge(Other.RRI); in Merge()
|
| H A D | PtrState.h | 108 bool Partial = false; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.h | 45 bool Partial = false; variable 85 bool isPartial() const { return Partial; } in isPartial()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | xilinx-pr-decoupler.txt | 1 Xilinx LogiCORE Partial Reconfig Decoupler Softcore 3 The Xilinx LogiCORE Partial Reconfig Decoupler manages one or more 36 Partial Reconfig Decoupler:
|
| H A D | xlnx,pr-decoupler.yaml | 7 title: Xilinx LogiCORE Partial Reconfig Decoupler/AXI shutdown manager Softcore 13 The Xilinx LogiCORE Partial Reconfig(PR) Decoupler manages one or more
|
| H A D | altera-pr-ip.txt | 1 Altera Arria10 Partial Reconfiguration IP
|
| H A D | fpga-region.txt | 34 Partial Reconfiguration (PR) 39 Partial Reconfiguration Region (PRR) 64 * During Partial Reconfiguration of a specific region, that region's bridge 297 * Partial reconfiguration with bridges in the FPGA 432 Device Tree Example: Partial Reconfiguration
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopUnrollPass.h | 87 LoopUnrollOptions &setPartial(bool Partial) { in setPartial() 88 AllowPartial = Partial; in setPartial()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 239 const ObjCContainerDecl *D, InvalidationInfo &OutInfo, bool Partial) { in containsInvalidationMethod() argument 249 if (isInvalidationMethod(MDI, Partial)) in containsInvalidationMethod() 258 containsInvalidationMethod(I->getDefinition(), OutInfo, Partial); in containsInvalidationMethod() 263 containsInvalidationMethod(Ext, OutInfo, Partial); in containsInvalidationMethod() 265 containsInvalidationMethod(InterfD->getSuperClass(), OutInfo, Partial); in containsInvalidationMethod() 272 containsInvalidationMethod(I->getDefinition(), OutInfo, Partial); in containsInvalidationMethod()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXSwapRemoval.cpp | 181 bool isAnyVecReg(unsigned Reg, bool &Partial) { in isAnyVecReg() 183 Partial = true; in isAnyVecReg() 251 bool Partial = false; in gatherVectorInstructions() local 260 if (isAnyVecReg(Reg, Partial)) in gatherVectorInstructions() 283 if (Partial) in gatherVectorInstructions()
|
| /freebsd-14.2/lib/libfetch/ |
| H A D | http.errors | 12 206 OK Partial Content
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 804 if (auto *Partial = Scope->getPartiallySubstitutedPack( in finishConstruction() local 806 PartialPackDepthIndex = getDepthAndIndex(Partial); in finishConstruction() 2952 Sema &S, T *Partial, bool IsPartialOrdering, in FinishTemplateArgumentDeduction() argument 2986 auto *Template = Partial->getSpecializedTemplate(); in FinishTemplateArgumentDeduction() 2988 Partial->getTemplateArgsAsWritten(); in FinishTemplateArgumentDeduction() 3013 Template, Partial->getLocation(), InstArgs, false, in FinishTemplateArgumentDeduction() 3097 if (Partial->isInvalidDecl()) in DeduceTemplateArguments() 3116 Deduced.resize(Partial->getTemplateParameters()->size()); in DeduceTemplateArguments() 3149 if (Partial->isInvalidDecl()) in DeduceTemplateArguments() 3168 Deduced.resize(Partial->getTemplateParameters()->size()); in DeduceTemplateArguments() [all …]
|
| H A D | SemaTemplate.cpp | 4532 S.Diag(Partial->getLocation(), in checkMoreSpecializedThanPrimary() 4578 checkMoreSpecializedThanPrimary(S, Partial); in checkTemplatePartialSpecialization() 4597 << SourceRange(Partial->getLocation(), in checkTemplatePartialSpecialization() 4759 Specialization = Partial; in ActOnVarTemplateSpecialization() 4911 Matched.back().Partial = Partial; in CheckVarTemplateId() 4933 if (getMoreSpecializedPartialSpecialization(P->Partial, Best->Partial, in CheckVarTemplateId() 4935 P->Partial) in CheckVarTemplateId() 4945 P->Partial, Best->Partial, in CheckVarTemplateId() 4954 InstantiationPattern = Best->Partial; in CheckVarTemplateId() 9051 Partial->setTemplateParameterListsInfo( in ActOnClassTemplateSpecialization() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 102 if (VarTemplatePartialSpecializationDecl *Partial = in HandleVarTemplateSpec() local 106 Partial, VarTemplSpec->getTemplateInstantiationArgs().asArray(), in HandleVarTemplateSpec() 108 if (Partial->isMemberSpecialization()) in HandleVarTemplateSpec() 3642 ClassTemplatePartialSpecializationDecl *Partial; member 3704 Partial, ClassTemplateSpec->getTemplateArgs(), Info)) { in getPatternForClassTemplateSpecialization() 3708 DeclAccessPair::make(Template, AS_public), Partial, in getPatternForClassTemplateSpecialization() 3713 Matched.back().Partial = Partial; in getPatternForClassTemplateSpecialization() 3740 P->Partial, Best->Partial, PointOfInstantiation) == in getPatternForClassTemplateSpecialization() 3741 P->Partial) in getPatternForClassTemplateSpecialization() 3752 P->Partial, Best->Partial, in getPatternForClassTemplateSpecialization() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 130 UP.Partial = UP.Runtime = UP.UpperBound = true; in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 32 Partial, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 206 UP.Partial = false; in gatherUnrollingPreferences() 246 UP.Partial = UnrollAllowPartial; in gatherUnrollingPreferences() 266 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences() 828 if (!UP.Partial) { in shouldPartialUnroll() 979 UP.Partial |= ExplicitUnroll; in computeUnrollCount() 1176 if (UP.Threshold == 0 && (!UP.Partial || UP.PartialThreshold == 0) && in tryToUnrollLoop()
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | setrlimit.sh | 128 /* Partial write test. No signal is expected */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ata/ |
| H A D | ceva,ahci-1v84.yaml | 74 - description: PTST - Partial to Slumber timer value. 120 - description: PTST - Partial to Slumber timer value.
|
| H A D | ahci-ceva.txt | 31 PTST: Partial to Slumber timer value.
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 359 request.AddCompletion(Resolved, "", CompletionMode::Partial); in DiskFilesOrDirectories() 371 request.AddCompletion(CompletionBuffer, "", CompletionMode::Partial); in DiskFilesOrDirectories() 457 is_dir ? CompletionMode::Partial : CompletionMode::Normal; in DiskFilesOrDirectories()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | pgp-binary-keys | 199 # Partial body encoding (only valid for container packets). 308 # Partial body encoding (only valid for container packets).
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.cpp | 436 UP.Partial = UP.Runtime = true; in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 84 UP.Runtime = UP.Partial = true; in getUnrollingPreferences()
|