/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | call.h | 209 void AddOp(grpc_op* ops, size_t* nops) {} in AddOp() function 235 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 280 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 334 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 409 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 451 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 480 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 521 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 552 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | call_op_set.h | 202 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() function 232 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 308 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
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | call_op_set.h | 202 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() function 232 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function 308 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
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 29 struct AddOp : public SetTheory::Operator { struct 30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 39 struct AddOp : public SetTheory::Operator { struct 40 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | human_readable_profile_builder.h | 48 void AddOp(absl::string_view op_name, absl::string_view short_name, in AddOp() function
|
D | pattern_matcher_test.cc | 31 TEST_F(PatternMatcherTest, AddOp) { in TEST_F() argument
|
/external/tensorflow/tensorflow/python/compiler/xla/ |
D | xla.py | 200 def AddOp(self, op): member in XLACompileContext
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu.py | 575 def AddOp(self, op: ops.Operation) -> None: member in TPUReplicateContext 714 def AddOp(self, op: ops.Operation) -> None: member in OutsideCompilationV2Context 2137 def AddOp(self, op): member in _TPUInferenceContext
|
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.hpp | 114 class AddOp : public AddBase class
|
D | rsgBinaryOps.cpp | 581 AddOp::AddOp (GeneratorState& state, ConstValueRangeAccess valueRange) in AddOp() function in rsg::AddOp
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 992 def AddOp(self, op): member in CondContext 1756 def AddOp(self, op): member in WhileContext 3745 def AddOp(self, _): member in XLAControlFlowContext
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | MiniParser.java | 607 static public int AddOp() throws ParseException { in AddOp() method in MiniParser
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test_util.cc | 250 TFE_Op* AddOp(TFE_Context* ctx, TFE_TensorHandle* a, TFE_TensorHandle* b) { in AddOp() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 852 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 2060 unsigned ShlOp, AddOp, Op; in Select() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 611 SDValue AddOp; in isADDADDMUL() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 586 SDValue AddOp; in isADDADDMUL() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1689 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1707 Instruction::BinaryOps AddOp; in createVectorIntOrFpInductionPHI() local 1971 Instruction::BinaryOps AddOp; in buildScalarSteps() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 1940 const MachineOperand &AddOp = MI.getOperand(2); in getIncrementValue() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2213 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp) in getAddExpr() local 2490 for (const SCEV *AddOp : Add->operands()) { in getMulExpr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 733 unsigned AddOp = Opcode == ISD::SADDSAT ? ISD::ADD : ISD::SUB; in PromoteIntRes_ADDSUBSAT() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2625 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp) in getAddExpr() local 2982 for (const SCEV *AddOp : Add->operands()) { in getMulExpr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 34156 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively() local
|