| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DebugCounter.h | 59 struct Chunk { struct 66 LLVM_ABI static void printChunks(raw_ostream &OS, ArrayRef<Chunk>); argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandImm.cpp | 30 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) { in canUseOrr() 54 for (const auto &Chunk : Counts) { in tryToreplicateChunks() local 106 static bool isStartChunk(uint64_t Chunk) { in isStartChunk() 116 static bool isEndChunk(uint64_t Chunk) { in isEndChunk() 159 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local 193 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local 542 const unsigned Chunk = (Imm >> Shift) & Mask; in expandMOVImm() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 529 struct Chunk { struct 532 ChunkKind Kind = CK_Text; argument 547 Chunk() : Text(nullptr) {} in Chunk() argument
|
| H A D | DeclSpec.h | 2612 for (const auto &Chunk : type_objects()) in hasTrailingReturnType() local 2621 for (const auto &Chunk : type_objects()) in getTrailingReturnType() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 224 struct Chunk { struct 225 enum class ChunkKind { argument 254 ChunkKind Kind; argument 262 Chunk(ChunkKind K, bool Implicit) : Kind(K), IsImplicit(Implicit) {} in Chunk() function 280 Section(ChunkKind Kind, bool IsImplicit = false) : Chunk(Kind, IsImplicit) {} in Chunk() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpStack.h | 147 StackChunk *Chunk = nullptr; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BinaryStreamWriter.cpp | 73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.h | 26 class Chunk; variable
|
| H A D | Chunks.h | 199 NonSectionChunk(Kind k = OtherKind) : Chunk(k) {} in Chunk() function 798 CHPECodeRangesChunk(std::vector<std::pair<Chunk *, Defined *>> &exportThunks) in CHPECodeRangesChunk() 809 CHPERedirectionChunk(std::vector<std::pair<Chunk *, Defined *>> &exportThunks) in CHPERedirectionChunk()
|
| H A D | InputFiles.h | 56 class Chunk; variable
|
| H A D | Writer.cpp | 2443 const std::pair<Chunk *, Defined *> &b) { in setECSymbols()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 901 llvm::Value *Chunk = nullptr; member 961 llvm::Value *Chunk = nullptr; member 1527 llvm::Value *&Chunk) const {} in getDefaultDistScheduleAndChunk()
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | HTTPServer.cpp | 103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMatInt.cpp | 548 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 402 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 179 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() function in CodeCompletionString::Chunk
|
| H A D | SemaType.cpp | 4201 static bool IsNoDerefableChunk(const DeclaratorChunk &Chunk) { in IsNoDerefableChunk() 5486 const DeclaratorChunk &Chunk = D.getTypeObject(I); in GetFullTypeForDeclarator() local 5530 const DeclaratorChunk &Chunk = D.getTypeObject(I); in GetFullTypeForDeclarator() local 5843 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc() 6115 const DeclaratorChunk &Chunk; member in __anonc2847d971311::DeclaratorLocFiller 6119 const DeclaratorChunk &Chunk) in DeclaratorLocFiller()
|
| H A D | SemaTemplateVariadic.cpp | 1066 const DeclaratorChunk &Chunk = D.getTypeObject(I); in containsUnexpandedParameterPacks() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 689 uptr Chunk; in iterateOverChunks() local 1338 bool getChunkFromBlock(uptr Block, uptr *Chunk, in getChunkFromBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 648 uint16_t Chunk = std::min((uint32_t)MaxDefRange, RangeSize); in encodeDefRange() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 343 uint64_t Chunk = (1LL << 31) - 1; in emitSPUpdate() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3871 int Chunk = API.getNumWords() - 1; in emitGlobalConstantFP() local 3879 unsigned Chunk; in emitGlobalConstantFP() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 304 for (const auto &Chunk : SG.getDebugSubsections()) { in getChunkStats() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 278 unsigned Chunk = ExtIndexC % NarrowingRatio; in foldBitcastExtElt() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 247 uint64_t Chunk = MaxSPChunk; in emitSPUpdate() local
|