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

1 2

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 103 inline gep_type_iterator gep_type_begin(const User *GEP) { function in namespace:llvm
114 inline gep_type_iterator gep_type_begin(const User &GEP) { function in namespace:llvm
128 gep_type_begin(Type *Op0, ArrayRef<T> A) { function in namespace:llvm
  /external/llvm/lib/IR/
Operator.cpp 21 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this);
DataLayout.cpp 733 TI = gep_type_begin(ptrTy, Indices);
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86TranslateGEPPass.cpp 45 for (llvm::gep_type_iterator GTI = gep_type_begin(GEP),
72 for (llvm::gep_type_iterator GTI = gep_type_begin(GEP),
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 721 gep_type_iterator GTI = gep_type_begin(*GEP);
740 gep_type_iterator GTI = gep_type_begin(*GEP);
    [all...]
NaryReassociate.cpp 316 gep_type_iterator GTI = gep_type_begin(GEP);
347 gep_type_iterator GTI = gep_type_begin(*GEP);
StraightLineStrengthReduce.cpp 251 gep_type_iterator GTI = gep_type_begin(GEP);
521 gep_type_iterator GTI = gep_type_begin(GEP);
MemCpyOptimizer.cpp 48 gep_type_iterator GTI = gep_type_begin(GEP);
    [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp 701 for (gep_type_iterator GTI = gep_type_begin(GEPI),
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 207 gep_type_iterator GTI = gep_type_begin(GEP);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 417 auto GTI = gep_type_begin(PointerType::get(PointeeType, AS), Operands);
  /external/llvm/lib/Analysis/
VectorUtils.cpp 240 gep_type_iterator GEPTI = gep_type_begin(Gep);
BasicAliasAnalysis.cpp 389 gep_type_iterator GTI = gep_type_begin(GEPOp);
    [all...]
InlineCost.cpp 267 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 435 gep_type_iterator GTI = gep_type_begin(U);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 343 gep_type_iterator GTI = gep_type_begin(U);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 802 gep_type_iterator GTI = gep_type_begin(U);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 766 gep_type_iterator GTI = gep_type_begin(U);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 410 gep_type_iterator GEPI = gep_type_begin(U), E = gep_type_end(U);
    [all...]

Completed in 2595 milliseconds

1 2