Home
last modified time | relevance | path

Searched refs:getGetElementPtr (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1187 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Constant *> IdxList,
1191 return getGetElementPtr(
1196 getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, bool InBounds = false,
1202 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex,
1206 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Value *> IdxList,
1215 return getGetElementPtr(Ty, C, IdxList, true);
1222 return getGetElementPtr(Ty, C, Idx, true);
1226 return getGetElementPtr(Ty, C, IdxList, true);
H A DConstantFolder.h119 return ConstantExpr::getGetElementPtr(Ty, PC, IdxList);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp61 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp128 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
H A DLowerTypeTests.cpp882 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr( in buildBitSetsFromGlobalVariables()
1133 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
H A DWholeProgramDevirt.cpp1713 return ConstantExpr::getGetElementPtr(Int8Ty, M->Bits->GV, in getMemberAddr()
1938 ConstantExpr::getGetElementPtr( in rebuildGlobal()
H A DGlobalOpt.cpp799 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp155 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroBegin); in createBinDesc()
157 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroSize); in createBinDesc()
174 ConstantExpr::getGetElementPtr(Images->getValueType(), Images, ZeroZero); in createBinDesc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp80 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
H A DCGObjCGNU.cpp202 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(), in MakeConstantString()
224 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(), in ExportUniqueString()
1479 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()
2574 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two); in GetEHType()
3766 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass()
3921 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction()
H A DCGCUDANV.cpp95 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(), in makeConstantString()
120 return llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros); in makeConstantArray()
H A DCGExprConstant.cpp1864 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset()); in applyOffset()
H A DCGObjCMac.cpp1836 return llvm::ConstantExpr::getGetElementPtr(C->getValueType(), C, Idxs); in getConstantGEP()
7408 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, ClassGV, Idx); in GetClassGlobalForClassRef()
H A DCodeGenModule.cpp6137 : llvm::ConstantExpr::getGetElementPtr(Ty, C, Zeros); in GetAddrOfConstantCFString()
6194 llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros); in GetAddrOfConstantCFString()
H A DItaniumCXXABI.cpp1897 return llvm::ConstantExpr::getGetElementPtr(VTable->getValueType(), VTable, in getVTableAddressPoint()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h129 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList));
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1479 return ConstantExpr::getGetElementPtr( in foldGEPOfGEP()
1537 return ConstantExpr::getGetElementPtr( in foldGEPOfGEP()
1723 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds, in ConstantFoldGetElementPtr()
1733 return ConstantExpr::getGetElementPtr(PointeeTy, C, Idxs, in ConstantFoldGetElementPtr()
H A DConstants.cpp1485 return ConstantExpr::getGetElementPtr( in getWithOperands()
2225 Constant *GEP = getGetElementPtr( in getSizeOf()
2239 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf()
2266 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, in getGetElementPtr() function in ConstantExpr
H A DCore.cpp1722 return wrap(ConstantExpr::getGetElementPtr(unwrap(Ty), Val, IdxList)); in LLVMConstGEP2()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp200 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1104 auto GEP = ConstantExpr::getGetElementPtr( in lowerDynamicLDSVariables()
1455 Constant *GEP = ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx, true); in createLDSVariableReplacement()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp854 Constant *C = ConstantExpr::getGetElementPtr( in CastGEPIndices()
982 return ConstantExpr::getGetElementPtr(SrcElemTy, Ptr, NewIdxs, InBounds, in SymbolicallyEvaluateGEP()
1030 return ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], Ops.slice(1), in ConstantFoldInstOperandsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp294 Constant *GAI = ConstantExpr::getGetElementPtr( in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2504 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in instrumentGlobals()

12