Searched refs:getParent (Results 326 - 350 of 1090) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRPrintingPasses.cpp60 OS << Banner << " (function: " << F.getName() << ")\n" << *F.getParent();
H A DSymbolTableListTraitsImpl.h69 assert(!V->getParent() && "Value already in a container!!");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp81 *CB.getParent()->getParent()->getParent());
119 DLoc(CB.getDebugLoc()), Block(CB.getParent()), ORE(ORE),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp130 Module *M = MF.getFunction().getParent();
H A DRenameIndependentSubregs.cpp189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
222 auto *MI = MO.getParent();
355 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
360 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot();
H A DCFIInstrInserter.cpp183 MachineFunction *MF = MBBInfo.MBB->getParent();
390 << " in " << Pred.MBB->getParent()->getName()
393 << " in " << Pred.MBB->getParent()->getName()
404 << Pred.MBB->getParent()->getName() << " ***\n";
H A DMachineModuleInfo.cpp113 assert(BB->getParent() == Entry.Fn && "Parent changed");
122 Entry.Fn = BB->getParent();
152 assert((BB->getParent() == nullptr || BB->getParent() == Entry.Fn) &&
H A DShadowStackGCLowering.cpp150 Constant *GV = new GlobalVariable(*F.getParent(), FrameMap->getType(), true,
318 IRBuilder<> AtEntry(IP->getParent(), IP);
325 AtEntry.SetInsertPoint(IP->getParent(), IP);
352 AtEntry.SetInsertPoint(IP->getParent(), IP);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h139 return contains(Inst->getParent());
1120 if (I->getParent() == From->getParent())
1124 Loop *ToLoop = getLoopFor(I->getParent());
1130 return ToLoop->contains(getLoopFor(From->getParent()));
1142 auto *OldBB = Inst->getParent();
1143 auto *NewBB = NewLoc->getParent();
1173 : UI->getParent();
1195 auto *DefBlock = DefI->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h41 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
H A DLanaiTargetObjectFile.cpp98 GVA->getParent()->getDataLayout().getTypeAllocSize(Ty));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp159 if (!SuppressSTP && shouldAddSTPToBlock(MI.getParent()))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp212 MachineBasicBlock &MB = *MI.getParent();
213 MachineFunction &MF = *MB.getParent();
355 MachineFunction &MF = *MI->getParent()->getParent();
H A DHexagonTargetObjectFile.cpp258 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType);
321 const DataLayout &DL = GV->getParent()->getDataLayout();
438 auto *Bb = I->getParent();
441 auto *UserFn = Bb->getParent();
H A DHexagonSplitDouble.cpp253 MachineInstr *UseI = Op.getParent();
437 MachineInstr *UseI = U->getParent();
453 const MachineBasicBlock *PB = UseI->getParent();
547 const MachineInstr *UseI = I->getParent();
592 MachineBasicBlock &B = *MI->getParent();
631 MachineBasicBlock &B = *MI->getParent();
683 MachineFunction &MF = *B.getParent();
704 MachineBasicBlock &B = *MI->getParent();
731 MachineBasicBlock &B = *MI->getParent();
760 MachineBasicBlock &B = *MI->getParent();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kExpandPseudo.cpp76 MachineInstrBuilder MIB(*MI.getParent()->getParent(), MI);
238 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp121 BuildMI(*Prev.DebugValue->getParent(), std::next(MII),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DLVLGen.cpp62 (MBB.getParent()->getSubtarget<VESubtarget>().getRegisterInfo()->getName(no))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp630 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal(
747 Module *M = IRB.GetInsertBlock()->getParent()->getParent();
790 CheckFailTerm->getParent());
800 CheckFailTerm->getParent());
829 cast<BranchInst>(CheckFailTerm)->setSuccessor(0, CheckTerm->getParent());
955 Module *M = IRB.GetInsertBlock()->getParent()->getParent();
1026 Module *M = IRB.GetInsertBlock()->getParent()
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp35 auto *CheckBB = Guard->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp499 while (R->getParent() != ParentRegion)
500 R = R->getParent();
552 BasicBlock *Parent = Term->getParent();
660 SimplifyQuery Q(Func->getParent()->getDataLayout());
870 Function *LoopFunc = LoopStart->getParent();
928 if (User->getParent() == BB) {
969 LLVM_DEBUG(dbgs() << "BB: " << Br->getParent()->getName()
1039 MDNode *MD = MDNode::get(R->getEntry()->getParent()->getContext(), {});
1060 Func = R->getEntry()->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp214 calleeCtx->getParent()->getStackFrame();
254 svalBuilder.getCXXThis(CCE->getConstructor()->getParent(), calleeCtx);
271 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(),
402 LCtx = LCtx->getParent();
411 LCtx = LCtx->getParent();
541 ->getStackFrame()->getParent()
777 if (Ctor.getDecl()->getParent()->hasTrivialDestructor())
881 return isContainerClass(Ctx, MD->getParent());
892 const CXXRecordDecl *RD = Dtor->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp149 if (CtorDecl->getParent()->isUnion())
481 while ((LC = LC->getParent())) {
530 const auto *Parent = dyn_cast<CXXRecordDecl>(FD->getParent());
585 const auto *CXXParent = dyn_cast<CXXRecordDecl>(Field->getParent());
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp126 CGF.CurFn = InsertBlock->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp169 F.getParent()->getModuleFlag("nvvm-reflect-ftz")))

Completed in 393 milliseconds

<<11121314151617181920>>