Searched refs:Parent (Results 301 - 325 of 394) sorted by relevance

<<111213141516

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1726 Module *Parent = nullptr; member in class:llvm::DebugValueUser::NamedMDNode
1729 void setParent(Module *M) { Parent = M; }
1791 inline Module *getParent() { return Parent; }
1792 inline const Module *getParent() const { return Parent; }
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h273 DIE &createAndAddDIE(dwarf::Tag Tag, DIE &Parent, const DINode *N = nullptr);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp222 bool selectAddr(SDNode *Parent, SDValue N, SDValue &Base,
225 bool selectVectorAddr(MemSDNode *Parent, SDValue BasePtr, SDValue IndexOp,
2848 bool X86DAGToDAGISel::selectVectorAddr(MemSDNode *Parent, SDValue BasePtr, argument
2863 unsigned AddrSpace = Parent->getPointerInfo().getAddrSpace();
2886 /// Parent is the parent node of the addr operand that is being matched. It
2889 bool X86DAGToDAGISel::selectAddr(SDNode *Parent, SDValue N, SDValue &Base, argument
2894 if (Parent &&
2897 Parent->getOpcode() != ISD::INTRINSIC_W_CHAIN && // unaligned loads, fixme
2898 Parent->getOpcode() != ISD::INTRINSIC_VOID && // nontemporal stores
2899 Parent
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp650 MCSection *Parent,
661 MCSectionGOFF(CachedName, Kind, Parent, SubsectionId);
649 getGOFFSection(StringRef Section, SectionKind Kind, MCSection *Parent, const MCExpr *SubsectionId) argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h591 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
596 llvm::DIMacroFile *CreateTempMacroFile(llvm::DIMacroFile *Parent,
H A DMicrosoftCXXABI.cpp3607 uint32_t initialize(const MSRTTIClass *Parent,
3620 uint32_t MSRTTIClass::initialize(const MSRTTIClass *Parent, argument
3623 if (!Parent) {
3634 if (Parent->Flags & IsPrivateOnPath)
3636 VirtualRoot = Parent->VirtualRoot;
3637 OffsetInVBase = Parent->OffsetInVBase + RD->getASTContext()
3638 .getASTRecordLayout(Parent->RD).getBaseClassOffset(RD).getQuantity();
3747 Classes.front().initialize(/*Parent=*/nullptr, /*Specifier=*/nullptr);
4291 Classes.front().initialize(/*Parent=*/nullptr, /*Specifier=*/nullptr);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp610 /// \return Whether the method declaration \p Parent
612 static bool potentiallyWritesIntoIvar(const Decl *Parent, argument
616 if (!Parent || !Parent->hasBody())
623 auto Matches = match(ParentM, *Parent->getBody(), Parent->getASTContext());
2578 Tracker &Parent = getParentTracker(); variable
2580 const auto track = [&CombinedResult, &Parent, ExprNode,
2582 CombinedResult.combineWith(Parent.track(Inner, ExprNode, Opts));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h44 RegionT *Parent)
45 : RegionNodeBase<Tr>(Parent, Entry, 1), RI(RInfo), DT(dt), exit(Exit) {}
42 RegionBase(BlockT *Entry, BlockT *Exit, typename Tr::RegionInfoT *RInfo, DomTreeT *dt, RegionT *Parent) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp789 if (Loop *Parent = SubloopParents[Subloop])
790 Parent->addChildLoop(Subloop);
H A DIVDescriptors.cpp444 BasicBlock *Parent = UI->getParent();
445 if (!TheLoop->contains(Parent)) {
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1233 if (!Mod->Parent)
1235 if (generateFullUSRForModule(Mod->Parent, OS))
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp283 if (Loop *Parent = L->getParentLoop())
284 Parent->replaceChildLoopWith(L, NewOuter);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp945 BrokenLink(DWARFDie Parent, DWARFDie Child) : Parent(Parent), Child(Child) {} argument
946 DWARFDie Parent; member in struct:llvm::BrokenLink
978 Link.Parent.getOffset(), Link.Child.getOffset());
980 errs() << "Parent:";
981 Link.Parent.dump(errs(), 0, {});
982 CU.getInfo(Link.Parent).dump();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1672 void SIScheduleBlockScheduler::releaseBlockSuccs(SIScheduleBlock *Parent) { argument
1673 for (const auto &Block : Parent->getSuccs()) {
1677 if (Parent->isHighLatencyBlock() &&
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1682 NewM = NewM->Parent;
1684 OldM = OldM->Parent;
2430 DeclContext *Parent = Context.getTranslationUnitDecl();
2434 Context, Parent, Loc, Loc, LinkageSpecLanguageIDs::C, false);
2436 Parent->addDecl(CLinkageDecl);
2437 Parent = CLinkageDecl;
2440 FunctionDecl *New = FunctionDecl::Create(Context, Parent, Loc, Loc, II, Type,
5590 static void checkDuplicateDefaultInit(Sema &S, CXXRecordDecl *Parent,
5592 if (!Parent->isUnion() || !Parent
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h112 Node *Parent; member in struct:__xray::FunctionCallTrie::Node
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp390 // Set to all BIT_UNFILTERED's for Parent == NULL.
394 const FilterChooser *Parent; member in class:__anon3012::FilterChooser
402 // Parent emitter
411 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1),
422 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1),
1070 current = current->Parent;
/freebsd-current/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c377 if (((ACPI_NAMESPACE_NODE *) SubtreeEntry)->Parent)
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp110 : Value(Ty, Value::ArgumentVal), Parent(Par), ArgNo(ArgNo) {
115 Parent = parent;
307 AL = AL.addParamAttributes(Parent->getContext(), getArgNo(), B);
325 AL = AL.removeParamAttributes(Parent->getContext(), getArgNo(), AM);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1984 Branch &Parent = P.node<Branch>(Level);
1987 IM.deleteNode(&Parent);
1991 Parent.erase(P.offset(Level), P.size(Level));
1996 setNodeStop(Level, Parent.stop(NewSize - 1));
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp297 Parent = LinkHead;
368 AbiTagState *Parent = nullptr; member in class:__anon287::CXXNameMangler::final
373 if (Parent) {
374 Parent->UsedAbiTags.insert(Parent->UsedAbiTags.end(),
376 Parent->EmittedAbiTags.insert(Parent->EmittedAbiTags.end(),
380 LinkHead = Parent;
H A DODRHash.cpp529 bool ODRHash::isSubDeclToBeProcessed(const Decl *D, const DeclContext *Parent) { argument
531 if (D->getDeclContext() != Parent) return false;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1144 /// SelectOptimalAddrMode - Based on a node N and it's Parent (a MemSDNode),
1147 PPC::AddrMode SelectOptimalAddrMode(const SDNode *Parent, SDValue N,
1475 /// computeMOFlags - Given a node N and it's Parent (a MemSDNode), compute
1479 unsigned computeMOFlags(const SDNode *Parent, SDValue N,
H A DPPCISelDAGToDAG.cpp251 bool SelectDSForm(SDNode *Parent, SDValue N, SDValue &Disp, SDValue &Base) { argument
252 return PPCLowering->SelectOptimalAddrMode(Parent, N, Disp, Base, *CurDAG,
259 bool SelectDQForm(SDNode *Parent, SDValue N, SDValue &Disp, SDValue &Base) { argument
260 return PPCLowering->SelectOptimalAddrMode(Parent, N, Disp, Base, *CurDAG,
267 bool SelectDForm(SDNode *Parent, SDValue N, SDValue &Disp, SDValue &Base) { argument
268 return PPCLowering->SelectOptimalAddrMode(Parent, N, Disp, Base, *CurDAG,
274 bool SelectPCRelForm(SDNode *Parent, SDValue N, SDValue &Disp, argument
276 return PPCLowering->SelectOptimalAddrMode(Parent, N, Disp, Base, *CurDAG,
282 bool SelectPDForm(SDNode *Parent, SDValue N, SDValue &Disp, SDValue &Base) { argument
283 return PPCLowering->SelectOptimalAddrMode(Parent,
290 SelectXForm(SDNode *Parent, SDValue N, SDValue &Disp, SDValue &Base) argument
297 SelectForceXForm(SDNode *Parent, SDValue N, SDValue &Disp, SDValue &Base) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp948 auto *Parent = I->getParent(); local
949 if (Parent)
950 return Parent;
951 Parent = TempToBlock.lookup(V);
952 assert(Parent && "Every fake instruction should have a block");
953 return Parent;

Completed in 713 milliseconds

<<111213141516