Home
last modified time | relevance | path

Searched refs:gep_type_begin (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h139 inline gep_type_iterator gep_type_begin(const User *GEP) { in gep_type_begin() function
150 inline gep_type_iterator gep_type_begin(const User &GEP) { in gep_type_begin() function
163 gep_type_begin(Type *Op0, ArrayRef<T> A) { in gep_type_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp39 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in getMaxPreservedAlignment()
159 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in collectOffset()
H A DDataLayout.cpp880 GTI = gep_type_begin(ElemTy, Indices), in getIndexedOffsetInType()
H A DConstantFold.cpp1910 gep_type_iterator GTI = gep_type_begin(CE1); in evaluateICmpRelation()
2421 for (gep_type_iterator I = gep_type_begin(CE), E = gep_type_end(CE); in ConstantFoldGetElementPtr()
2535 auto GEPIter = gep_type_begin(PointeeTy, Idxs); in ConstantFoldGetElementPtr()
H A DConstants.cpp1467 gep_type_iterator GEPI = gep_type_begin(this), E = gep_type_end(this); in isGEPWithNoNotionalOverIndexing()
2463 auto GTI = gep_type_begin(Ty, Idxs), GTE = gep_type_end(Ty, Idxs); in getGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp799 gep_type_iterator GTI = gep_type_begin(*GEP); in canonicalizeArrayIndicesToPointerSize()
818 gep_type_iterator GTI = gep_type_begin(*GEP); in accumulateByteOffset()
864 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToSingleIndexGEPs()
924 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToArithmetics()
1007 gep_type_iterator GTI = gep_type_begin(*GEP); in splitGEP()
H A DNaryReassociate.cpp336 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP()
H A DStraightLineStrengthReduce.cpp539 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h44 gep_type_iterator GTI = gep_type_begin(GEP);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp400 gep_type_iterator GTIA = gep_type_begin(GEPA); in lookThroughComplexAddresses()
401 gep_type_iterator GTIB = gep_type_begin(GEPB); in lookThroughComplexAddresses()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h871 auto GTI = gep_type_begin(PointeeType, Operands);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp145 gep_type_iterator GEPTI = gep_type_begin(Gep); in getGEPInductionOperand()
H A DBasicAliasAnalysis.cpp503 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression()
H A DInlineCost.cpp1000 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset()
H A DValueTracking.cpp1274 gep_type_iterator GTI = gep_type_begin(I); in computeKnownBitsFromOperator()
2054 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in isGEPKnownNonNull()
6993 gep_type_iterator GTI = gep_type_begin(GEP); in getOffsetFromIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1090 gep_type_begin(I), gep_type_end(I), SF), SF); in visitGetElementPtrInst()
2045 return executeGEPOperation(CE->getOperand(0), gep_type_begin(CE), in getConstantExprValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1180 for (auto I = gep_type_begin(GEP), E = gep_type_end(GEP); in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp1891 gep_type_iterator GTI = gep_type_begin(GEP); in visitGetElementPtrInst()
2099 for (gep_type_iterator I = gep_type_begin(*Src), E = gep_type_end(*Src); in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp269 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp490 gep_type_iterator GTI = gep_type_begin(U); in computeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp384 gep_type_iterator GEPI = gep_type_begin(U), E = gep_type_end(U); in isSafeSROAGEP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp556 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp345 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp613 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress()
4895 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3297 gep_type_iterator It = gep_type_begin(I); in canReplaceOperandWithVariable()

12