Searched refs:Flags (Results 201 - 225 of 1019) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h117 unsigned Flags = 0x0; member in struct:llvm::outliner::Candidate
202 unsigned FunctionIdx, unsigned Flags)
204 MBB(MBB), FunctionIdx(FunctionIdx), Flags(Flags) {}
199 Candidate(unsigned StartIdx, unsigned Len, MachineBasicBlock::iterator &FirstInst, MachineBasicBlock::iterator &LastInst, MachineBasicBlock *MBB, unsigned FunctionIdx, unsigned Flags) argument
H A DMachineMemOperand.h130 /// Flags values. These may be or'd together.
131 enum Flags : uint16_t {
177 Flags FlagVals;
189 MachineMemOperand(MachinePointerInfo PtrInfo, Flags flags, uint64_t s,
195 MachineMemOperand(MachinePointerInfo PtrInfo, Flags flags, LLT type, Align a,
221 /// Return the raw flags of the source value, \see Flags.
222 Flags getFlags() const { return FlagVals; }
225 void setFlags(Flags f) { FlagVals |= f; }
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h323 /// Flags passed to DwarfLinker::lookForDIEsToKeep
360 unsigned Flags; member in struct:llvm::dwarf_linker::classic::DWARFLinker::WorklistItem
366 WorklistItem(DWARFDie Die, CompileUnit &CU, unsigned Flags, argument
368 : Die(Die), Type(T), CU(CU), Flags(Flags), AncestorIdx(0) {}
372 : Die(Die), Type(T), CU(CU), Flags(0), OtherInfo(OtherInfo) {}
374 WorklistItem(unsigned AncestorIdx, CompileUnit &CU, unsigned Flags) argument
375 : Type(WorklistItemType::LookForParentDIEsToKeep), CU(CU), Flags(Flags),
437 unsigned Flags,
[all...]
/freebsd-current/sys/dev/mpi3mr/mpi/
H A Dmpi30_pci.h62 U16 Flags; /* 0x0E */ member in struct:_MPI3_NVME_ENCAPSULATED_REQUEST
69 /**** Defines for the Flags field ****/
/freebsd-current/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c537 UINT8 Flags; local
540 Flags = AcpiGbl_DbOutputFlags;
541 if (Flags & ACPI_DB_REDIRECTABLE_OUTPUT)
557 Flags |= ACPI_DB_CONSOLE_OUTPUT;
561 if (Flags & ACPI_DB_CONSOLE_OUTPUT)
590 UINT8 Flags; local
606 Flags = AcpiGbl_DbOutputFlags;
607 if (Flags & ACPI_DB_REDIRECTABLE_OUTPUT)
621 Flags |= ACPI_DB_CONSOLE_OUTPUT;
625 if (Flags
1175 AcpiOsReleaseLock( ACPI_SPINLOCK Handle, ACPI_CPU_FLAGS Flags) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp30 PdbDllVersion(0), PdbDllRbld(0), Flags(0), MachineType(PDB_Machine::x86),
53 void DbiStreamBuilder::setFlags(uint16_t F) { Flags = F; }
267 H->Flags = Flags;
329 static uint16_t toSecMapFlags(uint32_t Flags) { argument
331 if (Flags & COFF::IMAGE_SCN_MEM_READ)
333 if (Flags & COFF::IMAGE_SCN_MEM_WRITE)
335 if (Flags & COFF::IMAGE_SCN_MEM_EXECUTE)
337 if (!(Flags & COFF::IMAGE_SCN_MEM_16BIT))
371 Entry.Flags
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp383 const cl::list<std::string> &Files, unsigned Flags) {
385 unsigned ApplicableFlags = Flags & Linker::Flags::OverrideFromSrc;
455 ApplicableFlags = Flags;
478 unsigned Flags = Linker::Flags::None; local
480 Flags |= Linker::Flags::LinkOnlyNeeded;
483 if (!linkFiles(argv[0], Context, L, InputFilenames, Flags))
488 Flags | Linke
382 linkFiles(const char *argv0, LLVMContext &Context, Linker &L, const cl::list<std::string> &Files, unsigned Flags) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp48 unsigned Flags = LongCalls ? HexagonII::HMOTF_ConstExtended : 0; local
57 SpecialMemcpyName, TLI.getPointerTy(DAG.getDataLayout()), Flags),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp18 // Return the VK_* enumeration for MachineOperand target flags Flags.
19 static MCSymbolRefExpr::VariantKind getVariantKind(unsigned Flags) { argument
20 switch (Flags & SystemZII::MO_SYMBOL_MODIFIER) {
H A DSystemZInstrInfo.h53 static inline unsigned getAccessSize(unsigned int Flags) { argument
54 return (Flags & AccessSizeMask) >> AccessSizeShift;
57 static inline unsigned getCCValues(unsigned int Flags) { argument
58 return (Flags & CCValuesMask) >> CCValuesShift;
61 static inline unsigned getCompareZeroCCMask(unsigned int Flags) { argument
62 return (Flags & CompareZeroCCMaskMask) >> CompareZeroCCMaskShift;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h57 /// address. \p Flags is used to set the initial protection flags for the
75 unsigned Flags, std::error_code &EC) = 0;
78 /// specified by \p Flags. The behavior is not specified if the memory was
81 /// \p Flags specifies the new protection state to be assigned to the block.
83 /// If \p Flags is MF_WRITE, the actual behavior varies with the operating
90 unsigned Flags) = 0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h54 uint32_t Flags; member in struct:llvm::CodeViewYAML::YAMLFrameData
93 codeview::LineFlags Flags; member in struct:llvm::CodeViewYAML::SourceLineInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h237 uint32_t Flags; member in struct:llvm::wasm::WasmDylinkImportInfo
242 uint32_t Flags; member in struct:llvm::wasm::WasmDylinkExportInfo
273 uint8_t Flags; member in struct:llvm::wasm::WasmLimits
371 uint32_t Flags; member in struct:llvm::wasm::WasmElemSegment
401 uint32_t Flags; member in struct:llvm::wasm::WasmSymbolInfo
467 return LHS.Flags == RHS.Flags && LHS.Minimum == RHS.Minimum &&
468 (LHS.Flags & WASM_LIMITS_FLAG_HAS_MAX ? LHS.Maximum == RHS.Maximum
/freebsd-current/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp115 const FSEventStreamEventFlags Flags = EventFlags[i]; local
117 if (Flags & StreamInvalidatingFlags) {
121 } else if (!(Flags & kFSEventStreamEventFlagItemIsFile)) {
124 if ((Flags & kFSEventStreamEventFlagItemRemoved) &&
134 } else if (Flags & kFSEventStreamEventFlagItemRemoved) {
138 } else if (Flags & ModifyingFileEvents) {
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_raid.h110 U8 Flags; /* 0x01 */ member in struct:_MPI2_RAID_ACTION_START_RAID_FUNCTION
122 /* defines for the Flags field */
130 U8 Flags; /* 0x01 */ member in struct:_MPI2_RAID_ACTION_STOP_RAID_FUNCTION
142 /* defines for the Flags field */
158 U8 Flags; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_FW_UPDATE_MODE
280 U32 Flags; /* 0x00 */ member in struct:_MPI2_RAID_ONLINE_CAPACITY_EXPANSION
296 U32 Flags; /* 0x04 */ member in struct:_MPI2_RAID_COMPATIBILITY_INPUT_STRUCT
304 /* defines for RAID Compatibility Structure Flags field */
314 U32 Flags; /* 0x10 */ member in struct:_MPI2_RAID_VOL_INDICATOR
319 /* defines for RAID Volume Indicator Flags fiel
[all...]
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_volume.c173 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_ENABLED)
177 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_QUIESCED)
179 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_RESYNC_IN_PROGRESS)
181 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_VOLUME_INACTIVE)
183 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_BAD_BLOCK_TABLE_FULL)
186 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_RESYNC_IN_PROGRESS) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h68 /// Flags - Bits we track about this token, members of the TokenFlags enum.
69 unsigned short Flags; member in class:clang::Token
178 Flags = 0;
244 Flags |= Flag;
249 return (Flags & Flag) != 0;
254 Flags &= ~Flag;
262 return Flags;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp26 Regex::Regex(StringRef regex, RegexFlags Flags) { argument
30 if (Flags & IgnoreCase)
32 if (Flags & Newline)
34 if (!(Flags & BasicRegex))
39 Regex::Regex(StringRef regex, unsigned Flags) argument
40 : Regex(regex, static_cast<RegexFlags>(Flags)) {}
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h131 /// The Flags field is used by object file implementations to store
134 mutable uint32_t Flags : NumFlagsBits;
167 SymbolContents(SymContentsUnset), CommonAlignLog2(0), Flags(0) {
422 uint32_t getFlags() const { return Flags; }
427 Flags = Value;
433 Flags = (Flags & ~Mask) | Value;
/freebsd-current/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi60.h148 UINT32 Flags; member in struct:__anon9252
188 // Fixed ACPI Description Table Boot Architecture Flags
199 // Fixed ACPI Description Table Arm Boot Architecture Flags
206 // Fixed ACPI Description Table Fixed Feature Flags
241 UINT32 Flags; member in struct:__anon9253
255 /// Firmware Control Structure Feature Flags
262 /// OSPM Enabled Firmware Control Structure Flags
284 UINT32 Flags; member in struct:__anon9254
293 /// Multiple APIC Flags
332 UINT32 Flags; member in struct:__anon9255
361 UINT16 Flags; member in struct:__anon9257
370 UINT16 Flags; member in struct:__anon9258
394 UINT16 Flags; member in struct:__anon9259
405 UINT16 Flags; member in struct:__anon9260
442 UINT32 Flags; member in struct:__anon9263
452 UINT16 Flags; member in struct:__anon9264
475 UINT32 Flags; member in struct:__anon9265
485 UINT16 Flags; member in struct:__anon9266
500 UINT32 Flags; member in struct:__anon9267
552 UINT32 Flags; member in struct:__anon9269
651 UINT32 Flags; member in struct:__anon9275
675 UINT32 Flags; member in struct:__anon9276
695 UINT32 Flags; member in struct:__anon9277
708 UINT32 Flags; member in struct:__anon9278
836 UINT16 Flags; member in struct:__anon9286
962 UINT16 Flags; member in struct:__anon9295
1403 UINT16 Flags; member in struct:__anon9316
1576 UINT8 Flags; member in struct:__anon9327
1624 UINT8 Flags; member in struct:__anon9329
1703 UINT8 Flags; member in struct:__anon9333
1731 UINT8 Flags; member in struct:__anon9335
1754 UINT8 Flags; member in struct:__anon9336
1776 UINT8 Flags; member in struct:__anon9337
1801 UINT8 Flags; member in struct:__anon9338
1900 UINT8 Flags; member in struct:__anon9341
1979 UINT8 Flags; member in struct:__anon9343
2001 UINT32 Flags; member in struct:__anon9345
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp468 unsigned Flags, SectionKind K,
492 MCSectionELF(Section, Type, Flags, K, EntrySize, Group, Comdat, UniqueID,
504 MCContext::createELFRelSection(const Twine &Name, unsigned Type, unsigned Flags, argument
512 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group,
518 unsigned Flags,
520 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix,
525 unsigned Flags, unsigned EntrySize,
533 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat,
538 unsigned Flags, unsigned EntrySize,
558 if (Flags
467 createELFSectionImpl(StringRef Section, unsigned Type, unsigned Flags, SectionKind K, unsigned EntrySize, const MCSymbolELF *Group, bool Comdat, unsigned UniqueID, const MCSymbolELF *LinkedToSym) argument
516 getELFNamedSection(const Twine &Prefix, const Twine &Suffix, unsigned Type, unsigned Flags, unsigned EntrySize) argument
524 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const Twine &Group, bool IsComdat, unsigned UniqueID, const MCSymbolELF *LinkedToSym) argument
537 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbolELF *GroupSym, bool IsComdat, unsigned UniqueID, const MCSymbolELF *LinkedToSym) argument
614 recordELFMergeableSectionInfo(StringRef SectionName, unsigned Flags, unsigned UniqueID, unsigned EntrySize) argument
641 getELFUniqueIDForEntsize(StringRef SectionName, unsigned Flags, unsigned EntrySize) argument
727 getWasmSection(const Twine &Section, SectionKind K, unsigned Flags, const Twine &Group, unsigned UniqueID, const char *BeginSymName) argument
740 getWasmSection(const Twine &Section, SectionKind Kind, unsigned Flags, const MCSymbolWasm *GroupSym, unsigned UniqueID, const char *BeginSymName) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp285 PDB_NameSearchFlags Flags) const {
295 Flags = static_cast<PDB_NameSearchFlags>(
296 Flags | PDB_NameSearchFlags::NS_FileNameExtMatch);
299 Session->findFile(DiaCompiland, Utf16Pattern.m_str, Flags, &SourceFiles))
307 PDB_NameSearchFlags Flags) const {
308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags);
316 PDB_NameSearchFlags Flags) const {
317 auto File = findOneSourceFile(nullptr, Pattern, Flags);
325 PDB_NameSearchFlags Flags) const {
326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags);
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/events/
H A Devregion.c308 if (!(RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE))
366 if (!(RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE))
368 RegionObj->Region.Flags |= AOPOBJ_SETUP_COMPLETE;
592 if (RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE)
616 RegionObj->Region.Flags &= ~(AOPOBJ_SETUP_COMPLETE);
776 RegionObj->Common.Flags & AOPOBJ_REG_CONNECTED) ||
778 !(RegionObj->Common.Flags & AOPOBJ_REG_CONNECTED)))
794 Info->Flags = ACPI_IGNORE_RETURN_VALUE;
837 RegionObj->Common.Flags |= AOPOBJ_REG_CONNECTED;
841 RegionObj->Common.Flags
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp268 unsigned Flags = 0; local
340 Flags |= Characteristic;
354 Flags |= COFF::IMAGE_SCN_MEM_EXECUTE | COFF::IMAGE_SCN_MEM_READ;
356 Flags |= COFF::IMAGE_SCN_CNT_CODE;
359 Flags |= COFF::IMAGE_SCN_MEM_READ | COFF::IMAGE_SCN_MEM_WRITE;
361 Flags |= COFF::IMAGE_SCN_CNT_INITIALIZED_DATA;
364 Flags &= ~COFF::IMAGE_SCN_MEM_WRITE;
367 MCSection *Section = getContext().getCOFFSection(SectionName, Flags, Kind, "",
396 unsigned Flags = COFF::IMAGE_SCN_MEM_PRELOAD | COFF::IMAGE_SCN_MEM_16BIT; local
400 ".drectve", Flags, Kin
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2386 auto Flags = MI.getFlags();
2389 auto Div = B.buildFDiv(Ty, Src0Reg, Src1Reg, Flags);
2390 auto Trunc = B.buildIntrinsicTrunc(Ty, Div, Flags);
2391 auto Neg = B.buildFNeg(Ty, Trunc, Flags);
2392 B.buildFMA(DstReg, Neg, Src1Reg, Src0Reg, Flags);
2530 unsigned Flags = MI.getFlags();
2541 auto Trunc = B.buildIntrinsicTrunc(SrcLT, Src, Flags);
2550 Trunc = B.buildFAbs(S32, Trunc, Flags);
2565 auto Mul = B.buildFMul(SrcLT, Trunc, K0, Flags);
2566 auto FloorMul = B.buildFFloor(SrcLT, Mul, Flags);
[all...]

Completed in 268 milliseconds

1234567891011>>