HomeSort by: relevance | last modified time | path
    Searched refs:Partial (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ProfileSummary.h 54 /// If 'Partial' is false, it means the profile being used to optimize
56 /// If 'Partial' is true, it means the profile is for common/shared
59 bool Partial = false;
62 /// partial sample profile. When 'Partial' is false, it is undefined. This is
75 bool Partial = false, double PartialProfileRatio = 0)
79 NumCounts(NumCounts), NumFunctions(NumFunctions), Partial(Partial),
95 void setPartialProfile(bool PP) { Partial = PP; }
96 bool isPartialProfile() { return Partial; }
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.h 44 /// True when the original copy was a partial subregister copy.
45 bool Partial = false;
85 bool isPartial() const { return Partial; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 85 /// Enables or disables partial unrolling. When disabled only full unrolling
87 LoopUnrollOptions &setPartial(bool Partial) {
88 AllowPartial = Partial;
130 /// Loop unroll pass that will support both full and partial unrolling.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 113 // that makes this a partial merge.
114 bool Partial = ReverseInsertPts.size() != Other.ReverseInsertPts.size();
116 Partial |= ReverseInsertPts.insert(Inst).second;
117 return Partial;
143 Partial = false;
153 Partial = false;
155 } else if (Partial || Other.Partial) {
156 // If we're doing a merge on a path that's previously seen a partial
157 // merge, conservatively drop the sequence, to avoid doing partial
    [all...]
PtrState.h 94 /// Conservatively merge the two RRInfo. Returns true if a partial merge has
106 /// True if we've seen an opportunity for partial RR elimination, such as
108 bool Partial = false;
  /src/sys/arch/m68k/060sp/dist/
readme 45 pfpsp.sa Partial FP Kernel Module - hex image
46 pfpsp.s Partial FP Kernel Module - source code
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 22 // Partial invalidor annotation allows to address cases when ivars are
25 // method and all the partial methods cumulatively invalidate all ivars.
177 /// \param LookForPartial is set when we are searching for partial
239 const ObjCContainerDecl *D, InvalidationInfo &OutInfo, bool Partial) {
249 if (isInvalidationMethod(MDI, Partial))
258 containsInvalidationMethod(I->getDefinition(), OutInfo, Partial);
263 containsInvalidationMethod(Ext, OutInfo, Partial);
265 containsInvalidationMethod(InterfD->getSuperClass(), OutInfo, Partial);
272 containsInvalidationMethod(I->getDefinition(), OutInfo, Partial);
419 // Find all partial invalidation methods
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 130 UP.Partial = UP.Runtime = UP.UpperBound = true;
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 172 // Return true iff the given register is a partial vector register.
179 // vector register. Also sets Partial to true if the mention
181 bool isAnyVecReg(unsigned Reg, bool &Partial) {
183 Partial = true;
251 bool Partial = false;
258 // operate on a partial register and produce a full register (such as
260 if (isAnyVecReg(Reg, Partial))
281 // mentions a partial vector register and does not have
283 if (Partial)
599 // for physical regs. We exclude partial-vector register operand
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 68 /// matching class template partial specializations).
782 if (auto *Partial = Scope->getPartiallySubstitutedPack(
784 PartialPackDepthIndex = getDepthAndIndex(Partial);
803 // If we partially expanded, this is the number of partial arguments.
1010 /// deduction for during partial ordering for a call
1011 /// (C++0x [temp.deduct.partial]).
1339 /// in the context of partial ordering (C++0x [temp.deduct.partial]).
1365 // C++11 [temp.deduct.partial]p5:
1366 // Before the partial ordering is done, certain transformations ar
    [all...]
SemaTemplate.cpp 1808 // class template partial specialization, or class template specialization.
1891 // In a redeclaration, partial specialization, explicit
3218 if (ClassTemplatePartialSpecializationDecl *Partial
3220 ExpectedTemplateParams = Partial->getTemplateParameters();
4175 static void checkMoreSpecializedThanPrimary(Sema &S, PartialSpecDecl *Partial) {
4176 if (Partial->getDeclContext()->isDependentContext())
4181 TemplateDeductionInfo Info(Partial->getLocation());
4182 if (S.isMoreSpecializedThanPrimary(Partial, Info))
4185 auto *Template = Partial->getSpecializedTemplate();
4186 S.Diag(Partial->getLocation()
    [all...]
SemaTemplateInstantiate.cpp 92 if (VarTemplatePartialSpecializationDecl *Partial =
94 if (Partial->isMemberSpecialization())
2822 // Instantiate any out-of-line class template partial
2835 // Instantiate any out-of-line variable template partial
3014 /// A partial specialization whose template arguments have matched
3017 ClassTemplatePartialSpecializationDecl *Partial;
3043 /// template or of a partial specialization).
3066 // template or one of the partial specializations. This is done by
3068 // specialization with the template argument lists of the partial
3076 ClassTemplatePartialSpecializationDecl *Partial = PartialSpecs[I]
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 93 "unroll-partial-threshold", cl::Hidden,
94 cl::desc("The cost threshold for partial loop unrolling"));
117 cl::desc("Set the max unroll count for partial and runtime unrolling, for"
126 UnrollAllowPartial("unroll-allow-partial", cl::Hidden,
205 UP.Partial = false;
243 UP.Partial = UnrollAllowPartial;
263 UP.Partial = *UserAllowPartial;
736 // is used to a) produce a cost estimate for partial unrolling and b) to
879 // 5th priority is partial unrolling.
880 // Try partial unroll only when TripCount could be statically calculated
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_vaes_avx512.inc 105 /* Partial AAD block left from previous AAD update calls */
108 * Fill partial block buffer till full block
157 /* Finalize GHASH(AAD) if AAD partial blocks left unprocessed */
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d 9231 // pop by stepSize, except for the partial frame at the end
9307 static foreach (Partial; [Yes.withPartial, No.withPartial])
9309 assert(6.iota.slide!Partial(e[0].expand).equal!equal(e[1]));
9381 static foreach (expectedLength, Partial; [No.withPartial, Yes.withPartial])
9383 assert(3.iota.slide!(Partial)(4, 2).walkLength == expectedLength);
9384 assert(3.iota.slide!(Partial)(4).walkLength == expectedLength);
9385 assert(3.iota.slide!(Partial)(4, 3).walkLength == expectedLength);
9416 static foreach (Partial; [Yes.withPartial, No.withPartial])
9422 auto r = s.iota.slide!Partial(windowSize, stepSize);
9457 static foreach (Partial; [Yes.withPartial, No.withPartial]
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 408 // Enable partial unrolling and runtime unrolling, but reduce the
412 UP.Partial = UP.Runtime = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 68 UP.Runtime = UP.Partial = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 288 // Allow partial and runtime trip count unrolling.
289 UP.Partial = UP.Runtime = true;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2189 if (auto *Partial = dyn_cast<ClassTemplatePartialSpecializationDecl>(D)) {
2191 .GetOrInsertNode(Partial);
2264 /// May require unifying ClassTemplate(Partial)SpecializationDecl and
2265 /// VarTemplate(Partial)SpecializationDecl with a new data
2266 /// structure Template(Partial)SpecializationDecl, and
2267 /// using Template(Partial)SpecializationDecl as input type.
2314 if (auto *Partial = dyn_cast<VarTemplatePartialSpecializationDecl>(D)) {
2316 .GetOrInsertNode(Partial);
2327 /// May require unifying ClassTemplate(Partial)SpecializationDecl and
2328 /// VarTemplate(Partial)SpecializationDecl with a new dat
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 107 UP.Partial = true;

Completed in 145 milliseconds

1 2