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

1 2

  /external/llvm/lib/IR/
Operator.cpp 40 DL.getTypeAllocSize(GTI.getIndexedType()));
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 70 Type *getIndexedType() const {
Instructions.h     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86TranslateGEPPass.cpp 92 DL.getTypeAllocSize(GTI.getIndexedType()));
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 211 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
NaryReassociate.cpp 138 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
319 int64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType());
MemCpyOptimizer.cpp 68 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]
StraightLineStrengthReduce.cpp 254 int64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType());
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 426 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 801 if (!isa<ArrayType>(GetElementPtrInst::getIndexedType(
807 auto *Ty = GetElementPtrInst::getIndexedType(
    [all...]
InlineCost.cpp 285 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType()));
    [all...]
ValueTracking.cpp     [all...]
ConstantFolding.cpp 686 !isa<StructType>(GetElementPtrInst::getIndexedType(
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 706 Params.push_back(GetElementPtrInst::getIndexedType(
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 695 Type *AllocTy = GetElementPtrInst::getIndexedType(
    [all...]
InstCombineCompares.cpp 525 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
541 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType());
555 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 444 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 352 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]

Completed in 840 milliseconds

1 2