| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 60 bool Partial = false; variable 76 bool Partial = false, double PartialProfileRatio = 0) 80 NumFunctions(NumFunctions), Partial(Partial), in PSK() 96 void setPartialProfile(bool PP) { Partial = PP; } in setPartialProfile() 97 bool isPartialProfile() const { return Partial; } in isPartialProfile()
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 59 Partial, enumerator 102 return Type::Partial; in getTokenType() 126 Partial, enumerator 170 ASTNode *Partial); 262 T == Token::Type::Partial; in requiresCleanUp() 295 if (CurrentType != Token::Type::Partial) in stripTokenBefore() 495 case Token::Type::Partial: { in parseMustache() 496 CurrentNode = createNode(ASTNode::Partial, std::move(A), Parent, Partials, in parseMustache() 582 case Partial: { in render() 583 auto Partial = Partials.find(AccessorValue[0]); in render() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.h | 46 bool Partial = false; variable 86 bool isPartial() const { return Partial; } in isPartial()
|
| /freebsd/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 | altera-pr-ip.txt | 1 Altera Arria10 Partial Reconfiguration IP
|
| /freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 238 const ObjCContainerDecl *D, InvalidationInfo &OutInfo, bool Partial) { in containsInvalidationMethod() argument 248 if (isInvalidationMethod(MDI, Partial)) in containsInvalidationMethod() 257 containsInvalidationMethod(I->getDefinition(), OutInfo, Partial); in containsInvalidationMethod() 262 containsInvalidationMethod(Ext, OutInfo, Partial); in containsInvalidationMethod() 264 containsInvalidationMethod(InterfD->getSuperClass(), OutInfo, Partial); in containsInvalidationMethod() 271 containsInvalidationMethod(I->getDefinition(), OutInfo, Partial); in containsInvalidationMethod()
|
| /freebsd/contrib/pkgconf/t/bomtool/ |
| H A D | version.test | 4 MatchStdout: Partial
|
| H A D | help.test | 4 MatchStdout: Partial
|
| H A D | about.test | 4 MatchStdout: Partial
|
| H A D | default-time.test | 5 MatchStdout: Partial
|
| H A D | source-date-epoch.test | 6 MatchStdout: Partial
|
| /freebsd/contrib/pkgconf/t/spdxtool/ |
| H A D | version.test | 4 MatchStdout: Partial
|
| H A D | help.test | 4 MatchStdout: Partial
|
| H A D | about.test | 4 MatchStdout: Partial
|
| H A D | default-time.test | 5 MatchStdout: Partial
|
| H A D | source-date-epoch.test | 6 MatchStdout: Partial
|
| /freebsd/contrib/pkgconf/t/cli/ |
| H A D | help.test | 4 MatchStdout: Partial
|
| H A D | dump-personality.test | 4 MatchStdout: Partial
|
| H A D | about.test | 4 MatchStdout: Partial
|
| H A D | missing-package-error.test | 5 MatchStdout: Partial
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXSwapRemoval.cpp | 178 bool isAnyVecReg(unsigned Reg, bool &Partial) { in isAnyVecReg() 180 Partial = true; in isAnyVecReg() 249 bool Partial = false; in gatherVectorInstructions() local 258 if (isAnyVecReg(Reg, Partial)) in gatherVectorInstructions() 281 if (Partial) in gatherVectorInstructions()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 2880 if (ClassTemplatePartialSpecializationDecl *Partial in MatchTemplateParametersToScopeSpecifier() local 2882 ExpectedTemplateParams = Partial->getTemplateParameters(); in MatchTemplateParametersToScopeSpecifier() 4115 static void checkMoreSpecializedThanPrimary(Sema &S, PartialSpecDecl *Partial) { in checkMoreSpecializedThanPrimary() argument 4116 if (Partial->getDeclContext()->isDependentContext()) in checkMoreSpecializedThanPrimary() 4121 TemplateDeductionInfo Info(Partial->getLocation()); in checkMoreSpecializedThanPrimary() 4122 if (S.isMoreSpecializedThanPrimary(Partial, Info)) in checkMoreSpecializedThanPrimary() 4125 auto *Template = Partial->getSpecializedTemplate(); in checkMoreSpecializedThanPrimary() 4126 S.Diag(Partial->getLocation(), in checkMoreSpecializedThanPrimary() 4144 Partial->getAssociatedConstraints(PartialAC); in checkMoreSpecializedThanPrimary() 4145 S.MaybeEmitAmbiguousAtomicConstraintsDiagnostic(Partial, PartialAC, Template, in checkMoreSpecializedThanPrimary() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Mustache.h | 109 LLVM_ABI void registerPartial(std::string Name, std::string Partial);
|