Searched refs:clone_constant (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 235 static LLVMValueRef clone_constant(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant() function 313 Elts.push_back(clone_constant(LLVMGetAggregateElement(Cst, i), M)); in clone_constant_impl() 324 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl() 372 Elts.push_back(clone_constant(LLVMGetAggregateElement(Cst, i), M)); in clone_constant_impl() 387 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl() 392 LLVMValueRef Ptr = clone_constant(LLVMGetOperand(Cst, 0), M); in clone_constant_impl() 396 Idx.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl() 431 return clone_constant(Src, M); in CloneValue() 1169 LLVMSetInitializer(G, clone_constant(I, M)); in clone_symbols() 1276 LLVMAliasSetAliasee(Alias, clone_constant(Aliasee, M)); in clone_symbols() [all …]
|
| /llvm-project-15.0.7/mlir/test/Dialect/Async/ |
| H A D | async-parallel-for-compute-fn.mlir | 14 // CHECK-LABEL: func @clone_constant( 15 func.func @clone_constant(%arg0: memref<?xf32>, %lb: index, %ub: index, %st: index) {
|