/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 146 inline gep_type_iterator gep_type_end(const User *GEP) { in gep_type_end() function 157 inline gep_type_iterator gep_type_end(const User &GEP) { in gep_type_end() function 169 gep_type_end(Type * /*Op0*/, ArrayRef<T> A) { in gep_type_end() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Operator.cpp | 39 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in getMaxPreservedAlignment() 159 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in collectOffset()
|
H A D | DataLayout.cpp | 881 GTE = gep_type_end(ElemTy, Indices); in getIndexedOffsetInType()
|
H A D | ConstantFold.cpp | 2420 gep_type_iterator LastI = gep_type_end(CE); in ConstantFoldGetElementPtr() 2421 for (gep_type_iterator I = gep_type_begin(CE), E = gep_type_end(CE); in ConstantFoldGetElementPtr()
|
H A D | Constants.cpp | 1467 gep_type_iterator GEPI = gep_type_begin(this), E = gep_type_end(this); in isGEPWithNoNotionalOverIndexing() 2463 auto GTI = gep_type_begin(Ty, Idxs), GTE = gep_type_end(Ty, Idxs); in getGetElementPtr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1090 gep_type_begin(I), gep_type_end(I), SF), SF); in visitGetElementPtrInst() 2046 gep_type_end(CE), SF); in getConstantExprValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1180 for (auto I = gep_type_begin(GEP), E = gep_type_end(GEP); in SimplifyDemandedVectorElts()
|
H A D | InstructionCombining.cpp | 2099 for (gep_type_iterator I = gep_type_begin(*Src), E = gep_type_end(*Src); in visitGetElementPtrInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 269 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 1000 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset()
|
H A D | ValueTracking.cpp | 2054 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in isGEPKnownNonNull()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 384 gep_type_iterator GEPI = gep_type_begin(U), E = gep_type_end(U); in isSafeSROAGEP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 556 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr()
|
H A D | SelectionDAGBuilder.cpp | 3859 for (gep_type_iterator GTI = gep_type_begin(&I), E = gep_type_end(&I); in visitGetElementPtr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 613 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() 4895 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1487 for (gep_type_iterator GTI = gep_type_begin(&U), E = gep_type_end(&U); in translateGetElementPtr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 733 GTE = gep_type_end(GEPI); in visitGetElementPtrInst()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 4973 for (auto GTI = llvm::gep_type_begin(GEP), GTE = llvm::gep_type_end(GEP); in EmitGEPOffsetInBytes()
|