| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 137 using gep_type_iterator = generic_gep_type_iterator<>; variable 139 inline gep_type_iterator gep_type_begin(const User *GEP) { in gep_type_begin() 141 return gep_type_iterator::begin( in gep_type_begin() 146 inline gep_type_iterator gep_type_end(const User *GEP) { in gep_type_end() 147 return gep_type_iterator::end(GEP->op_end()); in gep_type_end() 150 inline gep_type_iterator gep_type_begin(const User &GEP) { in gep_type_begin() 152 return gep_type_iterator::begin( in gep_type_begin() 157 inline gep_type_iterator gep_type_end(const User &GEP) { in gep_type_end() 158 return gep_type_iterator::end(GEP.op_end()); in gep_type_end()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 29 typedef generic_gep_type_iterator<User::const_op_iterator> gep_type_iterator; typedef 188 GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I, 189 gep_type_iterator E, ExecutionContext &SF);
|
| H A D | Execution.cpp | 1048 GenericValue Interpreter::executeGEPOperation(Value *Ptr, gep_type_iterator I, in executeGEPOperation() 1049 gep_type_iterator E, in executeGEPOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Operator.cpp | 39 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 D | ConstantFold.cpp | 1659 gep_type_iterator GTI = gep_type_begin(CE1); in evaluateICmpRelation() 2126 gep_type_iterator LastI = gep_type_end(GEP); in foldGEPOfGEP() 2127 for (gep_type_iterator I = gep_type_begin(GEP), E = gep_type_end(GEP); in foldGEPOfGEP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 799 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 D | NaryReassociate.cpp | 336 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP()
|
| H A D | StraightLineStrengthReduce.cpp | 539 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | Local.h | 44 gep_type_iterator GTI = gep_type_begin(GEP);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 475 gep_type_iterator GTIA = gep_type_begin(GEPA); in lookThroughComplexAddresses() 476 gep_type_iterator GTIB = gep_type_begin(GEPB); in lookThroughComplexAddresses()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 155 gep_type_iterator GEPTI = gep_type_begin(Gep); in getGEPInductionOperand()
|
| H A D | BasicAliasAnalysis.cpp | 512 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression()
|
| H A D | InlineCost.cpp | 1218 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset()
|
| H A D | ValueTracking.cpp | 1316 gep_type_iterator GTI = gep_type_begin(I); in computeKnownBitsFromOperator() 2096 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in isGEPKnownNonNull() 7060 gep_type_iterator GTI = gep_type_begin(GEP); in getOffsetFromIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 272 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1932 gep_type_iterator GTI = gep_type_begin(GEP); in visitGetElementPtrInst() 2156 for (gep_type_iterator I = gep_type_begin(*Src), E = gep_type_end(*Src); in visitGetElementPtrInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 490 gep_type_iterator GTI = gep_type_begin(U); in computeAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 556 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 345 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 384 gep_type_iterator GEPI = gep_type_begin(U), E = gep_type_end(U); in isSafeSROAGEP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 613 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() 4900 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3306 gep_type_iterator It = gep_type_begin(I); in canReplaceOperandWithVariable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 4570 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr() 7557 gep_type_iterator I = gep_type_begin(*GEP); in GEPSequentialConstIndexed()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 743 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1499 for (gep_type_iterator GTI = gep_type_begin(&U), E = gep_type_end(&U); in translateGetElementPtr()
|