/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 30 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 D | SymbolTable.h | 25 class Chunk; variable
|
H A D | InputFiles.h | 53 class Chunk; variable
|
H A D | Chunks.h | 180 NonSectionChunk(Kind k = OtherKind) : Chunk(k) {} Chunk() function [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 529 struct Chunk { global() struct 532 KindChunk global() argument 547 ChunkChunk Chunk() argument [all...] |
H A D | DeclSpec.h | 2531 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 D | ELFYAML.h | 197 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 D | InterpStack.h | 145 StackChunk *Chunk = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 919 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 D | CGStmtOpenMP.cpp | 3362 llvm::Value *Chunk = nullptr; EmitOMPWorksharingLoop() local 5680 llvm::Value *Chunk = nullptr; EmitOMPDistributeLoop() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 483 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); getIntMatCost() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 183 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() function in CodeCompletionString::Chunk [all...] |
H A D | SemaType.cpp | 4646 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 D | SemaTemplateVariadic.cpp | 927 const DeclaratorChunk &Chunk = D.getTypeObject(I); containsUnexpandedParameterPacks() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 401 const uint8_t *Chunk = Buffer.data() + BytesWritten; in writeBytes() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 762 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 D | MCCodeView.cpp | 663 uint16_t Chunk = std::min((uint32_t)MaxDefRange, RangeSize); encodeDefRange() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 343 uint64_t Chunk = (1LL << 31) - 1; emitSPUpdate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3509 int Chunk = API.getNumWords() - 1; emitGlobalConstantFP() local 3517 unsigned Chunk; emitGlobalConstantFP() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 304 for (const auto &Chunk : SG.getDebugSubsections()) { in getChunkStats() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 278 unsigned Chunk = ExtIndexC % NarrowingRatio; in foldBitcastExtElt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 237 uint64_t Chunk = (1LL << 31) - 1; emitSPUpdate() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 7818 const DeclaratorChunk &Chunk = TempDeclarator.getTypeObject(i); ParseMisplacedBracketDeclarator() local
|