Home
last modified time | relevance | path

Searched defs:GTI (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/lib/IR/
DOperator.cpp27 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in accumulateConstantOffset() local
DDataLayout.cpp734 GTI = gep_type_begin(ElemTy, AS, Indices), in getIndexedOffsetInType() local
DConstantFold.cpp1636 gep_type_iterator GTI = gep_type_begin(CE1); in evaluateICmpRelation() local
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp721 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
DNaryReassociate.cpp316 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP() local
DStraightLineStrengthReduce.cpp492 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP() local
DMemCpyOptimizer.cpp42 gep_type_iterator GTI = gep_type_begin(GEP); in GetOffsetFromIndex() local
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h202 gep_type_iterator GTI = gep_type_begin(GEP); variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp223 gep_type_iterator GTI = gep_type_begin(AddrInst); in MatchOperationAddr() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValue.cpp368 gep_type_iterator GTI = gep_type_begin(GEP); in isDereferenceablePointer() local
DConstantFold.cpp1797 gep_type_iterator GTI = gep_type_begin(CE1); in evaluateICmpRelation() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp403 gep_type_iterator GTI = gep_type_begin(GEP); in EmitGEPOffset() local
DInstructionCombining.cpp813 gep_type_iterator GTI = gep_type_begin(GEP); in visitGetElementPtrInst() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp559 gep_type_iterator GTI = gep_type_begin(I); in ComputeMaskedBits() local
1499 gep_type_iterator GTI = gep_type_begin(GEP); in GetPointerBaseWithConstantOffset() local
DBasicAliasAnalysis.cpp316 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression() local
DConstantFolding.cpp213 gep_type_iterator GTI = gep_type_begin(CE); in IsConstantOffsetFromGlobal() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp44 gep_type_iterator GTI = gep_type_begin(GEP); in GetOffsetFromIndex() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h453 auto GTI = gep_type_begin(PointeeType, AS, Operands); in getGEPCost() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp234 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() local
/external/llvm/lib/Analysis/
DInlineCost.cpp311 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset() local
DBasicAliasAnalysis.cpp410 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp399 gep_type_iterator GTI = gep_type_begin(U); in X86SelectAddress() local
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp357 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp757 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress() local
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp449 gep_type_iterator GTI = gep_type_begin(U); in computeAddress() local

12