Searched refs:getParent (Results 851 - 875 of 1090) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallLowering.cpp292 const DataLayout &DL = F.getParent()->getDataLayout();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h344 computeVTableRelatedInformation(MD->getParent());
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp361 << CD->getInheritedConstructor().getConstructor()->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp215 DeclCtx = DeclCtx->getParent();
H A DCGExpr.cpp138 llvm::BasicBlock *Block = AllocaInsertPt->getParent();
901 // FIXME: If the base type of the member expr is not FD->getParent(),
906 if (FD->getParent()->isUnion())
910 return ++FI == FD->getParent()->field_end();
1535 if (MD && MD->getParent()->isLambda() &&
2585 QualType TagType = CGF.getContext().getTagDeclType(FD->getParent());
4189 assert(cast<CXXMethodDecl>(CurCodeDecl)->getParent()->isLambda());
4190 assert(cast<CXXMethodDecl>(CurCodeDecl)->getParent() == Field->getParent());
4193 getContext().getTagDeclType(Field->getParent());
[all...]
H A DCGRecordLayoutBuilder.cpp595 Context.getASTRecordLayout(Field->getParent());
1021 const RecordDecl *RD = it->first->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp199 initializeTargetID(*F.getParent());
333 const DataLayout &DL = GV->getParent()->getDataLayout();
685 if (!UseOp.isImplicit() || !TII.isFLAT(*UseOp.getParent()))
1130 const DataLayout &DL = F.getParent()->getDataLayout();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp291 Module *M = MF.getFunction().getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp483 MachineBasicBlock *MBB = OG.back()->getParent();
H A DHexagonISelLowering.cpp1237 bool UsePCRel = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV);
1962 const BasicBlock *Parent = PN->getParent();
2025 auto &DL = I.getCalledFunction()->getParent()->getDataLayout();
2026 auto &Cont = I.getCalledFunction()->getParent()->getContext();
2053 const Module &M = *I.getParent()->getParent()->getParent();
3559 Module *M = BB->getParent()->getParent();
3582 Module *M = BB->getParent()
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp524 Ctx = &F.getParent()->getContext();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp492 BasicBlock *CallBB = NewInst->getParent();
H A DLoopVersioning.cpp152 if (!VersionedLoop->contains(cast<Instruction>(U)->getParent()))
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp295 if (SFC->getParent() == nullptr) {
525 LC = LC->getParent();
713 LC = LC->getParent();
1898 const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame();
2388 const LocationContext *ToLC = FromLC->getStackFrame()->getParent();
2403 LC = LC->getParent();
2421 Pred->getStackFrame()->getParent()));
2546 MD->getParent()->isLambda()) {
2548 const CXXRecordDecl *CXXRec = MD->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp793 assert(I1.getParent() == I2.getParent() &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp602 assert(MI.getParent() && MI.getMF() &&
785 getMI().getParent() && getMI().getMF()
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp702 << LRE.getParent().weight() << ", New vregs: ");
831 F.getParent()->getModuleIdentifier() + "." + F.getName().str();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp308 DC = DC->getParent();
719 DC = DC->getParent()) {
1332 LV = getLVForDecl(MD->getParent(), computation);
1630 for (; Ctx; Ctx = Ctx->getParent()) {
3211 DC = DC->getParent()) {
4213 const RecordDecl *RD = getParent()->getDefinition();
4235 assert((getParent()->isLambda() || getParent()->isCapturedRecord()) &&
H A DRecordLayoutBuilder.cpp2238 << getPaddingDiagFromTagKind(D->getParent()->getTagKind())
2239 << Context.getTypeDeclType(D->getParent())
2245 << getPaddingDiagFromTagKind(D->getParent()->getTagKind())
2246 << Context.getTypeDeclType(D->getParent())
3199 BasesWithOverriddenMethods.insert(MD->getParent());
3342 auto I = Map.find(Method->getParent());
3353 KeyFunctions.erase(Method->getParent());
3358 const ASTRecordLayout &Layout = C.getASTRecordLayout(FD->getParent());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h331 BlockT *EntryBB = &BB->getParent()->front();
337 assert(BB != &getHeader()->getParent()->front() &&
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h286 const MachineBasicBlock* getParent() const { return Parent; } function in class:llvm::MachineInstr
287 MachineBasicBlock* getParent() { return Parent; } function in class:llvm::MachineInstr
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp182 DIE *DIE::getParent() const { function in class:DIE
209 p = p->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp255 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
388 LCtx->getParentMap().getParent(Ctor->getOriginExpr())))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp699 SubroutineDIE = SubroutineDIE.getParent();
711 DWARFDie DWARFUnit::getParent(const DWARFDebugInfoEntry *Die) { function in class:DWARFUnit
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp602 const Module *Mod = DAG.getMachineFunction().getFunction().getParent();
1769 MCSymbol *Sym = Ctx.getOrCreateSymbol(MBB->getParent()->getName().data());
1803 MachineFunction *MF = MBB.getParent();
1853 MachineFunction *MF = MBB.getParent();
1957 MachineFunction *MF = MBB->getParent();
2088 MachineFunction *MF = MBB->getParent();
2155 MachineFunction *MF = BB->getParent();
2383 DispContBB->getParent()->getName(), DL, /* Local */ true);

Completed in 557 milliseconds

<<31323334353637383940>>