Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1272 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 DConstantFolder.h117 return ConstantExpr::getGetElementPtr(Ty, PC, IdxList, NW); in FoldGEP()
/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.cpp156 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
H A DGlobalOpt.cpp820 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
H A DWholeProgramDevirt.cpp1756 return ConstantExpr::getGetElementPtr(Int8Ty, M->Bits->GV, in getMemberAddr()
H A DLowerTypeTests.cpp1189 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp157 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 DTargetFolder.h127 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList, NW)); in FoldGEP()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp91 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
H A DCGObjCGNU.cpp2674 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 DCGExprConstant.cpp2125 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset()); in applyOffset()
H A DCGObjCMac.cpp1776 return llvm::ConstantExpr::getGetElementPtr(C->getValueType(), C, Idxs); in getConstantGEP()
7316 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, ClassGV, Idx); in GetClassGlobalForClassRef()
H A DItaniumCXXABI.cpp2125 return llvm::ConstantExpr::getGetElementPtr( in getVTableAddressPoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp365 ConstantExpr::getGetElementPtr(PtrTy, GV, ArrayRef<Value *>{}); in getOrCreateRefVariable()
H A DShadowStackGCLowering.cpp199 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp565 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 DAMDGPULowerModuleLDSPass.cpp892 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 DConstants.cpp1586 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 DCore.cpp1828 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 DMiscompilation.cpp858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp875 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 DInstructionSimplify.cpp5135 ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ptr), Indices, NW); in simplifyGEPInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp267 Constant *GAI = ConstantExpr::getGetElementPtr( in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2647 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in instrumentGlobals()

12