| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ExpandImm.cpp | 30 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) { in canUseOrr() 54 for (CountMap::const_iterator Chunk = Counts.begin(), End = Counts.end(); in tryToreplicateChunks() local 107 static bool isStartChunk(uint64_t Chunk) { in isStartChunk() 117 static bool isEndChunk(uint64_t Chunk) { in isEndChunk() 160 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local 194 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local 313 const unsigned Chunk = (Imm >> Shift) & Mask; in expandMOVImm() local
|
| /freebsd-12-stable/contrib/llvm-project/lld/COFF/ |
| D | ICF.h | 19 class Chunk; variable
|
| D | MarkLive.h | 18 class Chunk; variable
|
| D | SymbolTable.h | 26 class Chunk; variable
|
| D | InputFiles.h | 52 class Chunk; variable
|
| D | Chunks.h | 176 NonSectionChunk(Kind k = OtherKind) : Chunk(k) {} in Chunk() function
|
| /freebsd-12-stable/usr.sbin/ctm/ctm/ |
| D | ctm_syntax.c | 33 #define Chunk CTM_Q_MD5_Chunk macro
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | CodeCompleteConsumer.h | 519 struct Chunk { struct 522 ChunkKind Kind = CK_Text; argument 537 Chunk() : Text(nullptr) {} in Chunk() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| D | ELFYAML.h | 180 struct Chunk { struct 181 enum class ChunkKind { argument 210 ChunkKind Kind; argument 218 Chunk(ChunkKind K, bool Implicit) : Kind(K), IsImplicit(Implicit) {} in Chunk() argument 236 Section(ChunkKind Kind, bool IsImplicit = false) : Chunk(Kind, IsImplicit) {} in Chunk() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| D | InterpStack.h | 105 StackChunk *Chunk = nullptr; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVMatInt.cpp | 199 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | BinaryStreamWriter.cpp | 73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.h | 1132 llvm::Value *Chunk = nullptr; member 1184 llvm::Value *Chunk = nullptr; member 1780 llvm::Value *&Chunk) const {} in getDefaultDistScheduleAndChunk()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | CodeCompleteConsumer.cpp | 174 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() function in CodeCompletionString::Chunk
|
| D | SemaType.cpp | 4393 static bool IsNoDerefableChunk(DeclaratorChunk Chunk) { in IsNoDerefableChunk() 5589 const DeclaratorChunk &Chunk = D.getTypeObject(I); in GetFullTypeForDeclarator() local 6089 const DeclaratorChunk &Chunk; member in __anon9b3187af1111::DeclaratorLocFiller 6093 const DeclaratorChunk &Chunk) in DeclaratorLocFiller() 6230 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc()
|
| D | SemaTemplateVariadic.cpp | 917 const DeclaratorChunk &Chunk = D.getTypeObject(I); in containsUnexpandedParameterPacks() local
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | combined.h | 740 uptr Chunk; in iterateOverChunks() local 1130 bool getChunkFromBlock(uptr Block, uptr *Chunk, in getChunkFromBlock()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| D | MappedBlockStream.cpp | 403 const uint8_t *Chunk = Buffer.data() + BytesWritten; in writeBytes() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCCodeView.cpp | 646 uint16_t Chunk = std::min((uint32_t)MaxDefRange, RangeSize); in encodeDefRange() local
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/ |
| D | scudo_allocator.cpp | 73 namespace Chunk { namespace
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kFrameLowering.cpp | 343 uint64_t Chunk = (1LL << 31) - 1; in emitSPUpdate() local
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | srec.c | 132 unsigned int Chunk = DEFAULT_CHUNK; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoadStoreVectorizer.cpp | 944 ArrayRef<Instruction *> Chunk(&Chain.second[CI], Len); in vectorizeChains() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 2819 int Chunk = API.getNumWords() - 1; in emitGlobalConstantFP() local 2827 unsigned Chunk; in emitGlobalConstantFP() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| D | OMPIRBuilder.cpp | 1276 InsertPointTy AllocaIP, bool NeedsBarrier, Value *Chunk) { in createStaticWorkshareLoop() 1401 Value *Chunk) { in createDynamicWorkshareLoop()
|