Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dsparse_dense_cwise_utils.h27 struct AddOp { struct
28 static std::string Name() { return "Add"; } in Name()
/third_party/grpc/include/grpcpp/impl/
Dcall_op_set.h208 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() function
238 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
314 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
436 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
545 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
628 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
671 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
733 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
786 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp39 struct AddOp : public SetTheory::Operator { struct
40 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgBinaryOps.hpp114 class AddOp : public AddBase class
DrsgBinaryOps.cpp581 AddOp::AddOp (GeneratorState& state, ConstValueRangeAccess valueRange) in AddOp() function in rsg::AddOp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp586 SDValue AddOp; in isADDADDMUL() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1689 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1707 Instruction::BinaryOps AddOp; in createVectorIntOrFpInductionPHI() local
1971 Instruction::BinaryOps AddOp; in buildScalarSteps() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1940 const MachineOperand &AddOp = MI.getOperand(2); in getIncrementValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp733 unsigned AddOp = Opcode == ISD::SADDSAT ? ISD::ADD : ISD::SUB; in PromoteIntRes_ADDSUBSAT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2625 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp) in getAddExpr() local
2982 for (const SCEV *AddOp : Add->operands()) { in getMulExpr() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc330 void AddOp(const std::string &type, const std::vector<std::string> &inputs, const std::vector<std::… in AddOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34153 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively() local