Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp62 MachineInstr *RootI = MRI.getVRegDef(Root.getReg()); in isBaseWithConstantOffset() local
63 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in isBaseWithConstantOffset()
66 MachineOperand &RHS = RootI->getOperand(2); in isBaseWithConstantOffset()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp62 MachineInstr *RootI = MRI.getVRegDef(Root.getReg()); in isBaseWithConstantOffset() local
63 if (RootI->getOpcode() != TargetOpcode::G_PTR_ADD) in isBaseWithConstantOffset()
66 MachineOperand &RHS = RootI->getOperand(2); in isBaseWithConstantOffset()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp385 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument
389 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
391 RootI.getFunction()->hasMinSize() ? in analyzeLoopUnrollCost()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp284 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument
288 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp386 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument
390 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp3852 MachineInstr *RootI = getDefIgnoringCopies(Root, MRI); in getPtrBaseWithConstantOffset() local
3853 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()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp533 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local
534 link(RootI, B, At); in materialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp514 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local
515 link(RootI, B, At); in materialize()