Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp91 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 DDataLayout.cpp925 GTI = gep_type_begin(ElemTy, Indices), in 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); in getGetElementPtr() local
/freebsd/contrib/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 = 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 DNaryReassociate.cpp340 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP() local
H A DStraightLineStrengthReduce.cpp532 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP() local
/freebsd/contrib/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); in DecomposeGEPExpression() local
H A DInlineCost.cpp1423 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset() local
H A DValueTracking.cpp1336 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 DRISCVGatherScatterLowering.cpp383 gep_type_iterator GTI = gep_type_begin(GEP); in determineBaseAndStride() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp277 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 DPPCFastISel.cpp344 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp486 gep_type_iterator GTI = gep_type_begin(U); in computeAddress() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp551 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 DAArch64FastISel.cpp641 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 DInstructionCombining.cpp2395 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 DARMFastISel.cpp741 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1078 auto GTI = gep_type_begin(PointeeType, Operands); in getGEPCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp907 gep_type_iterator GTI = gep_type_begin(U); in X86SelectAddress() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1614 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 DCGExprScalar.cpp5688 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 DCodeGenPrepare.cpp4915 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5182 auto GTI = std::next(gep_type_begin(I)); in parseFunctionBody() local

12