HomeSort by relevance Sort by last modified time
    Searched refs:getAllocatedType (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 348 AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())), S(S) {}
    [all...]
MemCpyOptimizer.cpp 613 uint64_t srcSize = DL->getTypeAllocSize(srcAlloca->getAllocatedType()) *
628 uint64_t destSize = DL->getTypeAllocSize(A->getAllocatedType()) *
657 srcAlign = DL->getABITypeAlignment(srcAlloca->getAllocatedType());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 182 ArrayType::get(AI.getAllocatedType(), C->getZExtValue());
212 if (DL && AI.getAllocatedType()->isSized()) {
215 AI.setAlignment(DL->getPrefTypeAlignment(AI.getAllocatedType()));
220 if (DL->getTypeAllocSize(AI.getAllocatedType()) == 0) {
237 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() ||
238 DL->getTypeAllocSize(EntryAI->getAllocatedType()) != 0) {
247 DL->getPrefTypeAlignment(EntryAI->getAllocatedType()));
    [all...]
InstCombineCasts.cpp 92 Type *AllocElTy = AI.getAllocatedType();
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 149 Type *AllocaTy = Alloca->getAllocatedType();
256 Type *AllocaTy = I.getAllocatedType();
281 *Mod, ArrayType::get(I.getAllocatedType(), 256), false,
  /external/llvm/lib/Analysis/
Loads.cpp 69 BaseType = AI->getAllocatedType();
MemoryBuiltins.cpp 445 if (!I.getAllocatedType()->isSized())
448 APInt Size(IntTyBits, DL->getTypeAllocSize(I.getAllocatedType()));
679 if (!I.getAllocatedType()->isSized())
686 DL->getTypeAllocSize(I.getAllocatedType()));
Lint.cpp 426 Type *ATy = AI->getAllocatedType();
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 182 return getArrayCookieSizeImpl(expr->getAllocatedType());
216 return expr->getAllocatedType().isDestructedType();
CGExprCXX.cpp 469 QualType type = e->getAllocatedType();
778 QualType AllocType = E->getAllocatedType();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 85 Type *Ty = AI->getAllocatedType();
107 AI->getAllocatedType()),
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 187 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType());
231 unsigned TypeAlign = DL->getABITypeAlignment(AI->getAllocatedType());
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 264 EltTys.push_back(Roots[I].second->getAllocatedType());
StackProtector.cpp 245 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) {
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 632 Values[i] = UndefValue::get(Allocas[i]->getAllocatedType());
    [all...]
InlineFunction.cpp 750 Type *AllocaType = AI->getAllocatedType();
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 279 Type *Ty = I.getAllocatedType();
287 Type *Ty = I.getAllocatedType();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 561 AI.getAllocatedType()->isSized() &&
567 Type *Ty = AI->getAllocatedType();
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 1003 VisitType(S->getAllocatedType());
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 756 Type *T = alloca_inst->getAllocatedType();
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 652 milliseconds

1 2