Home
last modified time | relevance | path

Searched refs:StorageEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h44 struct StorageEntry { struct
53 SmallVector<StorageEntry, 4> Entries; argument
116 static bool shouldMergeEntries(const StorageEntry &first,
117 const StorageEntry &second,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp408 Entries.insert(Entries.begin() + index + 1, numElts - 1, StorageEntry()); in splitVectorEntry()
456 bool SwiftAggLowering::shouldMergeEntries(const StorageEntry &first, in shouldMergeEntries()
457 const StorageEntry &second, in shouldMergeEntries()