Searched refs:Info (Results 226 - 250 of 770) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp332 GEPChainInfo &Info) {
342 Info.InBounds = First->isInBounds();
343 Info.SourceElementType = First->getSourceElementType();
345 Info.Indices.append(First->idx_begin(), First->idx_end());
346 Info.Members.push_back(First);
351 Info.reset();
356 Info.reset();
359 Info.InBounds &= GEP->isInBounds();
360 Info.Indices.append(GEP->idx_begin() + 1, GEP->idx_end());
361 Info
331 foldGEPChainAsStructAccess(SmallVector<GetElementPtrInst *> &GEPs, GEPChainInfo &Info) argument
371 foldGEPChainAsU8Access(SmallVector<GetElementPtrInst *> &GEPs, GEPChainInfo &Info) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp93 zx_info_handle_basic_t Info; variable
94 Status = _zx_object_get_info(_zx_process_self(), ZX_INFO_HANDLE_BASIC, &Info,
95 sizeof(Info), NULL, NULL);
105 Info.koid);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h77 IndexedMap<RegInfo, VirtReg2IndexFunctor> Info; member in class:llvm::RAGreedy::final
84 LiveRangeStage getStage(Register Reg) const { return Info[Reg].Stage; }
91 Info.grow(Reg.id());
92 Info[Reg].Stage = Stage;
102 Info.grow(Reg.id());
106 unsigned getCascade(Register Reg) const { return Info[Reg].Cascade; }
109 Info.grow(Reg.id());
110 Info[Reg].Cascade = Cascade;
133 Info.grow(Reg.id());
134 if (Info[Re
[all...]
/freebsd-current/stand/efi/include/
H A Defigop.h17 Info about framebuffers
61 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *Info; member in struct:__anon630
73 OUT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION **Info
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Ddtutils.c376 * PARAMETERS: Info - Data table info
386 ACPI_DMTABLE_INFO *Info)
394 if (Info->Flags & DT_FLAG)
401 switch (Info->Opcode)
531 * Info - Data table info
544 ACPI_DMTABLE_INFO *Info)
552 switch (Info->Opcode)
680 sprintf (AslGbl_MsgBuffer, "Expected \"%s\"", Info->Name);
696 sprintf (AslGbl_MsgBuffer, "Expected \"%s\"", Info->Name);
729 sprintf (AslGbl_MsgBuffer, "Expected \"%s\"", Info
385 DtGetFieldType( ACPI_DMTABLE_INFO *Info) argument
542 DtGetFieldLength( DT_FIELD *Field, ACPI_DMTABLE_INFO *Info) argument
[all...]
H A Daslrestype2d.c170 * PARAMETERS: Info - Parse Op and resource template offset
180 ASL_RESOURCE_INFO *Info)
197 InitializerOp = Info->DescriptorTypeOp->Asl.Child;
199 CurrentByteOffset = Info->CurrentByteOffset;
354 UtAttachNamepathToOwner (Info->DescriptorTypeOp, InitializerOp);
388 MinOp, MaxOp, LengthOp, GranOp, Info->DescriptorTypeOp);
400 * PARAMETERS: Info - Parse Op and resource template offset
410 ASL_RESOURCE_INFO *Info)
427 InitializerOp = Info->DescriptorTypeOp->Asl.Child;
429 CurrentByteOffset = Info
179 RsDoDwordIoDescriptor( ASL_RESOURCE_INFO *Info) argument
409 RsDoDwordMemoryDescriptor( ASL_RESOURCE_INFO *Info) argument
644 RsDoDwordSpaceDescriptor( ASL_RESOURCE_INFO *Info) argument
[all...]
H A Daslrestype2q.c170 * PARAMETERS: Info - Parse Op and resource template offset
180 ASL_RESOURCE_INFO *Info)
197 InitializerOp = Info->DescriptorTypeOp->Asl.Child;
199 CurrentByteOffset = Info->CurrentByteOffset;
345 UtAttachNamepathToOwner (Info->DescriptorTypeOp, InitializerOp);
379 MinOp, MaxOp, LengthOp, GranOp, Info->DescriptorTypeOp);
391 * PARAMETERS: Info - Parse Op and resource template offset
401 ASL_RESOURCE_INFO *Info)
418 InitializerOp = Info->DescriptorTypeOp->Asl.Child;
420 CurrentByteOffset = Info
179 RsDoQwordIoDescriptor( ASL_RESOURCE_INFO *Info) argument
400 RsDoQwordMemoryDescriptor( ASL_RESOURCE_INFO *Info) argument
629 RsDoQwordSpaceDescriptor( ASL_RESOURCE_INFO *Info) argument
[all...]
H A Daslrestype2w.c170 * PARAMETERS: Info - Parse Op and resource template offset
180 ASL_RESOURCE_INFO *Info)
197 InitializerOp = Info->DescriptorTypeOp->Asl.Child;
199 CurrentByteOffset = Info->CurrentByteOffset;
345 UtAttachNamepathToOwner (Info->DescriptorTypeOp, InitializerOp);
379 MinOp, MaxOp, LengthOp, GranOp, Info->DescriptorTypeOp);
391 * PARAMETERS: Info - Parse Op and resource template offset
401 ASL_RESOURCE_INFO *Info)
418 InitializerOp = Info->DescriptorTypeOp->Asl.Child;
420 CurrentByteOffset = Info
179 RsDoWordIoDescriptor( ASL_RESOURCE_INFO *Info) argument
400 RsDoWordBusNumberDescriptor( ASL_RESOURCE_INFO *Info) argument
605 RsDoWordSpaceDescriptor( ASL_RESOURCE_INFO *Info) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp163 const AMDGPU::MIMGInfo *Info = AMDGPU::getMIMGInfo(MI.getOpcode()); local
164 if (!Info)
167 switch (Info->MIMGEncoding) {
180 for (unsigned I = 0; I < Info->VAddrOperands; ++I) {
285 const AMDGPU::MIMGInfo *Info = AMDGPU::getMIMGInfo(MI->getOpcode()); local
292 for (unsigned I = 0; I < Info->VAddrOperands; ++I) {
345 for (unsigned I = 0; I < Info->VAddrOperands; ++I)
349 for (unsigned I = 0; I < Info->VAddrOperands; ++I)
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h148 template <typename Key, typename Data, typename Info>
149 struct ProgramStatePartialTrait<llvm::ImmutableMap<Key, Data, Info>> {
150 using data_type = llvm::ImmutableMap<Key, Data, Info>;
196 template <typename Key, typename Info>
197 struct ProgramStatePartialTrait<llvm::ImmutableSet<Key, Info>> {
198 using data_type = llvm::ImmutableSet<Key, Info>;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h150 const InstructionPressureInfo &Info = IPI.find(IID)->second; local
151 return Info.RegisterPressureCycles;
156 const InstructionPressureInfo &Info = IPI.find(IID)->second; local
157 return Info.MemoryPressureCycles;
162 const InstructionPressureInfo &Info = IPI.find(IID)->second; local
163 return Info.ResourcePressureCycles;
/freebsd-current/sys/contrib/dev/acpica/common/
H A Dahpredef.c212 AH_PREDEF ("_CBR", "CXL Host Bridge Register Info", "Get the memory location of CXL Host Bridge Registers"),
489 const AH_PREDEFINED_NAME *Info; local
501 for (Info = AslPredefinedInfo; Info->Name; Info++)
503 if (ACPI_COMPARE_NAMESEG (Nameseg, Info->Name))
505 return (Info);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp61 SymbolizableModule *Info = *InfoOrErr;
65 if (!Info)
71 ModuleOffset.Address += Info->getModulePreferredBase();
73 DILineInfo LineInfo = Info->symbolizeCode(
77 LineInfo.FunctionName = DemangleName(LineInfo.FunctionName, Info);
106 SymbolizableModule *Info = *InfoOrErr;
110 if (!Info)
116 ModuleOffset.Address += Info->getModulePreferredBase();
118 DIInliningInfo InlinedContext = Info->symbolizeInlinedCode(
124 Frame->FunctionName = DemangleName(Frame->FunctionName, Info);
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMips.h195 ArrayRef<Builtin::Info> getTargetBuiltins() const override;
233 TargetInfo::ConstraintInfo &Info) const override {
243 Info.setAllowsRegister();
246 Info.setAllowsRegister();
258 Info.setAllowsMemory();
262 Info.setAllowsMemory();
H A DRISCV.cpp75 const char *&Name, TargetInfo::ConstraintInfo &Info) const {
81 Info.setRequiresImmediate(-2048, 2047);
85 Info.setRequiresImmediate(0);
89 Info.setRequiresImmediate(0, 31);
93 Info.setAllowsRegister();
97 Info.setAllowsMemory();
100 Info.setAllowsRegister();
105 Info.setAllowsRegister();
226 static constexpr Builtin::Info BuiltinInfo[] = {
239 ArrayRef<Builtin::Info> RISCVTargetInf
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c377 ACPI_PKG_INFO *Info = (ACPI_PKG_INFO *) Context; local
397 TargetObject, Info->FreeSpace, &ObjectSpace);
411 ACPI_CAST_PTR (ACPI_OBJECT, Info->FreeSpace);
432 Info->FreeSpace += ObjectSpace;
433 Info->Length += ObjectSpace;
465 ACPI_PKG_INFO Info; local
479 Info.Length = ACPI_ROUND_UP_TO_NATIVE_WORD (sizeof (ACPI_OBJECT));
480 Info.FreeSpace = Buffer +
482 Info.ObjectSpace = 0;
483 Info
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp145 AttributesInfo &Info,
154 if (!Info.MangledName)
156 Info.MangledName = StringPool.getEntry(MangledName);
158 if (!Info.Name)
160 Info.Name = StringPool.getEntry(Name);
162 if (!Info.MangledName)
163 Info.MangledName = Info.Name;
165 if (StripTemplate && Info.Name && Info
144 getDIENames(const DWARFDie &Die, AttributesInfo &Info, OffsetsStringPool &StringPool, bool StripTemplate) argument
259 CompileUnit::DIEInfo &Info = CU.getInfo(Die); local
281 CompileUnit::DIEInfo &Info = CU.getInfo(Die); local
319 CompileUnit::DIEInfo &Info = CU.getInfo(Idx); local
710 CompileUnit::DIEInfo &Info = CU.getInfo(Die); local
722 CompileUnit::DIEInfo &Info = CU.getInfo(Die); local
758 CompileUnit::DIEInfo &Info = ReferencedCU->getInfo(RefDie); local
789 CompileUnit::DIEInfo &Info = P.second.getInfo(P.first); local
1023 cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, const DWARFUnit &U, AttributesInfo &Info) argument
1327 cloneAddressAttribute( DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, const CompileUnit &Unit, AttributesInfo &Info) argument
1392 cloneScalarAttribute( DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, AttributesInfo &Info) argument
1544 cloneAttribute( DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, CompileUnit &Unit, const DWARFFormValue &Val, const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info, bool IsLittleEndian) argument
1669 CompileUnit::DIEInfo &Info = Unit.getInfo(Idx); local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h838 auto *Info = State.dyn_cast<ModuleMacroInfo*>();
839 if (!Info) {
840 Info = new (PP.getPreprocessorAllocator())
842 State = Info;
846 Info->ActiveModuleMacrosGeneration)
847 PP.updateModuleMacroInfo(II, *Info);
848 return Info;
867 if (auto *Info = State.dyn_cast<ModuleMacroInfo*>())
868 Info->~ModuleMacroInfo();
872 if (auto *Info
885 auto *Info = getModuleInfo(PP, II); local
922 auto *Info = State.dyn_cast<ModuleMacroInfo*>(); local
2833 IdentifierInfo *Info = Identifier.getIdentifierInfo(); local
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c295 * PARAMETERS: Info - Parse tree walk info
307 ACPI_OP_WALK_INFO *Info,
326 Info, Op->Common.Parent, ByteData, ByteCount);
331 AcpiDmIndent (Info->Level);
348 AcpiDmDisasmByteList (Info->Level, ByteData, ByteCount);
350 AcpiDmPldBuffer (Info->Level, ByteData, ByteCount);
359 AcpiDmDisasmByteList (Info->Level, ByteData, ByteCount);
1183 const AH_DEVICE_ID *Info; local
1193 Info = AcpiAhMatchHardwareId (IdBuffer);
1194 if (Info)
306 AcpiDmByteList( ACPI_OP_WALK_INFO *Info, ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Ddmresrcl.c688 * PARAMETERS: Info - Extra resource info
701 ACPI_OP_WALK_INFO *Info,
735 * PARAMETERS: Info - Extra resource info
748 ACPI_OP_WALK_INFO *Info,
782 * PARAMETERS: Info - Extra resource info
795 ACPI_OP_WALK_INFO *Info,
829 * PARAMETERS: Info - Extra resource info
842 ACPI_OP_WALK_INFO *Info,
879 * PARAMETERS: Info - Extra resource info
892 ACPI_OP_WALK_INFO *Info,
700 AcpiDmWordDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
747 AcpiDmDwordDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
794 AcpiDmQwordDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
841 AcpiDmExtendedDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
891 AcpiDmMemory24Descriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
932 AcpiDmMemory32Descriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
973 AcpiDmFixedMemory32Descriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1018 AcpiDmGenericRegisterDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1076 AcpiDmInterruptDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1184 AcpiDmVendorLargeDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); local
123 if (!Brief && Info->IsBriefCommand) {
127 if (!Headerfile && Info->IsHeaderfileCommand) {
131 if (Info->IsReturnsCommand) {
135 if (Info->IsThrowsCommand) {
173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); local
174 if (!Info->IsDeclarationCommand)
334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); local
335 if (Info->IsBriefCommand) {
341 if (Info
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp203 RenameInfo Info = {StartLoc, local
209 RenameInfos.push_back(Info);
331 RenameInfo Info = {StartLoc, local
337 RenameInfos.push_back(Info);
360 RenameInfo Info = {NestedLoc.getBeginLoc(), local
366 RenameInfos.push_back(Info);
410 RenameInfo Info = {StartLoc, local
416 RenameInfos.push_back(Info);
445 RenameInfo Info = { local
452 RenameInfos.push_back(Info);
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp162 const AddressInfo &Info = Loc.getSymbolizedStack()->info; local
163 if (Info.file)
165 Buffer, Info.file, Info.line, Info.column,
168 else if (Info.module)
170 Buffer, Info.module, Info.module_offset, Info.module_arch,
173 Buffer->AppendF("%p", reinterpret_cast<void *>(Info
[all...]
/freebsd-current/share/mk/
H A Dbsd.info.mk30 # called Info (see info(1)). [${SHAREDIR}/info]
34 # INFOGRP Info group. [${SHAREGRP}]
36 # INFOMODE Info mode. [${NOBINMODE}]
38 # INFOOWN Info owner. [${SHAREOWN}]
41 # the Info file). [Miscellaneous]
43 # INSTALLINFO A program for installing directory entries from Info
50 # MAKEINFO A program for converting GNU Texinfo files into Info
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp113 void modifyCmp(MachineInstr *CmpMI, const CmpInfo &Info);
272 const CmpInfo &Info) {
276 std::tie(Imm, Opc, Cmp) = Info;
320 CmpInfo Info = adjustCmp(CmpMI, Cmp); local
321 if (std::get<0>(Info) == ToImm && std::get<1>(Info) == To->getOpcode()) {
322 modifyCmp(CmpMI, Info);
271 modifyCmp(MachineInstr *CmpMI, const CmpInfo &Info) argument

Completed in 246 milliseconds

1234567891011>>