OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocTy
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
44
AllocType
AllocTy
;
91
static const AllocFnsTy *getAllocationData(const Value *V, AllocType
AllocTy
,
120
if ((FnData->
AllocTy
&
AllocTy
) == 0)
467
if (FnData->
AllocTy
== StrDupLike) {
680
if (FnData->
AllocTy
== StrDupLike) {
ScalarEvolution.cpp
218
Type *
AllocTy
;
219
if (U->isSizeOf(
AllocTy
)) {
220
OS << "sizeof(" << *
AllocTy
<< ")";
223
if (U->isAlignOf(
AllocTy
)) {
224
OS << "alignof(" << *
AllocTy
<< ")";
387
bool SCEVUnknown::isSizeOf(Type *&
AllocTy
) const {
396
AllocTy
= cast<PointerType>(CE->getOperand(0)->getType())
404
bool SCEVUnknown::isAlignOf(Type *&
AllocTy
) const {
420
AllocTy
= STy->getElementType(1);
[
all
...]
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
641
const SCEV *getSizeOfExpr(Type *
AllocTy
);
645
const SCEV *getAlignOfExpr(Type *
AllocTy
);
[
all
...]
ScalarEvolutionExpressions.h
432
bool isSizeOf(Type *&
AllocTy
) const;
433
bool isAlignOf(Type *&
AllocTy
) const;
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
373
Type *
AllocTy
, Value *AllocSize,
422
PointerType *AllocPtrType = PointerType::getUnqual(
AllocTy
);
457
Type *IntPtrTy, Type *
AllocTy
,
461
return createMalloc(InsertBefore, NULL, IntPtrTy,
AllocTy
, AllocSize,
474
Type *IntPtrTy, Type *
AllocTy
,
477
return createMalloc(NULL, InsertAtEnd, IntPtrTy,
AllocTy
, AllocSize,
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
[
all
...]
Completed in 144 milliseconds