Searched refs:getParent (Results 601 - 625 of 1090) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp309 endPacket(std::next(It)->getParent(), std::next(It));
313 endPacket(MI.getParent(), MI);
H A DSILowerSGPRSpills.cpp84 MachineFunction &MF = *SaveBlock.getParent();
124 MachineFunction &MF = *RestoreBlock.getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp119 if (Node->MI->getParent() != MBB)
306 addNodeIDMBB(MI->getParent());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp207 if (DefMI.getParent() != BB || DefMI.isDebugValue())
249 MachineInstr *MI = MO.getParent();
250 if (MI->getParent() != MBB || MI->isDebugValue())
347 DefMI = Begin->getParent();
384 if (UseMI.getParent() != MBB)
887 if (DefMI.getParent() != MBB || DefMI.isCopy() || DefMI.isCopyLike())
1404 MachineInstrBuilder MIB = BuildMI(*MI->getParent(), MI, MI->getDebugLoc(),
1690 MachineInstr *CopyMI = BuildMI(*MI.getParent(), MI, MI.getDebugLoc(),
H A DLiveIntervals.cpp235 if (auto *Mask = TRI->getCustomEHPadPreservedMask(*MBB.getParent())) {
584 MachineInstr *UseMI = MO.getParent();
866 return getSpillWeight(isDef, isUse, MBFI, MI.getParent());
882 getMBBEndIdx(startInst.getParent()), VN);
1463 const MachineInstr &MI = *MO.getParent();
1482 if (MI->getParent() == MBB)
1515 assert(getMBBStartIdx(MI.getParent()) <= OldIndex &&
1516 OldIndex < getMBBEndIdx(MI.getParent()) &&
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp247 DC = DC->getParent();
328 DC = CD->getParent();
455 DC = CD->getParent();
490 CXXRecordDecl *LambdaClass = CallOperator->getParent();
903 assert(TemplateParamScope->getParent());
904 KnownDependent = TemplateParamScope->getParent()
1025 if (Intro.Default != LCD_None && !Class->getParent()->isFunctionOrMethod() &&
1965 CXXRecordDecl *Lambda = Conv->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h396 assert(New && !New->getParent() &&
398 BasicBlock *BB = Old.getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp746 const BasicBlock *SrcBlock = Src->getParent();
747 const BasicBlock *DstBlock = Dst->getParent();
3258 Loop *SrcLoop = LI->getLoopFor(Src->getParent());
3259 Loop *DstLoop = LI->getLoopFor(Dst->getParent());
3526 switch (underlyingObjectsAlias(AA, F->getParent()->getDataLayout(),
3572 classifyPair(Pair[P].Src, LI->getLoopFor(Src->getParent()),
3573 Pair[P].Dst, LI->getLoopFor(Dst->getParent()),
3650 LI->getLoopFor(Src->getParent()),
3653 LI->getLoopFor(Dst->getParent()),
3786 classifyPair(Pair[SJ].Src, LI->getLoopFor(Src->getParent()),
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h608 Function *getFunction() const { return EntryBB->getParent(); }
1192 Function *getFunction() const { return Header->getParent(); }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h78 return cast<Instruction>(*It)->getParent();
239 return Inst->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp142 BasicBlock *Block = Inst->getParent();
151 if (Block != &Block->getParent()->getEntryBlock()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp280 Uncommon().CommonSize = GV->getParent()->getDataLayout().getTypeAllocSize(
290 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp194 << " from " << *DeadOrKillToUnset->getParent());
240 MachineFunction *MF = MBB.getParent();
H A DPPCExpandISEL.cpp227 MachineBasicBlock *MBB = (*I)->getParent();
480 MachineBasicBlock *MBB = BIL.back()->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp399 for (auto *BB : successors(I->getParent()))
447 auto &Info = BlockInfo[PN->getParent()];
H A DInductiveRangeCheckElimination.cpp412 if (BI->isUnconditional() || BI->getParent() == L->getLoopLatch())
418 BPI->getEdgeProbability(BI->getParent(), (unsigned)0) < LikelyTaken)
647 : F(*L.getHeader()->getParent()), Ctx(L.getHeader()->getContext()),
879 if (L.contains(I->getParent()))
1424 SCEVExpander Expander(SE, F.getParent()->getDataLayout(), "irce");
1459 << " at block " << InsertPt->getParent()->getName()
1486 << " at block " << InsertPt->getParent()->getName()
1972 dbgs() << L->getHeader()->getParent()->getName() << ": ";
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp119 BasicBlock *TIBB = TI->getParent();
186 Function &F = *TIBB->getParent();
H A DSCCPSolver.cpp235 if (BBExecutable.count(I->getParent())) // Inst is executable?
340 auto A = AnalysisResults.find(I->getParent()->getParent());
632 assert(Addr->getFunction() == T->getParent() &&
707 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent()))
734 Function *F = I.getParent()->getParent();
760 BasicBlock *BB = TI.getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp311 const LocationContext *ParentLC = LC->getParent();
315 ParentLC = LC->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp185 assert(SubobjectOffsets.count(std::make_pair(MD->getParent(),
189 CharUnits BaseOffset = SubobjectOffsets[std::make_pair(MD->getParent(),
195 const CXXRecordDecl *OverriderRD = Method.Method->getParent();
1179 if (MD->getParent() == MostDerivedClass)
1261 BaseSubobject OverriddenBaseSubobject(MD->getParent(),
1264 BaseSubobject OverriderBaseSubobject(Overrider.Method->getParent(),
1336 if (Bases.count(MD->getParent()))
1363 if (Overrider->getParent() == FirstBaseInPrimaryBaseChain)
1426 if (OverriddenMD->getParent() == PrimaryBase)
1533 Overrider.Method->getParent()
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp72 if (const auto *RC = dyn_cast<CXXRecordDecl>(MD->getParent()))
73 if (isa<ClassTemplateDecl>(RC->getParent()) || !isVisible(RC))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp61 : MI(MI), MBB(MI->getParent()),
213 MachineBasicBlock *DefMBB = DefMI->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp153 BasicBlock *PhiBB = Phi.getParent();
399 const DataLayout &DL = F.getParent()->getDataLayout();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp134 const Function *F = L->getHeader()->getParent();
285 Module *M = F.getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp105 return cast<VPInstruction>(Op)->getParent() != &this->BB;
123 VPBasicBlock *Parent = cast<VPInstruction>(Operands[0])->getParent();

Completed in 484 milliseconds

<<21222324252627282930>>