Home
last modified time | relevance | path

Searched refs:Spread (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTransformational.cpp211 TEST(Transformational, Spread) { in TEST() argument
218 RTNAME(Spread)(result, *array, 1, 2, __FILE__, __LINE__); in TEST()
230 RTNAME(Spread)(result, *array, 2, 2, __FILE__, __LINE__); in TEST()
244 RTNAME(Spread)(result, *scalar, 1, 2, __FILE__, __LINE__); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dtransformational.h51 void RTNAME(Spread)(Descriptor &result, const Descriptor &source, int dim,
/llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md11 … - [3.2.4 Variable Spread Across Different Locations](#variable-spread-across-different-locations)
203 - Spread across combination of the above kinds of locations.
350 ### 3.2.4 Variable Spread Across Different Locations
354 ![Variable Spread Across Different Locations Example](images/04-composite.example.png)
366 ![Variable Spread Across Different Locations Example: Step 1](images/04-composite.example.frame.1.p…
371 ![Variable Spread Across Different Locations Example: Step 2](images/04-composite.example.frame.2.p…
378 ![Variable Spread Across Different Locations Example: Step 3](images/04-composite.example.frame.3.p…
388 ![Variable Spread Across Different Locations Example: Step 4](images/04-composite.example.frame.4.p…
394 ![Variable Spread Across Different Locations Example: Step 5](images/04-composite.example.frame.5.p…
588 ### 4.3.2 Source Language Variable Spread Across Multiple Vector Registers
[all …]
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp139 auto func = fir::runtime::getRuntimeFunc<mkRTKey(Spread)>(loc, builder); in genSpread()
/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp496 void RTNAME(Spread)(Descriptor &result, const Descriptor &source, int dim, in RTNAME() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp38 "SPREAD" >> pure(OmpProcBindClause::Type::Spread)))
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp589 case Fortran::parser::OmpProcBindClause::Type::Spread: in genProcBindKindAttr()
590 pbKind = omp::ClauseProcBindKind::Spread; in genProcBindKindAttr()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp244 case omp::ClauseProcBindKind::Spread: in getProcBindKind()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3321 ENUM_CLASS(Type, Close, Master, Spread, Primary)