/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 721 gep_type_iterator GTI = gep_type_begin(*GEP); in canonicalizeArrayIndicesToPointerSize() local 740 gep_type_iterator GTI = gep_type_begin(*GEP); in accumulateByteOffset() local 786 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToSingleIndexGEPs() local 846 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToArithmetics() local 929 gep_type_iterator GTI = gep_type_begin(*GEP); in splitGEP() local
|
D | NaryReassociate.cpp | 316 gep_type_iterator GTI = gep_type_begin(GEP); in isGEPFoldable() local 347 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP() local
|
D | StraightLineStrengthReduce.cpp | 251 gep_type_iterator GTI = gep_type_begin(GEP); in isGEPFoldable() local 521 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP() local
|
D | MemCpyOptimizer.cpp | 48 gep_type_iterator GTI = gep_type_begin(GEP); in GetOffsetFromIndex() local
|
D | SROA.cpp | 701 for (gep_type_iterator GTI = gep_type_begin(GEPI), in visitGetElementPtrInst() local
|
/external/llvm/lib/IR/ |
D | Operator.cpp | 21 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in accumulateConstantOffset() local
|
D | ConstantFold.cpp | 1619 gep_type_iterator GTI = gep_type_begin(CE1); in evaluateICmpRelation() local
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 207 gep_type_iterator GTI = gep_type_begin(GEP); variable
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 417 auto GTI = gep_type_begin(PointerType::get(PointeeType, AS), Operands); in getGEPCost() local
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 267 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset() local
|
D | BasicAliasAnalysis.cpp | 389 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression() local
|
D | ValueTracking.cpp | 1355 gep_type_iterator GTI = gep_type_begin(I); in computeKnownBitsFromOperator() local 1834 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in isGEPKnownNonNull() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 343 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 435 gep_type_iterator GTI = gep_type_begin(U); in computeAddress() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1348 gep_type_iterator GTI = gep_type_begin(GEP); in visitGetElementPtrInst() local
|
D | InstCombineCompares.cpp | 507 gep_type_iterator GTI = gep_type_begin(GEP); in EvaluateGEPOffsetExpression() local
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 766 gep_type_iterator GTI = gep_type_begin(U); in X86SelectAddress() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 802 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 558 gep_type_iterator GTI = gep_type_begin(U); in computeAddress() local
|
D | AArch64ISelLowering.cpp | 6942 gep_type_iterator GTI = gep_type_begin(Instr); in isExtFreeImpl() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3180 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr() local
|