Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp78 /*in/out*/ bounds_infoXX_template<T> *bounds) { in kmp_canonicalize_one_loop_XX()
114 auto bounds = &(original_bounds_nest[ind]); in kmp_canonicalize_loop_nest() local
154 /*in/out*/ bounds_infoXX_template<T> *bounds) { in kmp_calculate_trip_count_XX()
189 kmp_loop_nest_iv_t kmp_calculate_trip_count(/*in/out*/ bounds_info_t *bounds) { in kmp_calculate_trip_count()
308 bool kmp_iv_is_in_upper_bound_XX(const bounds_infoXX_template<T> *bounds, in kmp_iv_is_in_upper_bound_XX()
330 bool kmp_calc_one_iv_XX(const bounds_infoXX_template<T> *bounds, in kmp_calc_one_iv_XX()
357 bool kmp_calc_one_iv(const bounds_info_t *bounds, in kmp_calc_one_iv()
399 void kmp_calc_one_iv_rectang_XX(const bounds_infoXX_template<T> *bounds, in kmp_calc_one_iv_rectang_XX()
415 void kmp_calc_one_iv_rectang(const bounds_info_t *bounds, in kmp_calc_one_iv_rectang()
469 auto bounds = &(original_bounds_nest[ind]); in __kmpc_process_loop_nest_rectang() local
[all …]
/llvm-project/flang/test/Lower/Intrinsics/
H A Dubound01.f909 subroutine show(bounds) argument
10 integer(8) :: bounds(:) local
/llvm-project/clang/test/FixIt/
H A Dselector-fixit.m32 - (int) bounds; method
36 - (int) bounds { return 0; } method
H A Dtypo.c19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} member
/llvm-project/clang/test/SemaTemplate/
H A Daddress_space-dependent.cpp41 __attribute__((address_space(I))) int *bounds; // expected-error {{address space is negative}} in neg() local
46 __attribute__((address_space(I))) int *bounds; // expected-error {{address space is larger than the maximum supported (8388585)}} in tooBig() local
51 __attribute__((address_space(I))) int *bounds; in correct() local
/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-object-conditional-exp.mm15 - (CGRect) out; global() function
H A Dproperty-objects.mm16 CGRect bounds; field
20 @property CGRect bounds; property
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp118 const auto bounds = GetStackBounds(); stack_size() local
186 const auto bounds = GetStackBounds(); AddrIsInStack() local
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DInferIntRangeInterfaceImpls.cpp60 DenseI32ArrayAttr bounds; in getKnownLaunchAttr() local
79 auto bounds = func.getOperation()->getAttrOfType<DenseI32ArrayAttr>(attrName); in getKnownLaunchAttr() local
91 KernelDim3 bounds; in getKnownLaunchDim() local
/llvm-project/lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/
H A Dmain.cpp33 void f(A **bounds) {} in f()
/llvm-project/clang/utils/ABITest/
H A DEnumeration.py230 def getNthPairVariableBounds(N, bounds): argument
264 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds): argument
/llvm-project/flang/runtime/
H A Dcopy.cpp52 const typeInfo::Value *bounds{component->bounds()}; CopyElement() local
H A Dtype-info.h76 RT_API_ATTRS const Value *bounds() const { in bounds() function
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp99 const auto bounds = GetStackBounds(); AddrIsInStack() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp95 const auto bounds = GetStackBounds(); AddrIsInStack() local
/llvm-project/clang/test/SemaObjC/
H A Dproperty-9-impl-method.m34 -(NSRect) bounds; method
/llvm-project/mlir/lib/Transforms/Utils/
H A DControlFlowSinkUtils.cpp143 SmallVector<InvocationBounds> bounds; in getSinglyExecutedRegionsToSink() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DUtils.cpp100 if (auto *bounds = std::get_if<LoopControl::Bounds>(&maybeCtrl->u)) { getIterationVariableSymbol() local
122 createMapInfoOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,mlir::Value varPtrPtr,std::string name,llvm::ArrayRef<mlir::Value> bounds,llvm::ArrayRef<mlir::Value> members,mlir::DenseIntElementsAttr membersIndex,uint64_t mapType,mlir::omp::VariableCaptureKind mapCaptureType,mlir::Type retTy,bool partialMap) createMapInfoOp() argument
[all...]
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp83 createDataEntryOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,std::stringstream & name,mlir::SmallVector<mlir::Value> bounds,bool structured,bool implicit,mlir::acc::DataClause dataClause,mlir::Type retTy,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,mlir::Value isPresent={}) createDataEntryOp() argument
193 llvm::SmallVector<mlir::Value> bounds; createDeclareAllocFuncWithArg() local
244 llvm::SmallVector<mlir::Value> bounds; createDeclareDeallocFuncWithArg() local
333 llvm::SmallVector<mlir::Value> bounds; genDataOperandOperations() local
372 llvm::SmallVector<mlir::Value> bounds; genDeclareDataOperandOperations() local
557 areAllBoundConstant(const llvm::SmallVector<mlir::Value> & bounds) areAllBoundConstant() argument
595 genShapeFromBoundsOrArgs(mlir::Location loc,fir::FirOpBuilder & builder,fir::SequenceType seqTy,const llvm::SmallVector<mlir::Value> & bounds,mlir::ValueRange arguments) genShapeFromBoundsOrArgs() argument
652 createOrGetFirstprivateRecipe(mlir::OpBuilder & builder,llvm::StringRef recipeName,mlir::Location loc,mlir::Type ty,llvm::SmallVector<mlir::Value> & bounds) createOrGetFirstprivateRecipe() argument
759 getBoundsString(llvm::SmallVector<mlir::Value> & bounds) getBoundsString() argument
787 getTypeFromBounds(llvm::SmallVector<mlir::Value> & bounds,mlir::Type ty) getTypeFromBounds() argument
834 llvm::SmallVector<mlir::Value> bounds; genPrivatizations() local
1185 genCombiner(fir::FirOpBuilder & builder,mlir::Location loc,mlir::acc::ReductionOperator op,mlir::Type ty,mlir::Value value1,mlir::Value value2,mlir::acc::ReductionRecipeOp & recipe,llvm::SmallVector<mlir::Value> & bounds,bool allConstantBound) genCombiner() argument
1327 createOrGetReductionRecipe(fir::FirOpBuilder & builder,llvm::StringRef recipeName,mlir::Location loc,mlir::Type ty,mlir::acc::ReductionOperator op,llvm::SmallVector<mlir::Value> & bounds) createOrGetReductionRecipe() argument
1413 llvm::SmallVector<mlir::Value> bounds; genReductions() local
1799 const Fortran::parser::LoopControl::Bounds *bounds = createLoopOp() local
3404 llvm::SmallVector<mlir::Value> bounds; createDeclareGlobalOp() local
3446 llvm::SmallVector<mlir::Value> bounds; createDeclareAllocFunc() local
3499 llvm::SmallVector<mlir::Value> bounds; createDeclareDeallocFunc() local
[all...]
H A DDirectivesCommon.h
H A DCallInterface.cpp1037 if (std::optional<fir::SequenceType::Shape> bounds = getBounds(obj.type)) getRefType() local
1146 if (std::optional<fir::SequenceType::Shape> bounds = getBounds(obj.type)) handleExplicitDummy() local
1281 if (std::optional<fir::SequenceType::Shape> bounds = handleExplicitResult() local
1314 fir::SequenceType::Shape bounds; getBounds() local
H A DRuntime.cpp220 mlir::Value bounds) { in genPointerAssociateRemapping() argument
/llvm-project/flang/lib/Semantics/
H A Dcheck-do-forall.cpp73 const Bounds &bounds{GetBounds(doConstruct)}; in GetDoVariable() local
463 __anon558737510402(const evaluate::Assignment::BoundsSpec &bounds) Check() argument
468 __anon558737510502(const evaluate::Assignment::BoundsRemapping &bounds) Check() argument
537 const Bounds &bounds{GetBounds(doConstruct)}; CheckDoNormal() local
839 for (const auto &bounds : remapping) { CheckForallIndexesUsed() local
[all...]
/llvm-project/flang/include/flang/Lower/
H A DBoxAnalyzer.h145 llvm::SmallVector<const Fortran::semantics::ShapeSpec *> bounds; member
391 llvm::SmallVector<const Fortran::semantics::ShapeSpec *> bounds; in analyze() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp219 const auto bounds = GetStackBounds(); stack_size() local
408 const auto bounds = GetStackBounds(); AddrIsInStack() local

123