Home
last modified time | relevance | path

Searched refs:restoreInsertionPoint (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp100 restoreInsertionPoint(insPt); in createTemporary()
115 restoreInsertionPoint(insertPt); in createGlobal()
134 restoreInsertionPoint(insertPt); in createGlobal()
DDoLoopHelper.cpp27 builder.restoreInsertionPoint(insertPt); in createLoop()
DIO.cpp397 builder.restoreInsertionPoint(parentInsertPt); in genIoLoop()
423 builder.restoreInsertionPoint(insertPt); in genIoLoop()
426 builder.restoreInsertionPoint(parentInsertPt); in genIoLoop()
1040 builder.restoreInsertionPoint(insertPt); in genBasicIOStmt()
1103 builder.restoreInsertionPoint(insertPt); in genOpenStatement()
1372 builder.restoreInsertionPoint(insertPt); in genDataTransferStmt()
DCharacterExpr.cpp367 builder.restoreInsertionPoint(insPt); in createLenTrim()
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/
Dbuilders.cc41 .def("restoreInsertionPoint", &mlir::OpBuilder::restoreInsertionPoint) in init_builders()
/external/llvm-project/mlir/lib/EDSC/
DBuilders.cpp36 builder.restoreInsertionPoint(newInsertPt); in ScopedContext()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dembed_tf_framework.cc160 rewriter.restoreInsertionPoint(ip); in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/IR/
DBuilders.h285 ~InsertionGuard() { builder.restoreInsertionPoint(ip); } in ~InsertionGuard()
306 void restoreInsertionPoint(InsertPoint ip) { in restoreInsertionPoint() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_variable_runtime_reformatting.cc378 builder->restoreInsertionPoint(insert_point); in WrapOpInLaunch()
Dtpu_rewrite_pass.cc342 builder->restoreInsertionPoint(insert_point); in WrapOpInLaunch()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertLaunchFuncToRuntimeCalls.cpp460 rewriter.restoreInsertionPoint(insertionPoint); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_parallel_loops.cc571 b->restoreInsertionPoint(ip); in InsertWindowLoops()
/external/llvm-project/mlir/lib/Parser/
DParser.cpp859 OpBuilder::InsertionGuard restoreInsertionPoint(opBuilder); in parseGenericOperation() local
1778 opBuilder.restoreInsertionPoint(currentPt); in parseRegion()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc626 rewriter.restoreInsertionPoint(original_point); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc539 builder_.restoreInsertionPoint(after_fusion); in EmitFusionOp()