Searched refs:RootI (Results 1 – 5 of 5) sorted by relevance
50 MachineInstr *RootI = MRI.getVRegDef(Root.getReg()); in isBaseWithConstantOffset() local51 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in isBaseWithConstantOffset()54 MachineOperand &RHS = RootI->getOperand(2); in isBaseWithConstantOffset()
426 bool identifyNodes(Instruction *RootI);1586 bool ComplexDeinterleavingGraph::identifyNodes(Instruction *RootI) { in identifyNodes() argument1591 auto It = RootToNode.find(RootI); in identifyNodes()1609 if (ReplacementAnchor != RootI) in identifyNodes()1611 OrderedRoots.push_back(RootI); in identifyNodes()1615 auto RootNode = identifyRoot(RootI); in identifyNodes()1620 Function *F = RootI->getFunction(); in identifyNodes()1621 BasicBlock *B = RootI->getParent(); in identifyNodes()1627 RootToNode[RootI] = RootNode; in identifyNodes()1628 OrderedRoots.push_back(RootI); in identifyNodes()[all …]
407 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument411 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()413 RootI.getFunction()->hasMinSize() ? in analyzeLoopUnrollCost()
520 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local521 link(RootI, B, At); in materialize()
6015 MachineInstr *RootI = getDefIgnoringCopies(Root, MRI); in getPtrBaseWithConstantOffset() local6016 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in getPtrBaseWithConstantOffset()6019 MachineOperand &RHS = RootI->getOperand(2); in getPtrBaseWithConstantOffset()6024 return {RootI->getOperand(1).getReg(), MaybeOffset->Value.getSExtValue()}; in getPtrBaseWithConstantOffset()