Home
last modified time | relevance | path

Searched defs:AddOp (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dcall_op_set.h206 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() function
236 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
312 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
669 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
731 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
782 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dcall_op_set.h206 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() function
236 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
312 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
669 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
731 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
782 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dcall_op_set.h206 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() function
236 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
312 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
669 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
731 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
782 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
/aosp_15_r20/external/llvm/lib/TableGen/
H A DSetTheory.cpp29 struct AddOp : public SetTheory::Operator { struct
30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DSetTheory.cpp39 struct AddOp : public SetTheory::Operator { struct
40 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DSetTheory.cpp38 struct AddOp : public SetTheory::Operator { struct
39 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu.py593 def AddOp(self, op: ops.Operation) -> None: member in TPUReplicateContext
732 def AddOp(self, op: ops.Operation) -> None: member in OutsideCompilationV2Context
2195 def AddOp(self, op): member in _TPUInferenceContext
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_ops.py929 def AddOp(self, op): member in CondContext
1700 def AddOp(self, op): member in WhileContext
3704 def AddOp(self, _): member in XLAControlFlowContext
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorTopK.cu32 struct AddOp { struct
33 __device__ __forceinline__ T operator()(T const &lhs, T const &rhs) { in operator ()()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.h48 void AddOp(absl::string_view op_name, absl::string_view short_name, in AddOp() function
H A Dpattern_matcher_test.cc33 TEST_F(PatternMatcherTest, AddOp) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/xla/
H A Dxla.py195 def AddOp(self, op): member in XLACompileContext
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.hpp131 class AddOp : public AddBase class
H A DrsgBinaryOps.cpp593 AddOp::AddOp(GeneratorState &state, ConstValueRangeAccess valueRange) : AddBase(state, Token::PLUS,… in AddOp() function in rsg::AddOp
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_profile_builder.cc260 void OpProfileBuilder::AddOp(const OpMetrics& op_metrics) { in AddOp() function in tensorflow::profiler::OpProfileBuilder
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/
H A DMiniParser.java607 static public int AddOp() throws ParseException { in AddOp() method in MiniParser
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_test_util.cc250 TFE_Op* AddOp(TFE_Context* ctx, TFE_TensorHandle* a, TFE_TensorHandle* b) { in AddOp() function
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp852 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp586 SDValue AddOp; in isADDADDMUL() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp582 SDValue AddOp; in isADDADDMUL() local
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp611 SDValue AddOp; in isADDADDMUL() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2060 unsigned ShlOp, AddOp, Op; in Select() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1689 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1707 Instruction::BinaryOps AddOp; in createVectorIntOrFpInductionPHI() local
1971 Instruction::BinaryOps AddOp; in buildScalarSteps() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp2823 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp) in getAddExpr() local
3218 for (const SCEV *AddOp : Add->operands()) { in getMulExpr() local
4627 for (const SCEV *&AddOp : Ops) { in removePointerBase() local
4820 for (const SCEV *AddOp : Add->operands()) { in getPointerBase() local

12