Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h202 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
/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/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/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