Home
last modified time | relevance | path

Searched defs:Accumulator (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/runtime/
H A Dreduce.cpp139 using Accumulator = ReduceAccumulator<std::int8_t, false>; in RTDEF() typedef
149 using Accumulator = ReduceAccumulator<std::int8_t, true>; in RTDEF() typedef
181 using Accumulator = ReduceAccumulator<std::int16_t, false>; in RTDEF() typedef
191 using Accumulator in RTDEF() typedef
223 using Accumulator = ReduceAccumulator<std::int32_t, false>; RTDEF() typedef
233 using Accumulator = ReduceAccumulator<std::int32_t, true>; RTDEF() typedef
265 using Accumulator = ReduceAccumulator<std::int64_t, false>; RTDEF() typedef
275 using Accumulator = ReduceAccumulator<std::int64_t, true>; RTDEF() typedef
308 using Accumulator = ReduceAccumulator<common::int128_t, false>; RTDEF() typedef
318 using Accumulator = ReduceAccumulator<common::int128_t, true>; RTDEF() typedef
348 using Accumulator = ReduceAccumulator<float, false>; RTDEF() typedef
357 using Accumulator = ReduceAccumulator<float, true>; RTDEF() typedef
384 using Accumulator = ReduceAccumulator<double, false>; RTDEF() typedef
393 using Accumulator = ReduceAccumulator<double, true>; RTDEF() typedef
426 using Accumulator = ReduceAccumulator<long double, false>; RTDEF() typedef
436 using Accumulator = ReduceAccumulator<long double, true>; RTDEF() typedef
470 using Accumulator = ReduceAccumulator<CppFloat128Type, false>; RTDEF() typedef
480 using Accumulator = ReduceAccumulator<CppFloat128Type, true>; RTDEF() typedef
516 using Accumulator = ReduceAccumulator<std::complex<float>, false>; RTDEF() typedef
527 using Accumulator = ReduceAccumulator<std::complex<float>, true>; RTDEF() typedef
561 using Accumulator = ReduceAccumulator<std::complex<double>, false>; RTDEF() typedef
572 using Accumulator = ReduceAccumulator<std::complex<double>, true>; RTDEF() typedef
608 using Accumulator = ReduceAccumulator<std::complex<long double>, false>; RTDEF() typedef
619 using Accumulator = ReduceAccumulator<std::complex<long double>, true>; RTDEF() typedef
656 using Accumulator = ReduceAccumulator<std::complex<CppFloat128Type>, false>; RTDEF() typedef
667 using Accumulator = ReduceAccumulator<std::complex<CppFloat128Type>, true>; RTDEF() typedef
801 using Accumulator = BufferedReduceAccumulator<char, RTDEF() typedef
822 using Accumulator = BufferedReduceAccumulator<char16_t, RTDEF() typedef
843 using Accumulator = BufferedReduceAccumulator<char32_t, RTDEF() typedef
864 using Accumulator = BufferedReduceAccumulator<char, RTDEF() typedef
[all...]
H A Dfindloc.cpp136 using Accumulator = LocationAccumulator<Eq>; operator ()() typedef
186 using Accumulator = LocationAccumulator<CharacterEquality<KIND>>; operator ()() typedef
197 using Accumulator = LocationAccumulator<LogicalEquivalence>; LogicalFindlocHelper() typedef
272 using Accumulator = LocationAccumulator<Eq>; operator ()() typedef
285 using Accumulator = LocationAccumulator<CharacterEquality<KIND>>; operator ()() typedef
296 using Accumulator = LocationAccumulator<LogicalEquivalence>; PartialLogicalFindlocHelper() typedef
[all...]
H A Ddot-product.cpp32 class Accumulator { global() class
35 RT_API_ATTRS Accumulator(const Descriptor &x, const Descriptor &y) Accumulator() function in Fortran::runtime::Accumulator
H A Dreduction-templates.h223 using Accumulator = operator() local
250 using Accumulator = ACCUM<CppTypeFor<TypeCategory::Real, Intermediate>>; operator() local
H A Dmatmul.cpp42 class Accumulator { global() class
45 RT_API_ATTRS Accumulator(const Descriptor &x, const Descriptor &y) Accumulator() function in __anon7690276d0111::Accumulator
H A Dextrema.cpp321 using Accumulator = ExtremumLocAccumulator<COMPARE<CppType, IS_MAX, BACK>>; DoPartialMaxOrMinLocDirection() typedef
/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h69 inline sampleprof_error mergeSampleProfErrors(sampleprof_error &Accumulator, in MergeResult() argument
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp15 typedef Counter Accumulator; // should show as int typedef
/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1156 identifyMultiplications(std::vector<Product> & RealMuls,std::vector<Product> & ImagMuls,NodePtr Accumulator=nullptr) identifyMultiplications() argument
1313 identifyAdditions(std::list<Addend> & RealAddends,std::list<Addend> & ImagAddends,std::optional<FastMathFlags> Flags,NodePtr Accumulator=nullptr) identifyAdditions() argument
1935 Value *Accumulator = ReplaceOperandIfExist(Node, 2); replaceNode() local
[all...]
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py194 Accumulator = 1 variable in WGMMAType
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp560 auto *Accumulator = B.CreatePHI(Ty, 2, "Accumulator"); buildScanIteratively() local
H A DSIISelLowering.cpp4896 auto Accumulator = lowerWaveReduce() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6633 enum class FMAInstKind { Default, Indexed, Accumulator }; global() enumerator
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8517 std::string Accumulator; CodeCompleteObjCSelector() local