| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1272 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Constant *> IdxList, 1276 return getGetElementPtr( 1281 getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, 1288 return getGetElementPtr(Ty, C, cast<Value>(Idx), NW, InRange, 1292 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Value *> IdxList, 1301 return getGetElementPtr(Ty, C, IdxList, GEPNoWrapFlags::inBounds()); 1308 return getGetElementPtr(Ty, C, Idx, GEPNoWrapFlags::inBounds()); 1312 return getGetElementPtr(Ty, C, IdxList, GEPNoWrapFlags::inBounds());
|
| H A D | ConstantFolder.h | 117 return ConstantExpr::getGetElementPtr(Ty, PC, IdxList, NW); in FoldGEP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SanitizerStats.cpp | 61 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 156 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
|
| H A D | GlobalOpt.cpp | 820 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
|
| H A D | WholeProgramDevirt.cpp | 1756 return ConstantExpr::getGetElementPtr(Int8Ty, M->Bits->GV, in getMemberAddr()
|
| H A D | LowerTypeTests.cpp | 1189 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 157 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroBegin); in createBinDesc() 159 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroSize); in createBinDesc() 176 ConstantExpr::getGetElementPtr(Images->getValueType(), Images, ZeroZero); in createBinDesc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 127 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList, NW)); in FoldGEP()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 91 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 2674 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two); in GetEHType() 3856 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() 4011 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction()
|
| H A D | CGExprConstant.cpp | 2125 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset()); in applyOffset()
|
| H A D | CGObjCMac.cpp | 1776 return llvm::ConstantExpr::getGetElementPtr(C->getValueType(), C, Idxs); in getConstantGEP() 7316 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, ClassGV, Idx); in GetClassGlobalForClassRef()
|
| H A D | ItaniumCXXABI.cpp | 2125 return llvm::ConstantExpr::getGetElementPtr( in getVTableAddressPoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WindowsSecureHotPatching.cpp | 365 ConstantExpr::getGetElementPtr(PtrTy, GV, ArrayRef<Value *>{}); in getOrCreateRefVariable()
|
| H A D | ShadowStackGCLowering.cpp | 199 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSwLowerLDS.cpp | 565 Constant *GEP = ConstantExpr::getGetElementPtr( in replaceKernelLDSAccesses() 978 Constant *GEP = ConstantExpr::getGetElementPtr(SwLDSMetadataStructType, in getAddressesOfVariablesInKernel() 1005 ConstantExpr::getGetElementPtr(SwLDS->getType(), SwLDS, GEPIdx, true); in buildNonKernelLDSBaseTable()
|
| H A D | AMDGPULowerModuleLDSPass.cpp | 892 auto *GEP = ConstantExpr::getGetElementPtr( in lowerDynamicLDSVariables() 1372 Constant *GEP = ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx, true); in createLDSVariableReplacement()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1586 return ConstantExpr::getGetElementPtr( in getWithOperands() 2474 Constant *GEP = getGetElementPtr( in getSizeOf() 2490 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf() 2494 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, in getGetElementPtr() function in ConstantExpr
|
| H A D | Core.cpp | 1828 return wrap(ConstantExpr::getGetElementPtr(unwrap(Ty), Val, IdxList)); in LLVMConstGEP2() 1848 return wrap(ConstantExpr::getGetElementPtr( in LLVMConstGEPWithNoWrapFlags()
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | Miscompilation.cpp | 858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 875 ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], NewIdxs, NW, InRange); in CastGEPIndices() 988 return ConstantExpr::getGetElementPtr(Type::getInt8Ty(Ctx), Ptr, in SymbolicallyEvaluateGEP() 1039 return ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], Ops.slice(1), in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 5135 ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ptr), Indices, NW); in simplifyGEPInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 267 Constant *GAI = ConstantExpr::getGetElementPtr( in LowerGlobalAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 2647 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in instrumentGlobals()
|