Home
last modified time | relevance | path

Searched defs:materializeConstant (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops.cc350 Operation *TensorFlowDialect::materializeConstant(OpBuilder &builder, in materializeConstant() function in mlir::TF::TensorFlowDialect
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
H A DChloOps.cpp531 Operation* ChloDialect::materializeConstant(OpBuilder& builder, Attribute value, in materializeConstant() function in mlir::chlo::ChloDialect
H A DStablehloOps.cpp6655 Operation* StablehloDialect::materializeConstant(OpBuilder& builder, in materializeConstant() function in mlir::stablehlo::StablehloDialect
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dchlo_ops.cc530 Operation* ChloDialect::materializeConstant(OpBuilder& builder, Attribute value, in materializeConstant() function in mlir::chlo::ChloDialect
H A Dhlo_ops.cc9431 Operation* MhloDialect::materializeConstant(OpBuilder& builder, Attribute value, in materializeConstant() function in mlir::mhlo::MhloDialect
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
H A Dtfr_ops.cc144 Operation *TFRDialect::materializeConstant(OpBuilder &builder, Attribute value, in materializeConstant() function in mlir::TFR::TFRDialect
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp279 Register FastISel::materializeConstant(const Value *V, MVT VT) { in materializeConstant() function in FastISel
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp403 unsigned FastISel::materializeConstant(const Value *V, MVT VT) { in materializeConstant() function in FastISel
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp211 unsigned FastISel::materializeConstant(const Value *V, MVT VT) { in materializeConstant() function in FastISel
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/
H A Dgml_st_ops.cc126 Operation *GmlStDialect::materializeConstant(OpBuilder &builder, Attribute attr, in materializeConstant() function in mlir::gml_st::GmlStDialect
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
H A Dtfl_ops.cc4018 Operation *TFLDialect::materializeConstant(OpBuilder &builder, Attribute value, in materializeConstant() function in mlir::TFL::TFLDialect
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp610 static Value* materializeConstant( in materializeConstant() function