/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 44 gep_type_iterator GTI = gep_type_begin(GEP); variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Operator.cpp | 40 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in accumulateConstantOffset() local
|
D | DataLayout.cpp | 811 GTI = gep_type_begin(ElemTy, Indices), in getIndexedOffsetInType() local
|
D | ConstantFold.cpp | 1769 gep_type_iterator GTI = gep_type_begin(CE1); in evaluateICmpRelation() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 767 gep_type_iterator GTI = gep_type_begin(*GEP); in canonicalizeArrayIndicesToPointerSize() local 786 gep_type_iterator GTI = gep_type_begin(*GEP); in accumulateByteOffset() local 832 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToSingleIndexGEPs() local 892 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToArithmetics() local 976 gep_type_iterator GTI = gep_type_begin(*GEP); in splitGEP() local
|
D | NaryReassociate.cpp | 312 gep_type_iterator GTI = gep_type_begin(*GEP); in tryReassociateGEP() local
|
D | StraightLineStrengthReduce.cpp | 528 gep_type_iterator GTI = gep_type_begin(GEP); in allocateCandidatesAndFindBasisForGEP() local
|
D | SROA.cpp | 738 for (gep_type_iterator GTI = gep_type_begin(GEPI), in visitGetElementPtrInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 270 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1376 gep_type_iterator GTI = gep_type_begin(I); in computeKnownBitsFromOperator() local 1949 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in isGEPKnownNonNull() local 5894 gep_type_iterator GTI = gep_type_begin(GEP); in getOffsetFromIndex() local
|
D | BasicAliasAnalysis.cpp | 536 gep_type_iterator GTI = gep_type_begin(GEPOp); in DecomposeGEPExpression() local
|
D | InlineCost.cpp | 678 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 761 auto GTI = gep_type_begin(PointeeType, Operands); in getGEPCost() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 491 gep_type_iterator GTI = gep_type_begin(U); in computeAddress() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 349 gep_type_iterator GTI = gep_type_begin(U); in PPCComputeAddress() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 628 for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U); in computeAddress() local 5033 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr() local
|
D | AArch64ISelLowering.cpp | 8937 gep_type_iterator GTI = gep_type_begin(Instr); in isExtFreeImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 687 for (gep_type_iterator GTI = gep_type_begin(I), E = gep_type_end(I); in selectGetElementPtr() local
|
D | SelectionDAGBuilder.cpp | 3894 for (gep_type_iterator GTI = gep_type_begin(&I), E = gep_type_end(&I); in visitGetElementPtr() local 4392 gep_type_iterator GTI = gep_type_begin(*GEP); in getUniformBase() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 759 gep_type_iterator GTI = gep_type_begin(U); in ARMComputeAddress() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1068 for (gep_type_iterator GTI = gep_type_begin(&U), E = gep_type_end(&U); in translateGetElementPtr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1696 gep_type_iterator GTI = gep_type_begin(GEP); in visitGetElementPtrInst() local
|
D | InstCombineCompares.cpp | 427 gep_type_iterator GTI = gep_type_begin(GEP); in evaluateGEPOffsetExpression() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 906 gep_type_iterator GTI = gep_type_begin(U); in X86SelectAddress() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4246 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr() local
|