/llvm-project/flang/unittests/Optimizer/ |
H A D | FortranVariableTest.cpp | 50 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 D | CodeExpansions.h | 26 void declare(StringRef Name, StringRef Expansion) { declare() function
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AddAliasTags.cpp | 151 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 D | LoopVersioning.cpp | 158 if (fir::DeclareOp declare = val.getDefiningOp<fir::DeclareOp>()) unwrapFirDeclare() local
|
H A D | AbstractResult.cpp | 219 if (auto declare = mlir::dyn_cast_or_null<fir::DeclareOp>( matchAndRewrite() local
|
/llvm-project/lld/test/MachO/ |
H A D | start-lib.s | 125 declare void @bar() label
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/ |
H A D | p3.cpp | 9 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 D | declare_target_variables_ast_print.cpp | 17 class declare{ class
|
H A D | target_vla_messages.cpp | 19 void declare(int arg) { in declare() function
|
H A D | declare_target_messages.cpp | 258 class declare{ global() class [all...] |
/llvm-project/mlir/examples/toy/Ch3/mlir/ |
H A D | MLIRGen.cpp | 107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anonc306b16d0111::MLIRGenImpl
|
/llvm-project/mlir/examples/toy/Ch5/mlir/ |
H A D | MLIRGen.cpp | 107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anon9f32f5af0111::MLIRGenImpl
|
/llvm-project/mlir/examples/toy/Ch2/mlir/ |
H A D | MLIRGen.cpp | 107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anond4f08f4c0111::MLIRGenImpl
|
/llvm-project/mlir/examples/toy/Ch6/mlir/ |
H A D | MLIRGen.cpp | 107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anon8d4917d00111::MLIRGenImpl
|
/llvm-project/mlir/examples/toy/Ch4/mlir/ |
H A D | MLIRGen.cpp | 107 llvm::LogicalResult declare(llvm::StringRef var, mlir::Value value) { in declare() function in __anonb11cd38e0111::MLIRGenImpl
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | TemporaryStorage.cpp | 126 auto declare = temp.getDefiningOp<hlfir::DeclareOp>(); in destroy() local
|
/llvm-project/mlir/examples/toy/Ch7/mlir/ |
H A D | MLIRGen.cpp | 135 llvm::LogicalResult declare(VarDeclExprAST &var, mlir::Value value) { in declare() function in __anon7b5f39f10111::MLIRGenImpl
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ScheduleOrderedAssignments.cpp | 299 } else if (auto declare = mlir::dyn_cast<hlfir::DeclareOp>(op)) { in getStorageSource() local
|
H A D | OptimizedBufferization.cpp | 352 __anon08b20a910802(hlfir::DeclareOp declare) findMatch() argument
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ReductionProcessor.cpp | 670 if (auto declare = doReductionByRef() local
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 821 DeclT *declare(Args &&...args) { declare() function
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertArrayConstructor.cpp | 429 std::optional<hlfir::DeclareOp> declare; global() member in __anon9466c8ae0111::RuntimeTempStrategy
|
H A D | CallInterface.cpp | 688 void Fortran::lower::CallInterface<T>::declare() { declare() function in Fortran::lower::CallInterface
|
H A D | ConvertVariable.cpp | 1787 hlfir::EntityWithAttributes declare = hlfir::genDeclare( genDeclareSymbol() local [all...] |