Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp271 bool identifyNodes(Instruction *RootI);
813 bool ComplexDeinterleavingGraph::identifyNodes(Instruction *RootI) { in identifyNodes() argument
816 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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4476 MachineInstr *RootI = getDefIgnoringCopies(Root, MRI); in getPtrBaseWithConstantOffset() local
4477 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()