Home
last modified time | relevance | path

Searched refs:getInsts (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp80 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()
DIceCfg.cpp83 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 …]
DIceCfgNode.h77 InstList &getInsts() { return Insts; } in getInsts() function
79 const InstList &getInsts() const { return Insts; } in getInsts() function
DIceCfgNode.cpp325 for (Inst &I : Pred->getInsts()) in splitIncomingEdge()
915 for (Inst &I : Pred->getInsts()) { in contractIfEmpty()
1451 auto *Last = &getInsts().back(); in shortCircuit()
1470 for (auto &Inst : reverse_range(getInsts())) { in shortCircuit()
1498 for (auto &Inst : getInsts()) { in shortCircuit()
1511 while (It != getInsts().end()) { in shortCircuit()
1535 NewNode->getInsts().splice(NewNode->getInsts().begin(), getInsts(), It, in shortCircuit()
1536 getInsts().end()); in shortCircuit()
DIceTargetLowering.cpp69 End = getNode()->getInsts().end(); in init()
75 Begin = getNode()->getInsts().begin(); in rewind()
83 getNode()->getInsts().insert(Next, Instr); in insert()
550 Process(Node->getInsts()); in getInstructionsInRange()
692 Node->getInsts().insert(instToIterator(Info.FirstUse), NewInst); in postRegallocSplitting()
697 Node->getInsts().insertAfter(instToIterator(Info.LastDef), NewInst); in postRegallocSplitting()
773 for (Inst &Instr : Node->getInsts()) { in getVarStackSlotParams()
DIceRegAlloc.cpp148 for (Inst &I : Node->getInsts()) { in initForGlobal()
220 for (Inst &Instr : Node->getInsts()) { in initForInfOnly()
406 InstList &Insts = Node->getInsts(); in addSpillFill()
DIceTargetLoweringX8632.cpp249 for (Inst &Instr : Node->getInsts()) { in emitGetIP()
DIceOperand.cpp413 for (Inst &I : Node->getInsts()) { in addNode()
DIceASanInstrumentation.cpp479 Func->getEntryNode()->getInsts().push_front(Call); in instrumentStart()
DIceTargetLoweringX86BaseImpl.h270 for (Inst &Instr : Node->getInsts()) {
706 auto E = Node->getInsts().end();
707 auto I1 = E, I2 = E, I3 = Node->getInsts().begin();
778 Node->getInsts().insert(I3, BeaconDef);
782 Node->getInsts().insert(I3, RMW);
1370 InstList &Insts = Node->getInsts();
7385 Node->getInsts().push_front(InstFakeUse::create(Func, RebasePtr));
DIceTargetLoweringMIPS32.cpp210 for (Inst &Instr : Node->getInsts()) { in unsetIfNonLeafFunc()
1403 for (Inst &Instr : Node->getInsts()) { in lowerArguments()
1735 InstList &Insts = Node->getInsts(); in addEpilog()
6005 for (Inst &Instr : Node->getInsts()) { in recordProducers()
DIceTargetLoweringARM32.cpp926 for (auto &Inst : Node->getInsts()) { in materializeGotAddr()
1690 InstList &Insts = Node->getInsts(); in addEpilog()
6294 Node->getInsts().push_front(InstFakeUse::create(Func, GotPtr)); in prelowerPhis()
6983 for (Inst &Instr : Node->getInsts()) { in recordProducers()
DPNaClTranslator.cpp2142 if (Node->getInsts().empty()) { in ExitBlock()
/external/swiftshader/src/Reactor/
DOptimizer.cpp133 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()
401 for(Ice::Inst &inst : block->getInsts()) in optimizeSingleBasicBlockLoadsStores()
467 for(Ice::Inst &instruction : basicBlock->getInsts()) in analyzeUses()
757 for(auto &inst : basicBlock->getInsts()) in collectDiagnostics()
DSubzeroReactor.cpp105 function->getEntryNode()->getInsts().push_front(alloca); in allocateStackVariable()
461 if(::basicBlock->getInsts().empty() || ::basicBlock->getInsts().back().getKind() != Ice::Inst::Ret) in finalizeFunction()
1108 ::function->getEntryNode()->getInsts().push_front(alloca); in allocateStackVariable()
/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp237 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in getDivergent()
260 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isEntryPredicatedOnVCTP()
269 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in hasImplicitlyValidVPT()
314 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isValid()
350 SmallVectorImpl<MachineInstr *> &getInsts() { return Insts; } in getInsts() function in __anone84e0e190111::VPTState
1438 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in ConvertVPTBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp117 SmallVectorImpl<PredicatedMI> &getInsts() { return Insts; } in getInsts() function in __anon4dc5a48d0111::VPTBlock
340 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ValidateTailPredicate()
906 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ConvertVPTBlocks()