Home
last modified time | relevance | path

Searched defs:Chunk (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h58 struct Chunk { struct
65 static void printChunks(raw_ostream &OS, ArrayRef<Chunk>); argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp30 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/lld/COFF/
H A DSymbolTable.h25 class Chunk; variable
H A DInputFiles.h53 class Chunk; variable
H A DChunks.h191 NonSectionChunk(Kind k = OtherKind) : Chunk(k) {} in Chunk() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h530 struct Chunk { struct
533 ChunkKind Kind = CK_Text; argument
548 Chunk() : Text(nullptr) {} in Chunk() function
H A DDeclSpec.h2609 for (const auto &Chunk : type_objects()) in hasTrailingReturnType() local
2618 for (const auto &Chunk : type_objects()) in getTrailingReturnType() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h209 struct Chunk { struct
210 enum class ChunkKind { argument
239 ChunkKind Kind; argument
247 Chunk(ChunkKind K, bool Implicit) : Kind(K), IsImplicit(Implicit) {} in Chunk() function
265 Section(ChunkKind Kind, bool IsImplicit = false) : Chunk(Kind, IsImplicit) {} in Chunk() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h145 StackChunk *Chunk = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h919 llvm::Value *Chunk = nullptr; member
979 llvm::Value *Chunk = nullptr; member
1533 llvm::Value *&Chunk) const {} in getDefaultDistScheduleAndChunk()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp512 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp402 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp183 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() function in CodeCompletionString::Chunk
H A DSemaType.cpp4148 static bool IsNoDerefableChunk(const DeclaratorChunk &Chunk) { in IsNoDerefableChunk()
5446 const DeclaratorChunk &Chunk = D.getTypeObject(I); in GetFullTypeForDeclarator() local
5490 const DeclaratorChunk &Chunk = D.getTypeObject(I); in GetFullTypeForDeclarator() local
6036 const DeclaratorChunk &Chunk; member in __anonc2847d971311::DeclaratorLocFiller
6040 const DeclaratorChunk &Chunk) in DeclaratorLocFiller()
6189 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc()
H A DSemaTemplateVariadic.cpp944 const DeclaratorChunk &Chunk = D.getTypeObject(I); in containsUnexpandedParameterPacks() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h681 uptr Chunk; in iterateOverChunks() local
1319 bool getChunkFromBlock(uptr Block, uptr *Chunk, in getChunkFromBlock()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp662 uint16_t Chunk = std::min((uint32_t)MaxDefRange, RangeSize); in encodeDefRange() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp341 uint64_t Chunk = (1LL << 31) - 1; in emitSPUpdate() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3520 int Chunk = API.getNumWords() - 1; in emitGlobalConstantFP() local
3528 unsigned Chunk; in emitGlobalConstantFP() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp304 for (const auto &Chunk : SG.getDebugSubsections()) { in getChunkStats() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp278 unsigned Chunk = ExtIndexC % NarrowingRatio; in foldBitcastExtElt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp238 uint64_t Chunk = (1LL << 31) - 1; in emitSPUpdate() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8270 const DeclaratorChunk &Chunk = TempDeclarator.getTypeObject(i); in ParseMisplacedBracketDeclarator() local

12