Home
last modified time | relevance | path

Searched defs:declare (Results 1 – 24 of 24) sorted by relevance

/llvm-project/flang/unittests/Optimizer/
H A DFortranVariableTest.cpp50 auto declare = builder->create<fir::DeclareOp>(loc, addr.getType(), addr, TEST_F() local
77 auto declare = builder->create<fir::DeclareOp>(loc, addr.getType(), addr, TEST_F() local
108 auto declare = builder->create<fir::DeclareOp>(loc, addr.getType(), addr, TEST_F() local
139 auto declare = builder->create<fir::DeclareOp>(loc, addr.getType(), addr, TEST_F() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpansions.h26 void declare(StringRef Name, StringRef Expansion) { declare() function
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAddAliasTags.cpp151 if (auto declare = in getDeclareOp() local
155 if (fir::DeclareOp declare = mlir::dyn_cast<fir::DeclareOp>(use)) in getDeclareOp() local
164 if (fir::DeclareOp declare = getDeclareOp(arg)) in getFuncArgName() local
[all...]
H A DLoopVersioning.cpp158 if (fir::DeclareOp declare = val.getDefiningOp<fir::DeclareOp>()) unwrapFirDeclare() local
H A DAbstractResult.cpp219 if (auto declare = mlir::dyn_cast_or_null<fir::DeclareOp>( matchAndRewrite() local
/llvm-project/lld/test/MachO/
H A Dstart-lib.s125 declare void @bar() label
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
H A Dp3.cpp9 void declare() { extern int array[100]; } in declare() function
25 void declare() { extern int array[100]; } in declare() function
/llvm-project/clang/test/OpenMP/
H A Ddeclare_target_variables_ast_print.cpp17 class declare{ class
H A Dtarget_vla_messages.cpp19 void declare(int arg) { in declare() function
H A Ddeclare_target_messages.cpp258 class declare{ global() class
[all...]
/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DMLIRGen.cpp107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anonc306b16d0111::MLIRGenImpl
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DMLIRGen.cpp107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anon9f32f5af0111::MLIRGenImpl
/llvm-project/mlir/examples/toy/Ch2/mlir/
H A DMLIRGen.cpp107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anond4f08f4c0111::MLIRGenImpl
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DMLIRGen.cpp107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anon8d4917d00111::MLIRGenImpl
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DMLIRGen.cpp107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anonb11cd38e0111::MLIRGenImpl
/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp126 auto declare = temp.getDefiningOp<hlfir::DeclareOp>(); in destroy() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp135 llvm::LogicalResult declare(VarDeclExprAST &var, mlir::Value value) { in declare() function in __anon7b5f39f10111::MLIRGenImpl
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DScheduleOrderedAssignments.cpp299 } else if (auto declare = mlir::dyn_cast<hlfir::DeclareOp>(op)) { in getStorageSource() local
H A DOptimizedBufferization.cpp352 __anon08b20a910802(hlfir::DeclareOp declare) findMatch() argument
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp670 if (auto declare = doReductionByRef() local
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h821 DeclT *declare(Args &&...args) { declare() function
/llvm-project/flang/lib/Lower/
H A DConvertArrayConstructor.cpp429 std::optional<hlfir::DeclareOp> declare; global() member in __anon9466c8ae0111::RuntimeTempStrategy
H A DCallInterface.cpp688 void Fortran::lower::CallInterface<T>::declare() { declare() function in Fortran::lower::CallInterface
H A DConvertVariable.cpp1787 hlfir::EntityWithAttributes declare = hlfir::genDeclare( genDeclareSymbol() local
[all...]