| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1154 static Constant *getGetElementPtr(Type *Ty, Constant *C, 1159 return getGetElementPtr( 1163 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, 1170 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex, 1173 static Constant *getGetElementPtr(Type *Ty, Constant *C, 1183 return getGetElementPtr(Ty, C, IdxList, true); 1190 return getGetElementPtr(Ty, C, Idx, true); 1194 return getGetElementPtr(Ty, C, IdxList, true);
|
| H A D | ConstantFolder.h | 144 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr() 151 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr() 156 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
|
| H A D | NoFolder.h | 213 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr() 220 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 134 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr() 140 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx)); in CreateGetElementPtr() 144 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SanitizerStats.cpp | 63 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
|
| H A D | VNCoercion.cpp | 297 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, in analyzeLoadFromClobberingMemInst() 473 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, in getMemInstValueForLoadHelper()
|
| H A D | Evaluator.cpp | 353 Ptr = ConstantExpr::getGetElementPtr(nullptr, Ptr, IdxList); in EvaluateBlock() 414 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 127 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
|
| H A D | WholeProgramDevirt.cpp | 1126 return ConstantExpr::getGetElementPtr(Int8Ty, C, in getMemberAddr() 1334 ConstantExpr::getGetElementPtr( in rebuildGlobal()
|
| H A D | LowerTypeTests.cpp | 811 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr( in buildBitSetsFromGlobalVariables() 1067 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
|
| H A D | GlobalOpt.cpp | 574 ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs); in SRAGlobal() 733 GEPI, ConstantExpr::getGetElementPtr(nullptr, NewV, Idxs)); in OptimizeAwayTrappingUsesOfValue()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | EfficiencySanitizer.cpp | 457 ConstantExpr::getGetElementPtr(CounterArrayTy, Counters, in createCacheFragInfoGV() 459 ConstantExpr::getGetElementPtr(CounterArrayTy, Counters, in createCacheFragInfoGV() 799 ConstantExpr::getGetElementPtr( in insertCounterUpdate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 83 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 207 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(), in MakeConstantString() 229 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(), in ExportUniqueString() 1401 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString() 2334 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two), in GetEHType() 3449 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() 3611 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction()
|
| H A D | CGCUDANV.cpp | 87 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(), in makeConstantString()
|
| H A D | CGExprConstant.cpp | 1642 C = llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset()); in applyOffset()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 153 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 2198 return ConstantExpr::getGetElementPtr( in ConstantFoldGetElementPtr() 2226 return ConstantExpr::getGetElementPtr(SrcArrayTy, in ConstantFoldGetElementPtr() 2360 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds, in ConstantFoldGetElementPtr() 2369 return ConstantExpr::getGetElementPtr(PointeeTy, C, Idxs, in ConstantFoldGetElementPtr()
|
| H A D | Constants.cpp | 1248 return ConstantExpr::getGetElementPtr( in getWithOperands() 1919 Constant *GEP = getGetElementPtr( in getSizeOf() 1933 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf() 1950 Constant *GEP = getGetElementPtr( in getOffsetOf() 1995 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, in getGetElementPtr() function in ConstantExpr
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 775 Constant *C = ConstantExpr::getGetElementPtr( in CastGEPIndices() 979 Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ptr, NewIdxs, in SymbolicallyEvaluateGEP() 1014 return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0], in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 3566 Constant *NewLHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() 3570 Constant *NewRHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() 4154 auto *CE = ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ops[0]), in SimplifyGEPInst() 4852 Constant *C = ConstantExpr::getGetElementPtr( in SimplifyRelativeLoad()
|
| H A D | ScalarEvolutionExpander.cpp | 516 return ConstantExpr::getGetElementPtr(Type::getInt8Ty(Ty->getContext()), in expandAddToGEP()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | Miscompilation.cpp | 855 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 2032 llvm::Constant *reloc_getelementptr = ConstantExpr::getGetElementPtr( in BuildRelocation()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 1086 ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, Indices); in visitGetElementPtrInst()
|