Home
last modified time | relevance | path

Searched refs:AddOperator (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/tests/ut/cpp/parallel/auto_parallel/
Ddp_algo_test.cc270 cost_graph->AddOperator(matmul7); in ConstructTwoLargeMatMul()
271 cost_graph->AddOperator(matmul8); in ConstructTwoLargeMatMul()
390 cost_graph->AddOperator(tmp_identity_ptr); in ConstructBatmanGraph()
391 cost_graph->AddOperator(tmp_identity_ptr1); in ConstructBatmanGraph()
392 cost_graph->AddOperator(tmp_identity_ptr2); in ConstructBatmanGraph()
393 cost_graph->AddOperator(mm1_ptr); in ConstructBatmanGraph()
394 cost_graph->AddOperator(mm2_ptr); in ConstructBatmanGraph()
395 cost_graph->AddOperator(mm3_ptr); in ConstructBatmanGraph()
396 cost_graph->AddOperator(mm4_ptr); in ConstructBatmanGraph()
397 cost_graph->AddOperator(mm5_ptr); in ConstructBatmanGraph()
[all …]
Dgraph_costmodel_test.cc136 cost_graph.AddOperator(matmul0); in ConstructStarGraph2()
137 cost_graph.AddOperator(matmul1); in ConstructStarGraph2()
138 cost_graph.AddOperator(matmul2); in ConstructStarGraph2()
139 cost_graph.AddOperator(matmul3); in ConstructStarGraph2()
188 cost_graph.AddOperator(matmul1); in ConstructLinearGraph()
189 cost_graph.AddOperator(matmul2); in ConstructLinearGraph()
190 cost_graph.AddOperator(matmul4); in ConstructLinearGraph()
211 cost_graph.AddOperator(matmul1); in ConstructStarGraph()
212 cost_graph.AddOperator(matmul2); in ConstructStarGraph()
213 cost_graph.AddOperator(matmul3); in ConstructStarGraph()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h30 class AddOperator; variable
484 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp343 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
DLoopStrengthReduce.cpp2316 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2320 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dgraph_costmodel.h45 void AddOperator(const OperatorInfoPtr &op) { ops_.push_back(op); } in AddOperator() function
Dgraph_costmodel.cc212 component->AddOperator(current_op); in DFS()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc457 entire_costgraph->AddOperator(operator_info); in ConstructCostGraphNodesByUniqueId()
571 entire_costgraph->AddOperator(operator_info); in ConstructCostGraphNodesByUniqueIdTC()
846 entire_costgraph->AddOperator(tmp_identity_ptr); in AugmentCostGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h426 class AddOperator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp295 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
298 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp510 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
513 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp368 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()
371 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2377 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2388 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp778 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
781 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp930 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
933 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4245 const AddOperator *Add, in computeOverflowForSignedAdd()
4403 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp646 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
649 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()