Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDOperator.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
HDDataLayout.cpp925 GTI = gep_type_begin(ElemTy, Indices), in getIndexedOffsetInType() local
HDValue.cpp998 gep_type_iterator GTI = gep_type_begin(GEP); in getOffsetFromIndex() local
HDConstants.cpp2492 auto GTI = gep_type_begin(Ty, Idxs), GTE = gep_type_end(Ty, Idxs); in getGetElementPtr() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLocal.cpp39 gep_type_iterator GTI = gep_type_begin(GEP); in emitGEPOffset() local
HDBasicAliasAnalysis.cpp651 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression() local
HDInlineCost.cpp1423 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset() local
HDValueTracking.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSeparateConstOffsetFromGEP.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
HDNaryReassociate.cpp340 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP() local
HDStraightLineStrengthReduce.cpp532 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVGatherScatterLowering.cpp383 gep_type_iterator GTI = gep_type_begin(GEP); in determineBaseAndStride() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFastISel.cpp277 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp344 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsFastISel.cpp486 gep_type_iterator GTI = gep_type_begin(U); in computeAddress() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp551 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FastISel.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.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-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFastISel.cpp741 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h1078 auto GTI = gep_type_begin(PointeeType, Operands); in getGEPCost() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp907 gep_type_iterator GTI = gep_type_begin(U); in X86SelectAddress() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp1614 for (gep_type_iterator GTI = gep_type_begin(&U), E = gep_type_end(&U); in translateGetElementPtr() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp5688 for (auto GTI = llvm::gep_type_begin(GEP), GTE = llvm::gep_type_end(GEP); in EmitGEPOffsetInBytes() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp5182 auto GTI = std::next(gep_type_begin(I)); in parseFunctionBody() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp4915 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr() local

12