/external/swiftshader/third_party/subzero/src/ |
D | IceVariableSplitting.cpp | 80 for (const Inst &Instr : Node->getInsts()) { in reset() 317 Node->getInsts().insert(IterNext, Mov); in handleSimpleVarAssign() 342 Node->getInsts().insert(IterNext, Mov); in handleSimpleVarAssign() 349 Node->getInsts().insert(IterNext, Mov); in handleSimpleVarAssign() 367 Node->getInsts().insert(IterCur, Mov); in handlePhi() 401 Node->getInsts().insert(IterCur, Mov); in handleGeneralInst() 413 Node->getInsts().insert(IterNext, Mov); in handleGeneralInst() 418 Node->getInsts().insert(IterNext, Mov); in handleGeneralInst() 521 auto &Insts = Node->getInsts(); in splitBlockLocalVariables()
|
D | IceCfg.cpp | 83 for (Inst &I : Node->getInsts()) { in getFunctionNameAndSize() 521 for (Inst &Instr : Node->getInsts()) { in localCSE() 583 if (PreHeader == nullptr || PreHeader->getInsts().size() == 0) { in loopInvariantCodeMotion() 587 auto &Insts = PreHeader->getInsts(); in loopInvariantCodeMotion() 610 CfgVector<std::reference_wrapper<Inst>> Insts(Node->getInsts().begin(), in findLoopInvariantInstructions() 611 Node->getInsts().end()); in findLoopInvariantInstructions() 644 Node->getInsts().remove(Inst); in findLoopInvariantInstructions() 749 auto Current = Node->getInsts().begin(); in floatConstantCSE() 750 auto End = Node->getInsts().end(); in floatConstantCSE() 776 auto &Insts = Node->getInsts(); in floatConstantCSE() [all …]
|
D | IceCfgNode.cpp | 325 for (Inst &I : Pred->getInsts()) in splitIncomingEdge() 915 for (Inst &I : Pred->getInsts()) { in contractIfEmpty() 1237 auto *Last = &getInsts().back(); in shortCircuit() 1256 for (auto &Inst : reverse_range(getInsts())) { in shortCircuit() 1284 for (auto &Inst : getInsts()) { in shortCircuit() 1297 while (It != getInsts().end()) { in shortCircuit() 1321 NewNode->getInsts().splice(NewNode->getInsts().begin(), getInsts(), It, in shortCircuit() 1322 getInsts().end()); in shortCircuit()
|
D | IceCfgNode.h | 77 InstList &getInsts() { return Insts; } in getInsts() function 79 const InstList &getInsts() const { return Insts; } in getInsts() function
|
D | IceTargetLowering.cpp | 69 End = getNode()->getInsts().end(); in init() 75 Begin = getNode()->getInsts().begin(); in rewind() 83 getNode()->getInsts().insert(Next, Instr); in insert() 519 Process(Node->getInsts()); in getInstructionsInRange() 661 Node->getInsts().insert(instToIterator(Info.FirstUse), NewInst); in postRegallocSplitting() 666 Node->getInsts().insertAfter(instToIterator(Info.LastDef), NewInst); in postRegallocSplitting() 742 for (Inst &Instr : Node->getInsts()) { in getVarStackSlotParams()
|
D | IceRegAlloc.cpp | 148 for (Inst &I : Node->getInsts()) { in initForGlobal() 220 for (Inst &Instr : Node->getInsts()) { in initForInfOnly() 406 InstList &Insts = Node->getInsts(); in addSpillFill()
|
D | IceOperand.cpp | 424 for (Inst &I : Node->getInsts()) { in addNode()
|
D | IceASanInstrumentation.cpp | 479 Func->getEntryNode()->getInsts().push_front(Call); in instrumentStart()
|
D | IceTargetLoweringX8664.cpp | 185 for (Inst &Instr : Node->getInsts()) { in init() 564 auto E = Node->getInsts().end(); in findRMW() 565 auto I1 = E, I2 = E, I3 = Node->getInsts().begin(); in findRMW() 636 Node->getInsts().insert(I3, BeaconDef); in findRMW() 640 Node->getInsts().insert(I3, RMW); in findRMW() 1149 InstList &Insts = Node->getInsts(); in addEpilog()
|
D | IceTargetLoweringX8632.cpp | 176 for (Inst &Instr : Node->getInsts()) { in init() 555 auto E = Node->getInsts().end(); in findRMW() 556 auto I1 = E, I2 = E, I3 = Node->getInsts().begin(); in findRMW() 627 Node->getInsts().insert(I3, BeaconDef); in findRMW() 631 Node->getInsts().insert(I3, RMW); in findRMW() 1167 InstList &Insts = Node->getInsts(); in addEpilog()
|
D | IceTargetLoweringMIPS32.cpp | 209 for (Inst &Instr : Node->getInsts()) { in unsetIfNonLeafFunc() 1388 for (Inst &Instr : Node->getInsts()) { in lowerArguments() 1721 InstList &Insts = Node->getInsts(); in addEpilog() 5958 for (Inst &Instr : Node->getInsts()) { in recordProducers()
|
D | PNaClTranslator.cpp | 2142 if (Node->getInsts().empty()) { in ExitBlock()
|
D | IceTargetLoweringARM32.cpp | 1536 InstList &Insts = Node->getInsts(); in addEpilog() 6705 for (Inst &Instr : Node->getInsts()) { in recordProducers()
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 133 Ice::InstList &instList = entryBlock->getInsts(); in propagateAlloca() 204 Ice::InstList &instList = entryBlock->getInsts(); in performScalarReplacementOfAggregates() 305 for(Ice::Inst &inst : Ice::reverse_range(basicBlock->getInsts())) in eliminateDeadCode() 326 for(Ice::Inst &alloca : entryBlock->getInsts()) in eliminateUnitializedLoads() 405 for(Ice::Inst &inst : block->getInsts()) in optimizeSingleBasicBlockLoadsStores() 474 for(Ice::Inst &instruction : basicBlock->getInsts()) in analyzeUses() 764 for(auto &inst : basicBlock->getInsts()) in collectDiagnostics()
|
D | SubzeroReactor.cpp | 106 function->getEntryNode()->getInsts().push_front(alloca); in allocateStackVariable() 462 if(::basicBlock->getInsts().empty() || ::basicBlock->getInsts().back().getKind() != Ice::Inst::Ret) in finalizeFunction() 1095 ::function->getEntryNode()->getInsts().push_front(alloca); in allocateStackVariable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 117 SmallVectorImpl<PredicatedMI> &getInsts() { return Insts; } in getInsts() function in __anon09606cab0111::VPTBlock 340 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ValidateTailPredicate() 903 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ConvertVPTBlocks()
|