HomeSort by relevance Sort by last modified time
    Searched refs:GTI (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 201 gep_type_iterator GTI = gep_type_begin(GEP);
203 ++i, ++GTI) {
205 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
211 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 602 gep_type_iterator GTI = gep_type_begin(*GEP);
604 I != E; ++I, ++GTI) {
606 if (isa<SequentialType>(*GTI)) {
629 gep_type_iterator GTI = gep_type_begin(*GEP);
632 ++I, ++GTI) {
633 if (isa<SequentialType>(*GTI)) {
658 gep_type_iterator GTI = gep_type_begin(*GEP);
659 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
660 if (isa<SequentialType>(*GTI)) {
670 ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType())
    [all...]
MemCpyOptimizer.cpp 45 gep_type_iterator GTI = gep_type_begin(GEP);
46 for (unsigned i = 1; i != Idx; ++i, ++GTI)
51 for (unsigned i = Idx, e = GEP->getNumOperands(); i != e; ++i, ++GTI) {
58 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
65 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType());
    [all...]
SROA.cpp 410 for (gep_type_iterator GTI = gep_type_begin(GEPI),
412 GTI != GTE; ++GTI) {
413 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
418 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
427 DL.getTypeAllocSize(GTI.getIndexedType()));
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 453 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this);
454 GTI != GTE; ++GTI) {
455 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
462 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
473 DL.getTypeAllocSize(GTI.getIndexedType()));
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 248 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
249 GTI != GTE; ++GTI) {
250 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
252 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand()))
259 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
266 APInt TypeSize(IntPtrWidth, DL->getTypeAllocSize(GTI.getIndexedType()));
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 614 gep_type_iterator GTI = gep_type_begin(I);
615 for (unsigned i = 1, e = I->getNumOperands(); i != e; ++i, ++GTI) {
617 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
639 Type *IndexedTy = GTI.getIndexedType();
    [all...]
BasicAliasAnalysis.cpp 348 gep_type_iterator GTI = gep_type_begin(GEPOp);
353 if (StructType *STy = dyn_cast<StructType>(*GTI++)) {
365 BaseOffs += DL->getTypeAllocSize(*GTI)*CIdx->getSExtValue();
369 uint64_t Scale = DL->getTypeAllocSize(*GTI);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
Value.cpp 519 gep_type_iterator GTI = gep_type_begin(GEP);
523 Type *Ty = *GTI++;
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 509 gep_type_iterator GTI = gep_type_begin(GEP);
518 for (i = 1; i != e; ++i, ++GTI) {
524 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
527 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
543 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType());
546 for (++i, ++GTI; i != e; ++i, ++GTI) {
554 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
557 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 353 gep_type_iterator GTI = gep_type_begin(U);
355 ++i, ++GTI) {
357 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
362 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 321 gep_type_iterator GTI = gep_type_begin(U);
323 II != IE; ++II, ++GTI) {
325 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
330 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 798 gep_type_iterator GTI = gep_type_begin(U);
800 i != e; ++i, ++GTI) {
802 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
807 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 728 gep_type_iterator GTI = gep_type_begin(U);
732 i != e; ++i, ++GTI) {
734 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
742 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
    [all...]

Completed in 481 milliseconds