Searched refs:RootI (Results 1 – 5 of 5) sorted by relevance
43 MachineInstr *RootI = MRI.getVRegDef(Root.getReg()); in isBaseWithConstantOffset() local44 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in isBaseWithConstantOffset()47 MachineOperand &RHS = RootI->getOperand(2); in isBaseWithConstantOffset()
271 bool identifyNodes(Instruction *RootI);813 bool ComplexDeinterleavingGraph::identifyNodes(Instruction *RootI) { in identifyNodes() argument816 if (!match(RootI, m_Shuffle(m_Instruction(Real), m_Instruction(Imag)))) in identifyNodes()819 RootValue = RootI; in identifyNodes()820 AllInstructions.insert(RootI); in identifyNodes()824 Function *F = RootI->getFunction(); in identifyNodes()825 BasicBlock *B = RootI->getParent(); in identifyNodes()
397 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument401 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()403 RootI.getFunction()->hasMinSize() ? in analyzeLoopUnrollCost()
530 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local531 link(RootI, B, At); in materialize()
4476 MachineInstr *RootI = getDefIgnoringCopies(Root, MRI); in getPtrBaseWithConstantOffset() local4477 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in getPtrBaseWithConstantOffset()4480 MachineOperand &RHS = RootI->getOperand(2); in getPtrBaseWithConstantOffset()4485 return {RootI->getOperand(1).getReg(), MaybeOffset->Value.getSExtValue()}; in getPtrBaseWithConstantOffset()