/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); getMaxPreservedAlignment() local 157 for (auto GTI = begin, GTE = end; GTI != GTE; ++GTI) { accumulateConstantOffset() local 215 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); collectOffset() local [all...] |
H A D | DataLayout.cpp | 925 GTI = gep_type_begin(ElemTy, Indices), 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); getGetElementPtr() local
|
/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); DecomposeGEPExpression() local
|
H A D | InlineCost.cpp | 1423 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); accumulateGEPOffset() local
|
H A D | ValueTracking.cpp | 1303 gep_type_iterator GTI = gep_type_begin(I); computeKnownBitsFromOperator() local 2336 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); isGEPKnownNonNull() local [all...] |
/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 in lowerToSingleIndexGEPs() local 934 gep_type_iterator GTI = gep_type_begin(*Variadic); lowerToArithmetics() local 1062 gep_type_iterator GTI = gep_type_begin(*GEP); splitGEP() local [all...] |
H A D | NaryReassociate.cpp | 340 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP() local
|
H A D | StraightLineStrengthReduce.cpp | 534 gep_type_iterator GTI = gep_type_begin(GEP); allocateCandidatesAndFindBasisForGEP() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 383 gep_type_iterator GTI = gep_type_begin(GEP); determineBaseAndStride() local
|
/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); computeAddress() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 486 ++i, ++GTI) { in computeAddress() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 344 gep_type_iterator GTI = gep_type_begin(U); PPCComputeAddress() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 547 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr() local
|
/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); computeAddress() local 4985 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); selectGetElementPtr() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2395 gep_type_iterator GTI = gep_type_begin(*Src); visitGEPOfGEP() local 2747 gep_type_iterator GTI = gep_type_begin(GEP); visitGetElementPtrInst() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 741 i != e; ++i, ++GTI) { in ARMComputeAddress() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1069 auto GTI = gep_type_begin(PointeeType, Operands); getGEPCost() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 905 gep_type_iterator GTI = gep_type_begin(U); X86SelectAddress() local
|
/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); translateGetElementPtr() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 5678 for (auto GTI = llvm::gep_type_begin(GEP), GTE = llvm::gep_type_end(GEP); EmitGEPOffsetInBytes() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5183 auto GTI = std::next(gep_type_begin(I)); parseFunctionBody() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4915 gep_type_iterator GTI = gep_type_begin(AddrInst); matchOperationAddr() local
|