OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RoundToAlign
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
MemoryBuiltins.h
136
/// If
RoundToAlign
is true, then Size is rounded up to the aligment of allocas,
141
const TargetLibraryInfo *TLI, bool
RoundToAlign
= false,
153
bool
RoundToAlign
;
167
LLVMContext &Context, bool
RoundToAlign
= false,
224
bool
RoundToAlign
;
233
LLVMContext &Context, bool
RoundToAlign
= false);
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
377
/// If
RoundToAlign
is true, then Size is rounded up to the aligment of allocas,
380
const TargetLibraryInfo *TLI, bool
RoundToAlign
,
383
RoundToAlign
, Mode);
399
if (
RoundToAlign
&& Align)
407
bool
RoundToAlign
,
409
: DL(DL), TLI(TLI),
RoundToAlign
(
RoundToAlign
), Mode(Mode) {
645
bool
RoundToAlign
)
647
RoundToAlign
(
RoundToAlign
) {
[
all
...]
BasicAliasAnalysis.cpp
113
bool
RoundToAlign
= false) {
115
if (getObjectSize(V, Size, DL, &TLI,
RoundToAlign
))
156
uint64_t ObjectSize = getObjectSize(V, DL, TLI, /*
RoundToAlign
*/ true);
[
all
...]
Completed in 198 milliseconds