Searched refs:AddOperator (Results 1 – 17 of 17) sorted by relevance
270 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 …]
136 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 …]
30 class AddOperator; variable484 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
343 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2316 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2320 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
45 void AddOperator(const OperatorInfoPtr &op) { ops_.push_back(op); } in AddOperator() function
212 component->AddOperator(current_op); in DFS()
457 entire_costgraph->AddOperator(operator_info); in ConstructCostGraphNodesByUniqueId()571 entire_costgraph->AddOperator(operator_info); in ConstructCostGraphNodesByUniqueIdTC()846 entire_costgraph->AddOperator(tmp_identity_ptr); in AugmentCostGraph()
426 class AddOperator
295 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()298 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
510 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()513 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
368 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()371 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
2377 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2388 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
778 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()781 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
930 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()933 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
4245 const AddOperator *Add, in computeOverflowForSignedAdd()4403 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()
646 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()649 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()