/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 91 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in getMaxPreservedAlignment() local 157 for (auto GTI = begin, GTE = end; GTI != GTE; ++GTI) { in accumulateConstantOffset() local 215 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in collectOffset() local
|
H A D | DataLayout.cpp | 925 GTI = gep_type_begin(ElemTy, Indices), in getIndexedOffsetInType() local
|
H A D | Value.cpp | 998 gep_type_iterator GTI = gep_type_begin(GEP); in getOffsetFromIndex() local
|
H A D | Constants.cpp | 2492 auto GTI = gep_type_begin(Ty, Idxs), GTE = gep_type_end(Ty, Idxs); in getGetElementPtr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 810 gep_type_iterator GTI = gep_type_begin(*GEP); in canonicalizeArrayIndicesToIndexSize() local 830 gep_type_iterator GTI = gep_type_begin(*GEP); in accumulateByteOffset() local 875 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToSingleIndexGEPs() local 934 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToArithmetics() local 1062 gep_type_iterator GTI = gep_type_begin(*GEP); in splitGEP() local
|
H A D | NaryReassociate.cpp | 340 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP() local
|
H A D | StraightLineStrengthReduce.cpp | 532 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Local.cpp | 39 gep_type_iterator GTI = gep_type_begin(GEP); in emitGEPOffset() local
|
H A D | BasicAliasAnalysis.cpp | 651 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression() local
|
H A D | InlineCost.cpp | 1423 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset() local
|
H A D | ValueTracking.cpp | 1336 gep_type_iterator GTI = gep_type_begin(I); in computeKnownBitsFromOperator() local 2414 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in isGEPKnownNonNull() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 383 gep_type_iterator GTI = gep_type_begin(GEP); in determineBaseAndStride() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 277 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 344 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 486 gep_type_iterator GTI = gep_type_begin(U); in computeAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 551 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 641 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() local 4989 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2395 gep_type_iterator GTI = gep_type_begin(*Src); in visitGEPOfGEP() local 2747 gep_type_iterator GTI = gep_type_begin(GEP); in visitGetElementPtrInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 741 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1078 auto GTI = gep_type_begin(PointeeType, Operands); in getGEPCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 907 gep_type_iterator GTI = gep_type_begin(U); in X86SelectAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1614 for (gep_type_iterator GTI = gep_type_begin(&U), E = gep_type_end(&U); in translateGetElementPtr() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 5688 for (auto GTI = llvm::gep_type_begin(GEP), GTE = llvm::gep_type_end(GEP); in EmitGEPOffsetInBytes() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4915 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5182 auto GTI = std::next(gep_type_begin(I)); in parseFunctionBody() local
|