Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp30 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) { in canUseOrr() argument
54 for (const auto &Chunk : Counts) { in tryToreplicateChunks() local
106 isStartChunk(uint64_t Chunk) isStartChunk() argument
116 isEndChunk(uint64_t Chunk) isEndChunk() argument
159 int64_t Chunk = getChunk(UImm, Idx); trySequenceOfOnes() local
193 const uint64_t Chunk = getChunk(UImm, Idx); trySequenceOfOnes() local
534 const unsigned Chunk = (Imm >> Shift) & Mask; expandMOVImm() local
[all...]
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h25 class Chunk; variable
H A DInputFiles.h53 class Chunk; variable
H A DChunks.h180 NonSectionChunk(Kind k = OtherKind) : Chunk(k) {} Chunk() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h529 struct Chunk { global() struct
532 KindChunk global() argument
547 ChunkChunk Chunk() argument
[all...]
H A DDeclSpec.h2531 for (const auto &Chunk : type_objects()) hasTrailingReturnType() local
2540 for (const auto &Chunk : type_objects()) getTrailingReturnType() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h197 struct Chunk { global() struct
198 ChunkKindChunk global() argument
227 KindChunk global() argument
235 ChunkChunk Chunk() argument
253 Section(ChunkKind Kind, bool IsImplicit = false) : Chunk(Kind, IsImplicit) {} Chunk() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h145 StackChunk *Chunk = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h919 llvm::Value *Chunk = nullptr; member
971 llvm::Value *Chunk = nullptr; global() member
1530 getDefaultDistScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPDistScheduleClauseKind & ScheduleKind,llvm::Value * & Chunk) getDefaultDistScheduleAndChunk() argument
[all...]
H A DCGStmtOpenMP.cpp3362 llvm::Value *Chunk = nullptr; EmitOMPWorksharingLoop() local
5680 llvm::Value *Chunk = nullptr; EmitOMPDistributeLoop() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp483 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); getIntMatCost() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp183 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() function in CodeCompletionString::Chunk
[all...]
H A DSemaType.cpp4646 IsNoDerefableChunk(const DeclaratorChunk & Chunk) IsNoDerefableChunk() argument
5878 const DeclaratorChunk &Chunk = D.getTypeObject(I); GetFullTypeForDeclarator() local
5913 const DeclaratorChunk &Chunk = D.getTypeObject(I); GetFullTypeForDeclarator() local
6453 const DeclaratorChunk &Chunk; global() member in __anon1bdae2e91211::DeclaratorLocFiller
6457 DeclaratorLocFiller(ASTContext & Context,TypeProcessingState & State,const DeclaratorChunk & Chunk) DeclaratorLocFiller() argument
6600 fillAtomicQualLoc(AtomicTypeLoc ATL,const DeclaratorChunk & Chunk) fillAtomicQualLoc() argument
[all...]
H A DSemaTemplateVariadic.cpp927 const DeclaratorChunk &Chunk = D.getTypeObject(I); containsUnexpandedParameterPacks() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp401 const uint8_t *Chunk = Buffer.data() + BytesWritten; in writeBytes() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h762 uptr Chunk; iterateOverChunks() local
1176 getChunkFromBlock(uptr Block,uptr * Chunk,Chunk::UnpackedHeader * Header) getChunkFromBlock() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp663 uint16_t Chunk = std::min((uint32_t)MaxDefRange, RangeSize); encodeDefRange() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp343 uint64_t Chunk = (1LL << 31) - 1; emitSPUpdate() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3509 int Chunk = API.getNumWords() - 1; emitGlobalConstantFP() local
3517 unsigned Chunk; emitGlobalConstantFP() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp304 for (const auto &Chunk : SG.getDebugSubsections()) { in getChunkStats() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp278 unsigned Chunk = ExtIndexC % NarrowingRatio; in foldBitcastExtElt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp237 uint64_t Chunk = (1LL << 31) - 1; emitSPUpdate() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7818 const DeclaratorChunk &Chunk = TempDeclarator.getTypeObject(i); ParseMisplacedBracketDeclarator() local

12