OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByValSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
1577
uint64_t
ByValSize
= DL.getTypeAllocSize(ByValTy);
1578
MemoryLocation Loc(ByValArg, LocationSize::precise(
ByValSize
));
1605
if (!C1 || C1->getValue().getZExtValue() <
ByValSize
)
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
6545
const unsigned
ByValSize
= ArgFlags.getByValSize();
6549
if (
ByValSize
== 0) {
6556
const unsigned StackSize = alignTo(
ByValSize
, PtrAlign);
7178
const unsigned
ByValSize
= Flags.getByValSize();
7181
if (!
ByValSize
) {
7198
while (LoadOffset + PtrByteSize <=
ByValSize
&& ArgLocs[I].isRegLoc()) {
7208
if (LoadOffset ==
ByValSize
)
7216
assert(LoadOffset <
ByValSize
&& "Unexpected memloc for by-val arg.");
7220
MemcpyFlags.setByValSize(
ByValSize
- LoadOffset);
7234
// larger than the
ByValSize
. For example: a 7 byte by-val arg requires 4
[
all
...]
Completed in 34 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026