Home
last modified time | relevance | path

Searched refs:ParentInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp164 void traceAICall(CallInst *Call, CallInfo &ParentInfo);
166 CallInfo &ParentInfo);
168 CallInfo &ParentInfo);
535 CallInfo &ParentInfo) { in traceAICall() argument
542 traceBitCast(BI, Call, ParentInfo); in traceAICall()
547 IsValidAIChain(ParentInfo.Metadata, ParentInfo.AccessIndex, in traceAICall()
549 AIChain[CI] = std::make_pair(Call, ParentInfo); in traceAICall()
552 BaseAICalls[Call] = ParentInfo; in traceAICall()
556 traceGEP(GI, Call, ParentInfo); in traceAICall()
558 BaseAICalls[Call] = ParentInfo; in traceAICall()
[all …]
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsutils.c299 const ACPI_OPCODE_INFO *ParentInfo; in AcpiDsIsResultUsed() local
344 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode); in AcpiDsIsResultUsed()
345 if (ParentInfo->Class == AML_CLASS_UNKNOWN) in AcpiDsIsResultUsed()
358 switch (ParentInfo->Class) in AcpiDsIsResultUsed()
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c258 const ACPI_OPCODE_INFO *ParentInfo; in AcpiPsCompleteThisOp() local
299 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode); in AcpiPsCompleteThisOp()
301 switch (ParentInfo->Class) in AcpiPsCompleteThisOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp617 PredInfo ParentInfo{nullptr, std::nullopt}; in insertConditions() local
620 ParentInfo = PI; in insertConditions()
627 if (ParentInfo.Pred) { in insertConditions()
628 Term->setCondition(ParentInfo.Pred); in insertConditions()
629 CondBranchWeights::setMetadata(*Term, ParentInfo.Weights); in insertConditions()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp98 DiagGroupParentMap ParentInfo(Records); in DiagCategoryIDMap() local
106 StringRef Category = getDiagnosticCategory(Diag, ParentInfo); in DiagCategoryIDMap()