Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/IR/
H A DOperator.cpp91 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 DDataLayout.cpp925 GTI = gep_type_begin(ElemTy, Indices), getIndexedOffsetInType() local
H A DValue.cpp998 gep_type_iterator GTI = gep_type_begin(GEP); in getOffsetFromIndex() local
H A DConstants.cpp2492 auto GTI = gep_type_begin(Ty, Idxs), GTE = gep_type_end(Ty, Idxs); getGetElementPtr() local
/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp39 gep_type_iterator GTI = gep_type_begin(GEP); in emitGEPOffset() local
H A DBasicAliasAnalysis.cpp651 gep_type_iterator GTI = gep_type_begin(GEPOp); DecomposeGEPExpression() local
H A DInlineCost.cpp1423 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); accumulateGEPOffset() local
H A DValueTracking.cpp1303 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 DSeparateConstOffsetFromGEP.cpp810 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 DNaryReassociate.cpp340 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP() local
H A DStraightLineStrengthReduce.cpp534 gep_type_iterator GTI = gep_type_begin(GEP); allocateCandidatesAndFindBasisForGEP() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp383 gep_type_iterator GTI = gep_type_begin(GEP); determineBaseAndStride() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp277 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); computeAddress() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp486 ++i, ++GTI) { in computeAddress() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp344 gep_type_iterator GTI = gep_type_begin(U); PPCComputeAddress() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp547 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 DAArch64FastISel.cpp641 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 DInstructionCombining.cpp2395 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 DARMFastISel.cpp741 i != e; ++i, ++GTI) { in ARMComputeAddress() local
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1069 auto GTI = gep_type_begin(PointeeType, Operands); getGEPCost() local
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp905 gep_type_iterator GTI = gep_type_begin(U); X86SelectAddress() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1614 for (gep_type_iterator GTI = gep_type_begin(&U), E = gep_type_end(&U); translateGetElementPtr() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5678 for (auto GTI = llvm::gep_type_begin(GEP), GTE = llvm::gep_type_end(GEP); EmitGEPOffsetInBytes() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5183 auto GTI = std::next(gep_type_begin(I)); parseFunctionBody() local
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4915 gep_type_iterator GTI = gep_type_begin(AddrInst); matchOperationAddr() local

12