Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp63 MachineInstr *RootI = MRI.getVRegDef(Root.getReg()); in isBaseWithConstantOffset() local
64 if (RootI->getOpcode() != TargetOpcode::G_GEP) in isBaseWithConstantOffset()
67 MachineOperand &RHS = RootI->getOperand(2); in isBaseWithConstantOffset()
/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-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp365 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument
369 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp513 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local
514 link(RootI, B, At); in materialize()