Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1240 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Constant *> IdxList,
1244 return getGetElementPtr(
1249 getGetElementPtr(Type *Ty, Constant *C, Constant *Idx,
1256 return getGetElementPtr(Ty, C, cast<Value>(Idx), NW, InRange,
1260 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Value *> IdxList,
1269 return getGetElementPtr(Ty, C, IdxList, GEPNoWrapFlags::inBounds());
1276 return getGetElementPtr(Ty, C, Idx, GEPNoWrapFlags::inBounds());
1280 return getGetElementPtr(Ty, C, IdxList, GEPNoWrapFlags::inBounds());
H A DConstantFolder.h116 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/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/lib/Transforms/IPO/
H A DGlobalSplit.cpp157 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
H A DWholeProgramDevirt.cpp1705 return ConstantExpr::getGetElementPtr(Int8Ty, M->Bits->GV, in getMemberAddr()
H A DLowerTypeTests.cpp1133 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
H A DGlobalOpt.cpp809 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h126 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList, NW)); in FoldGEP()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp90 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
H A DCGObjCGNU.cpp2573 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two); in GetEHType()
3765 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass()
3920 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction()
H A DCGExprConstant.cpp2030 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset()); in applyOffset()
H A DCGObjCMac.cpp1844 return llvm::ConstantExpr::getGetElementPtr(C->getValueType(), C, Idxs); in getConstantGEP()
7414 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, ClassGV, Idx); in GetClassGlobalForClassRef()
H A DItaniumCXXABI.cpp2106 return llvm::ConstantExpr::getGetElementPtr( in getVTableAddressPoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp200 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp894 auto GEP = ConstantExpr::getGetElementPtr( in lowerDynamicLDSVariables()
1245 Constant *GEP = ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx, true); in createLDSVariableReplacement()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1560 return ConstantExpr::getGetElementPtr( in getWithOperands()
2446 Constant *GEP = getGetElementPtr( in getSizeOf()
2461 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf()
2465 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, in getGetElementPtr() function in ConstantExpr
H A DCore.cpp1829 return wrap(ConstantExpr::getGetElementPtr(unwrap(Ty), Val, IdxList)); in LLVMConstGEP2()
1849 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.cpp860 ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], NewIdxs, NW, InRange); in CastGEPIndices()
965 return ConstantExpr::getGetElementPtr(Type::getInt8Ty(Ctx), Ptr, in SymbolicallyEvaluateGEP()
1016 return ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], Ops.slice(1), in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp5109 ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ptr), Indices, NW); in simplifyGEPInst()
/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.cpp2596 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in instrumentGlobals()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1650 C = ConstantExpr::getGetElementPtr( in materializeValue()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4409 ConstantExpr::getGetElementPtr(Ty, Elts[0], Indices, NW, InRange); in parseValID()

12