Home
last modified time | relevance | path

Searched full:subblock (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dfsl,spi.yaml24 QE SPI subblock index.
25 0: QE subblock SPI1
26 1: QE subblock SPI2
H A Dfsl-spi.txt4 - cell-index : QE SPI subblock index.
5 0: QE subblock SPI1
6 1: QE subblock SPI2
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h35 /// SubBlock(ProfileMetadataBlockID)
37 /// SubBlock(ContextNodeBlockID)
39 /// SubBlock(ContextNodeBlockID)
51 /// Subblock containment captures the context->subcontext relationship. The
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp72 return Blk->Kind == BitstreamEntry::SubBlock && in canReadContext()
87 // if other unsupported records appear. We seek in the current subblock until in readContext()
143 if (Blk->Kind != BitstreamEntry::SubBlock) in readMetadata()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp788 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readControlBlock()
873 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readIdentifierBlock()
949 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readContextBlock()
1039 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readObjCPropertyBlock()
1115 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readObjCMethodBlock()
1190 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readCXXMethodBlock()
1265 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readObjCSelectorBlock()
1341 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readGlobalVariableBlock()
1417 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readGlobalFunctionBlock()
1493 if (Next.Kind == llvm::BitstreamEntry::SubBlock) { in readEnumConstantBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp165 if (Next->Kind != BitstreamEntry::SubBlock || Next->ID != BlockID) in parseBlock()
185 case BitstreamEntry::SubBlock: in parseBlock()
227 if (Next->Kind != BitstreamEntry::SubBlock || in parseBlockInfoBlock()
257 case BitstreamEntry::SubBlock: in isBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h329 SubBlock, // This is the start of a new subblock of a specific ID.
344 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E; in getSubBlock()
464 if (Entry.Kind != BitstreamEntry::SubBlock)
330 SubBlock, // This is the start of a new subblock of a specific ID. global() enumerator
H A DBitstreamWriter.h41 /// writer will incrementally flush at subblock boundaries. Otherwise flushing
153 /// subblock is finished, and if the FlushThreshold is passed.
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c48 #define VSC_REG(block, subblock, reg) \ argument
49 ((reg) | ((subblock) << 8) | ((block) << 12))
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp60 case llvm::BitstreamEntry::SubBlock: in Reader()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp259 case BitstreamEntry::SubBlock: in readIdentificationCode()
289 case BitstreamEntry::SubBlock: // Handled for us already. in hasObjCCategoryInModule()
337 case BitstreamEntry::SubBlock: in hasObjCCategory()
370 case BitstreamEntry::SubBlock: // Handled for us already. in readModuleTriple()
414 case BitstreamEntry::SubBlock: in readTriple()
1958 case BitstreamEntry::SubBlock: // Handled for us already. in parseAttributeBlock()
2250 case BitstreamEntry::SubBlock: // Handled for us already. in parseAttributeGroupBlock()
2439 case BitstreamEntry::SubBlock: // Handled for us already. in parseTypeTableBody()
2735 case BitstreamEntry::SubBlock: // Handled for us already. in parseOperandBundleTags()
2776 case BitstreamEntry::SubBlock: // Handled for us already. in parseSyncScopeNames()
[all …]
H A DBitcodeAnalyzer.cpp825 case BitstreamEntry::SubBlock: { in parseBlock()
832 // Don't include subblock sizes in the size of this block. in parseBlock()
H A DMetadataLoader.cpp788 case BitstreamEntry::SubBlock: // Handled for us already. in lazyLoadModuleMetadataBlock()
996 case BitstreamEntry::SubBlock: // Handled for us already. in loadGlobalDeclAttachments()
1122 case BitstreamEntry::SubBlock: // Handled for us already. in parseMetadata()
2356 case BitstreamEntry::SubBlock: // Handled for us already. in parseMetadataAttachment()
2459 case BitstreamEntry::SubBlock: // Handled for us already. in parseMetadataKinds()
/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.c278 /*=--subblock=arg=arg_type,arg_name,arg_desc =*/
/freebsd/share/man/man9/
H A DVNET.9295 call or in a subblock with the same idea of the saved instances as the
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp168 case llvm::BitstreamEntry::SubBlock: in GlobalModuleIndex()
571 case llvm::BitstreamEntry::SubBlock: in loadModuleFile()
H A DASTReader.cpp1472 case llvm::BitstreamEntry::SubBlock: // Handled for us already. in ReadSourceManagerBlock()
1793 /// Enter a subblock of the specified BlockID with the specified cursor. Read
1906 case llvm::BitstreamEntry::SubBlock: // Handled for us already. in ReadMacroRecord()
2177 case llvm::BitstreamEntry::SubBlock: // Handled for us already. in ReadDefinedMacros()
2785 case llvm::BitstreamEntry::SubBlock: in ReadOptionsBlock()
2948 case llvm::BitstreamEntry::SubBlock: in ReadControlBlock()
3277 case llvm::BitstreamEntry::SubBlock: in ReadASTBlock()
4416 case llvm::BitstreamEntry::SubBlock: in SkipCursorToBlock()
4801 case llvm::BitstreamEntry::SubBlock: in ReadASTCore()
4943 case llvm::BitstreamEntry::SubBlock: in readUnhashedControlBlockImpl()
[all …]
H A DASTReaderStmt.cpp2895 case llvm::BitstreamEntry::SubBlock: // Handled for us already. in ReadStmtFromStream()
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp440 case llvm::BitstreamEntry::SubBlock: // Handled for us already. in ReadBlockInfoBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1991 /// ReadBlockAbbrevs - Enter a subblock of the specified BlockID with the
/freebsd/contrib/file/magic/Magdir/
H A Darchive1769 # subblock seems to share information with file header