/llvm-project/openmp/runtime/src/ |
H A D | kmp_collapse.cpp | 78 /*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 D | ubound01.f90 | 9 subroutine show(bounds) argument 10 integer(8) :: bounds(:) local
|
/llvm-project/clang/test/FixIt/ |
H A D | selector-fixit.m | 32 - (int) bounds; method 36 - (int) bounds { return 0; } method
|
H A D | typo.c | 19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} member
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | address_space-dependent.cpp | 41 __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 D | property-object-conditional-exp.mm | 15 - (CGRect) out; global() function
|
H A D | property-objects.mm | 16 CGRect bounds; field 20 @property CGRect bounds; property
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 118 const auto bounds = GetStackBounds(); stack_size() local 186 const auto bounds = GetStackBounds(); AddrIsInStack() local
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | InferIntRangeInterfaceImpls.cpp | 60 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 D | main.cpp | 33 void f(A **bounds) {} in f()
|
/llvm-project/clang/utils/ABITest/ |
H A D | Enumeration.py | 230 def getNthPairVariableBounds(N, bounds): argument 264 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds): argument
|
/llvm-project/flang/runtime/ |
H A D | copy.cpp | 52 const typeInfo::Value *bounds{component->bounds()}; CopyElement() local
|
H A D | type-info.h | 76 RT_API_ATTRS const Value *bounds() const { in bounds() function
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 99 const auto bounds = GetStackBounds(); AddrIsInStack() local
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 95 const auto bounds = GetStackBounds(); AddrIsInStack() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-9-impl-method.m | 34 -(NSRect) bounds; method
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | ControlFlowSinkUtils.cpp | 143 SmallVector<InvocationBounds> bounds; in getSinglyExecutedRegionsToSink() local
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Utils.cpp | 100 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 D | OpenACC.cpp | 83 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 D | DirectivesCommon.h |
|
H A D | CallInterface.cpp | 1037 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 D | Runtime.cpp | 220 mlir::Value bounds) { in genPointerAssociateRemapping() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-do-forall.cpp | 73 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 D | BoxAnalyzer.h | 145 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 D | asan_thread.cpp | 219 const auto bounds = GetStackBounds(); stack_size() local 408 const auto bounds = GetStackBounds(); AddrIsInStack() local
|