OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllocatedType
(Results
1 - 25
of
29
) sorted by null
1
2
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
SROA.cpp
330
AllocSize(DL.getTypeAllocSize(AI.
getAllocatedType
())), S(S) {}
[
all
...]
MemCpyOptimizer.cpp
602
uint64_t srcSize = TD->getTypeAllocSize(srcAlloca->
getAllocatedType
()) *
617
uint64_t destSize = TD->getTypeAllocSize(A->
getAllocatedType
()) *
646
srcAlign = TD->getABITypeAlignment(srcAlloca->
getAllocatedType
());
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
170
ArrayType::get(AI.
getAllocatedType
(), C->getZExtValue());
199
if (TD && AI.
getAllocatedType
()->isSized()) {
202
AI.setAlignment(TD->getPrefTypeAlignment(AI.
getAllocatedType
()));
207
if (TD->getTypeAllocSize(AI.
getAllocatedType
()) == 0) {
224
if (!EntryAI || !EntryAI->
getAllocatedType
()->isSized() ||
225
TD->getTypeAllocSize(EntryAI->
getAllocatedType
()) != 0) {
234
TD->getPrefTypeAlignment(EntryAI->
getAllocatedType
()));
InstCombineCasts.cpp
90
Type *AllocElTy = AI.
getAllocatedType
();
[
all
...]
/external/llvm/lib/Analysis/
Loads.cpp
69
BaseType = AI->
getAllocatedType
();
MemoryBuiltins.cpp
434
if (!I.
getAllocatedType
()->isSized())
437
APInt Size(IntTyBits, TD->getTypeAllocSize(I.
getAllocatedType
()));
661
if (!I.
getAllocatedType
()->isSized())
668
TD->getTypeAllocSize(I.
getAllocatedType
()));
Lint.cpp
426
Type *ATy = AI->
getAllocatedType
();
/external/clang/lib/CodeGen/
CGCXXABI.cpp
148
return getArrayCookieSizeImpl(expr->
getAllocatedType
());
182
return expr->
getAllocatedType
().isDestructedType();
CGExprCXX.cpp
557
QualType type = e->
getAllocatedType
();
[
all
...]
MicrosoftCXXABI.cpp
576
return expr->
getAllocatedType
().isDestructedType();
[
all
...]
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
178
ArrayType *ATy = dyn_cast<ArrayType>(AI->
getAllocatedType
());
222
unsigned TypeAlign = TD->getABITypeAlignment(AI->
getAllocatedType
());
/external/llvm/lib/CodeGen/
StackProtector.cpp
254
if (ContainsProtectableArray(AI->
getAllocatedType
(), Strong))
ShadowStackGC.cpp
263
EltTys.push_back(Roots[I].second->
getAllocatedType
());
/external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
97
AllocaTy = AI.
getAllocatedType
();
701
Values[i] = UndefValue::get(Allocas[i]->
getAllocatedType
());
[
all
...]
InlineFunction.cpp
686
Type *AllocaType = AI->
getAllocatedType
();
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
79
Type *Ty = AI->
getAllocatedType
();
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
495
AI.
getAllocatedType
()->isSized());
502
Type *Ty = AI->
getAllocatedType
();
[
all
...]
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
286
Type *Ty = I.
getAllocatedType
();
[
all
...]
/external/clang/lib/AST/
StmtProfile.cpp
898
VisitType(S->
getAllocatedType
());
[
all
...]
ItaniumMangle.cpp
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
AsmWriter.cpp
[
all
...]
/external/clang/include/clang/AST/
ExprCXX.h
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
97
///
getAllocatedType
- Return the type that is being allocated by the
100
Type *
getAllocatedType
() const;
[
all
...]
Completed in 1477 milliseconds
1
2