Searched refs:RootI (Results 1 – 8 of 8) sorted by relevance
62 MachineInstr *RootI = MRI.getVRegDef(Root.getReg()); in isBaseWithConstantOffset() local63 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in isBaseWithConstantOffset()66 MachineOperand &RHS = RootI->getOperand(2); in isBaseWithConstantOffset()
385 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument389 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()391 RootI.getFunction()->hasMinSize() ? in analyzeLoopUnrollCost()
284 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument288 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
386 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument390 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
3852 MachineInstr *RootI = getDefIgnoringCopies(Root, MRI); in getPtrBaseWithConstantOffset() local3853 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in getPtrBaseWithConstantOffset()3856 MachineOperand &RHS = RootI->getOperand(2); in getPtrBaseWithConstantOffset()3861 return {RootI->getOperand(1).getReg(), MaybeOffset->Value}; in getPtrBaseWithConstantOffset()
533 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local534 link(RootI, B, At); in materialize()
514 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local515 link(RootI, B, At); in materialize()