Home
last modified time | relevance | path

Searched defs:nest (Results 1 – 19 of 19) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dassociate-construct.f9072 subroutine nest subroutine
95 end subroutine nest argument
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h231 Timer nest(const void *id, function_ref<std::string()> nameBuilder) { in nest() function
236 Timer nest(TimingIdentifier name) { in nest() function
242 Timer nest(StringRef name) { in nest() function
311 TimingScope nest(Args... args) { in nest() function
/llvm-project/flang/test/Lower/OpenMP/
H A Dderived-type-map.f90126 !$omp target map(tofrom: scalar_arr%nest%array) component
158 type(nested) :: nest global() component
192 type(nested) :: nest global() component
227 type(nested) :: nest global() component
[all...]
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestLoopPermutation.cpp57 SmallVector<AffineForOp, 6> nest; in runOnOperation() local
/llvm-project/offload/test/offloading/fortran/
H A Dtarget-map-large-nested-dtype-multi-member.f9024 type(bottom_layer1) :: nest global() component
[all...]
H A Dtarget-map-double-large-nested-dtype-multi-member.f9024 type(bottom_layer1) :: nest global() component
[all...]
/llvm-project/flang/test/Integration/OpenMP/
H A Dmap-types-and-sizes.f90160 type(nested) :: nest component
182 type(nested) :: nest component
204 type(nested) :: nest component
[all...]
/llvm-project/clang/test/PCH/
H A Dstruct.h28 struct Nested { int x, y; } nest; member
/llvm-project/mlir/lib/Pass/
H A DPass.cpp134 return nest(OpPassManager(nestedName, nesting)); in nest() function
137 return nest(OpPassManager(nestedName, nesting)); in nest() function
208 OpPassManager &OpPassManagerImpl::nest(OpPassManager &&nested) { nest() function in OpPassManagerImpl
354 OpPassManager &OpPassManager::nest(OperationName nestedName) { nest() function in OpPassManager
357 OpPassManager &OpPassManager::nest(StringRef nestedName) { nest() function in OpPassManager
914 AnalysisManager AnalysisManager::nest(Operation *op) { nest() function in AnalysisManager
[all...]
/llvm-project/mlir/include/mlir/Pass/
H A DPassManager.h98 OpPassManager &nest() { in nest() function
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h128 Timer nest(const Timer &T, const char *Name) EXCLUDES(Mutex) { nest() function
/llvm-project/mlir/test/lib/Dialect/Tensor/
H A DTestTensorTransforms.cpp223 scf::LoopNest nest = scf::buildLoopNest( emitReplacement() local
/llvm-project/mlir/lib/Support/
H A DTiming.cpp248 TimerImpl *nest(const void *id, function_ref<std::string()> nameBuilder) { in nest() function in __anon371b0fb00211::TimerImpl
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp401 maybeNest(bool nest,llvm::function_ref<void (raw_ostream & os)> fn,raw_ostream & os) maybeNest() argument
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp376 hlfir::LoopNest nest = hlfir::genLoopNest( genBoxCombiner() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseReinterpretMap.cpp500 unsigned nest = 0; in isAdmissibleOrder() local
/llvm-project/polly/lib/External/isl/
H A Disl_space.c1593 isl_space *ran, *dom1, *dom2, *nest; in isl_space_domain_product() local
1618 isl_space *dom, *ran1, *ran2, *nest; in isl_space_range_product() local
/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h915 #define KMP_BIND_USER_LOCK_TEMPLATE(nest, kind, suffix) \ argument
/llvm-project/llvm/docs/
H A DLangRef.rst1388 .. _nest: global() target
[all...]