| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | GetElementPtrTypeIterator.h | 121 using gep_type_iterator = generic_gep_type_iterator<>; variable 123 inline gep_type_iterator gep_type_begin(const User *GEP) { in gep_type_begin() 125 return gep_type_iterator::begin( in gep_type_begin() 130 inline gep_type_iterator gep_type_end(const User *GEP) { in gep_type_end() 131 return gep_type_iterator::end(GEP->op_end()); in gep_type_end() 134 inline gep_type_iterator gep_type_begin(const User &GEP) { in gep_type_begin() 136 return gep_type_iterator::begin( in gep_type_begin() 141 inline gep_type_iterator gep_type_end(const User &GEP) { in gep_type_end() 142 return gep_type_iterator::end(GEP.op_end()); in gep_type_end()
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Interpreter.h | 29 typedef generic_gep_type_iterator<User::const_op_iterator> gep_type_iterator; typedef 188 GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I, 189 gep_type_iterator E, ExecutionContext &SF);
|
| D | Execution.cpp | 1048 GenericValue Interpreter::executeGEPOperation(Value *Ptr, gep_type_iterator I, in executeGEPOperation() 1049 gep_type_iterator E, in executeGEPOperation()
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Operator.cpp | 71 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in getMaxPreservedAlignment() 189 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in collectOffset()
|
| D | ConstantFold.cpp | 1981 gep_type_iterator LastI = gep_type_end(GEP); in foldGEPOfGEP() 1982 for (gep_type_iterator I = gep_type_begin(GEP), E = gep_type_end(GEP); in foldGEPOfGEP()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | SeparateConstOffsetFromGEP.cpp | 798 gep_type_iterator GTI = gep_type_begin(*GEP); in canonicalizeArrayIndicesToPointerSize() 817 gep_type_iterator GTI = gep_type_begin(*GEP); in accumulateByteOffset() 867 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToSingleIndexGEPs() 927 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToArithmetics() 1010 gep_type_iterator GTI = gep_type_begin(*GEP); in splitGEP()
|
| D | NaryReassociate.cpp | 340 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP()
|
| D | StraightLineStrengthReduce.cpp | 538 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | Local.cpp | 37 gep_type_iterator GTI = gep_type_begin(GEP); in emitGEPOffset()
|
| D | VectorUtils.cpp | 160 gep_type_iterator GEPTI = gep_type_begin(Gep); in getGEPInductionOperand()
|
| D | BasicAliasAnalysis.cpp | 587 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression()
|
| D | InlineCost.cpp | 1339 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset()
|
| D | ValueTracking.cpp | 1332 gep_type_iterator GTI = gep_type_begin(I); in computeKnownBitsFromOperator() 2262 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in isGEPKnownNonNull() 7469 gep_type_iterator GTI = gep_type_begin(GEP); in getOffsetFromIndex()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVGatherScatterLowering.cpp | 354 gep_type_iterator GTI = gep_type_begin(GEP); in determineBaseAndStride()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | LoadStoreVectorizer.cpp | 477 gep_type_iterator GTIA = gep_type_begin(GEPA); in lookThroughComplexAddresses() 478 gep_type_iterator GTIB = gep_type_begin(GEPB); in lookThroughComplexAddresses()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 2040 gep_type_iterator GTI = gep_type_begin(*Src); in visitGEPOfGEP() 2119 for (gep_type_iterator I = gep_type_begin(*Src), E = gep_type_end(*Src); in visitGEPOfGEP() 2317 gep_type_iterator GTI = gep_type_begin(GEP); in visitGetElementPtrInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFastISel.cpp | 273 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsFastISel.cpp | 486 gep_type_iterator GTI = gep_type_begin(U); in computeAddress()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 548 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCFastISel.cpp | 344 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 637 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() 4939 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 3449 gep_type_iterator It = gep_type_begin(I); in canReplaceOperandWithVariable()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMFastISel.cpp | 741 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 4684 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr() 7791 gep_type_iterator I = gep_type_begin(*GEP); in GEPSequentialConstIndexed()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | IRTranslator.cpp | 1521 for (gep_type_iterator GTI = gep_type_begin(&U), E = gep_type_end(&U); in translateGetElementPtr()
|