Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp30 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/
DICF.h19 class Chunk; variable
DMarkLive.h18 class Chunk; variable
DSymbolTable.h26 class Chunk; variable
DInputFiles.h52 class Chunk; variable
DChunks.h176 NonSectionChunk(Kind k = OtherKind) : Chunk(k) {} in Chunk() function
/freebsd-12-stable/usr.sbin/ctm/ctm/
Dctm_syntax.c33 #define Chunk CTM_Q_MD5_Chunk macro
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h519 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/
DELFYAML.h180 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/
DInterpStack.h105 StackChunk *Chunk = nullptr; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMatInt.cpp199 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DBinaryStreamWriter.cpp73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1132 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/
DCodeCompleteConsumer.cpp174 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() function in CodeCompletionString::Chunk
DSemaType.cpp4393 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()
DSemaTemplateVariadic.cpp917 const DeclaratorChunk &Chunk = D.getTypeObject(I); in containsUnexpandedParameterPacks() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h740 uptr Chunk; in iterateOverChunks() local
1130 bool getChunkFromBlock(uptr Block, uptr *Chunk, in getChunkFromBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp403 const uint8_t *Chunk = Buffer.data() + BytesWritten; in writeBytes() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCCodeView.cpp646 uint16_t Chunk = std::min((uint32_t)MaxDefRange, RangeSize); in encodeDefRange() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp73 namespace Chunk { namespace
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kFrameLowering.cpp343 uint64_t Chunk = (1LL << 31) - 1; in emitSPUpdate() local
/freebsd-12-stable/contrib/binutils/bfd/
Dsrec.c132 unsigned int Chunk = DEFAULT_CHUNK; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp944 ArrayRef<Instruction *> Chunk(&Chain.second[CI], Len); in vectorizeChains() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2819 int Chunk = API.getNumWords() - 1; in emitGlobalConstantFP() local
2827 unsigned Chunk; in emitGlobalConstantFP() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1276 InsertPointTy AllocaIP, bool NeedsBarrier, Value *Chunk) { in createStaticWorkshareLoop()
1401 Value *Chunk) { in createDynamicWorkshareLoop()

12