/external/llvm/lib/IR/ |
D | Operator.cpp | 27 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in accumulateConstantOffset() local
|
D | DataLayout.cpp | 734 GTI = gep_type_begin(ElemTy, AS, Indices), in getIndexedOffsetInType() local
|
D | ConstantFold.cpp | 1636 gep_type_iterator GTI = gep_type_begin(CE1); in evaluateICmpRelation() local
|
/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 tryReassociateGEP() local
|
D | StraightLineStrengthReduce.cpp | 492 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP() local
|
D | MemCpyOptimizer.cpp | 42 gep_type_iterator GTI = gep_type_begin(GEP); in GetOffsetFromIndex() local
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 202 gep_type_iterator GTI = gep_type_begin(GEP); variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 223 gep_type_iterator GTI = gep_type_begin(AddrInst); in MatchOperationAddr() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Value.cpp | 368 gep_type_iterator GTI = gep_type_begin(GEP); in isDereferenceablePointer() local
|
D | ConstantFold.cpp | 1797 gep_type_iterator GTI = gep_type_begin(CE1); in evaluateICmpRelation() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 403 gep_type_iterator GTI = gep_type_begin(GEP); in EmitGEPOffset() local
|
D | InstructionCombining.cpp | 813 gep_type_iterator GTI = gep_type_begin(GEP); in visitGetElementPtrInst() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 559 gep_type_iterator GTI = gep_type_begin(I); in ComputeMaskedBits() local 1499 gep_type_iterator GTI = gep_type_begin(GEP); in GetPointerBaseWithConstantOffset() local
|
D | BasicAliasAnalysis.cpp | 316 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression() local
|
D | ConstantFolding.cpp | 213 gep_type_iterator GTI = gep_type_begin(CE); in IsConstantOffsetFromGlobal() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 44 gep_type_iterator GTI = gep_type_begin(GEP); in GetOffsetFromIndex() local
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 453 auto GTI = gep_type_begin(PointeeType, AS, Operands); in getGEPCost() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 234 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() local
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 311 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset() local
|
D | BasicAliasAnalysis.cpp | 410 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 399 gep_type_iterator GTI = gep_type_begin(U); in X86SelectAddress() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 357 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 757 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 449 gep_type_iterator GTI = gep_type_begin(U); in computeAddress() local
|