Home
last modified time | relevance | path

Searched refs:RootI (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp43 MachineInstr *RootI = MRI.getVRegDef(Root.getReg()); in isBaseWithConstantOffset() local
44 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in isBaseWithConstantOffset()
47 MachineOperand &RHS = RootI->getOperand(2); in isBaseWithConstantOffset()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp397 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument
401 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
403 RootI.getFunction()->hasMinSize() ? in analyzeLoopUnrollCost()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp530 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local
531 link(RootI, B, At); in materialize()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4541 MachineInstr *RootI = getDefIgnoringCopies(Root, MRI); in getPtrBaseWithConstantOffset() local
4542 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in getPtrBaseWithConstantOffset()
4545 MachineOperand &RHS = RootI->getOperand(2); in getPtrBaseWithConstantOffset()
4550 return {RootI->getOperand(1).getReg(), MaybeOffset->Value.getSExtValue()}; in getPtrBaseWithConstantOffset()