HomeSort by relevance Sort by last modified time
    Searched defs:GTI (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 202 gep_type_iterator GTI = gep_type_begin(GEP);
204 ++i, ++GTI) {
206 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
212 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 215 gep_type_iterator GTI = gep_type_begin(GEP);
217 ++i, ++GTI) {
219 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
225 if (StructType *STy = GTI.getStructTypeOrNull()) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 215 gep_type_iterator GTI = gep_type_begin(GEP);
217 ++i, ++GTI) {
219 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
225 if (StructType *STy = GTI.getStructTypeOrNull()) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 215 gep_type_iterator GTI = gep_type_begin(GEP);
217 ++i, ++GTI) {
219 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
225 if (StructType *STy = GTI.getStructTypeOrNull()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 215 gep_type_iterator GTI = gep_type_begin(GEP);
217 ++i, ++GTI) {
219 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
225 if (StructType *STy = GTI.getStructTypeOrNull()) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 215 gep_type_iterator GTI = gep_type_begin(GEP);
217 ++i, ++GTI) {
219 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
225 if (StructType *STy = GTI.getStructTypeOrNull()) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 215 gep_type_iterator GTI = gep_type_begin(GEP);
217 ++i, ++GTI) {
219 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
225 if (StructType *STy = GTI.getStructTypeOrNull()) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 215 gep_type_iterator GTI = gep_type_begin(GEP);
217 ++i, ++GTI) {
219 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
225 if (StructType *STy = GTI.getStructTypeOrNull()) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 215 gep_type_iterator GTI = gep_type_begin(GEP);
217 ++i, ++GTI) {
219 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
225 if (StructType *STy = GTI.getStructTypeOrNull()) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 223 gep_type_iterator GTI = gep_type_begin(AddrInst);
224 for (unsigned i = 1, e = AddrInst->getNumOperands(); i != e; ++i, ++GTI) {
225 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
231 uint64_t TypeSize = TD->getTypeAllocSize(GTI.getIndexedType());
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 403 gep_type_iterator GTI = gep_type_begin(GEP);
416 ++i, ++GTI) {
418 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
423 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 492 gep_type_iterator GTI = gep_type_begin(GEP);
494 if (!isa<SequentialType>(*GTI++))
506 uint64_t ElementSize = DL->getTypeAllocSize(*GTI);
SeparateConstOffsetFromGEP.cpp 721 gep_type_iterator GTI = gep_type_begin(*GEP);
723 I != E; ++I, ++GTI) {
725 if (isa<SequentialType>(*GTI)) {
740 gep_type_iterator GTI = gep_type_begin(*GEP);
741 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
742 if (isa<SequentialType>(*GTI)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 44 gep_type_iterator GTI = gep_type_begin(GEP);
45 for (unsigned i = 1; i != Idx; ++i, ++GTI)
50 for (unsigned i = Idx, e = GEP->getNumOperands(); i != e; ++i, ++GTI) {
57 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
64 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType());
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 453 auto GTI = gep_type_begin(PointeeType, AS, Operands);
454 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
461 if (isa<SequentialType>(*GTI)) {
462 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
473 StructType *STy = cast<StructType>(*GTI);
482 PointerType::get(*GTI, AS), const_cast<GlobalValue *>(BaseGV),
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 316 gep_type_iterator GTI = gep_type_begin(GEPOp);
321 if (StructType *STy = dyn_cast<StructType>(*GTI++)) {
333 BaseOffs += TD->getTypeAllocSize(*GTI)*CIdx->getSExtValue();
337 uint64_t Scale = TD->getTypeAllocSize(*GTI);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 594 auto GTI = gep_type_begin(PointeeType, Operands);
596 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
597 TargetType = GTI.getIndexedType();
604 if (StructType *STy = GTI.getStructTypeOrNull()) {
610 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 594 auto GTI = gep_type_begin(PointeeType, Operands);
596 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
597 TargetType = GTI.getIndexedType();
604 if (StructType *STy = GTI.getStructTypeOrNull()) {
610 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 594 auto GTI = gep_type_begin(PointeeType, Operands);
596 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
597 TargetType = GTI.getIndexedType();
604 if (StructType *STy = GTI.getStructTypeOrNull()) {
610 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 594 auto GTI = gep_type_begin(PointeeType, Operands);
596 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
597 TargetType = GTI.getIndexedType();
604 if (StructType *STy = GTI.getStructTypeOrNull()) {
610 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 594 auto GTI = gep_type_begin(PointeeType, Operands);
596 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
597 TargetType = GTI.getIndexedType();
604 if (StructType *STy = GTI.getStructTypeOrNull()) {
610 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 594 auto GTI = gep_type_begin(PointeeType, Operands);
596 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
597 TargetType = GTI.getIndexedType();
604 if (StructType *STy = GTI.getStructTypeOrNull()) {
610 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 594 auto GTI = gep_type_begin(PointeeType, Operands);
596 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
597 TargetType = GTI.getIndexedType();
604 if (StructType *STy = GTI.getStructTypeOrNull()) {
610 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 594 auto GTI = gep_type_begin(PointeeType, Operands);
596 for (auto I = Operands.begin(); I != Operands.end(); ++I, ++GTI) {
597 TargetType = GTI.getIndexedType();
604 if (StructType *STy = GTI.getStructTypeOrNull()) {
610 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 410 gep_type_iterator GTI = gep_type_begin(GEPOp);
416 if (StructType *STy = dyn_cast<StructType>(*GTI++)) {
432 DL.getTypeAllocSize(*GTI) * CIdx->getSExtValue();
436 uint64_t Scale = DL.getTypeAllocSize(*GTI);
    [all...]

Completed in 781 milliseconds

1 2