/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 1240 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 D | ConstantFolder.h | 116 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/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/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 157 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
|
H A D | WholeProgramDevirt.cpp | 1705 return ConstantExpr::getGetElementPtr(Int8Ty, M->Bits->GV, in getMemberAddr()
|
H A D | LowerTypeTests.cpp | 1133 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
|
H A D | GlobalOpt.cpp | 809 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 126 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList, NW)); in FoldGEP()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTT.cpp | 90 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
|
H A D | CGObjCGNU.cpp | 2573 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 D | CGExprConstant.cpp | 2030 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset()); in applyOffset()
|
H A D | CGObjCMac.cpp | 1844 return llvm::ConstantExpr::getGetElementPtr(C->getValueType(), C, Idxs); in getConstantGEP() 7414 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, ClassGV, Idx); in GetClassGlobalForClassRef()
|
H A D | ItaniumCXXABI.cpp | 2106 return llvm::ConstantExpr::getGetElementPtr( in getVTableAddressPoint()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShadowStackGCLowering.cpp | 200 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 894 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 D | Constants.cpp | 1560 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 D | Core.cpp | 1829 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 D | Miscompilation.cpp | 858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 860 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 D | InstructionSimplify.cpp | 5109 ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ptr), Indices, NW); in simplifyGEPInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 294 Constant *GAI = ConstantExpr::getGetElementPtr( in LowerGlobalAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 2596 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in instrumentGlobals()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1650 C = ConstantExpr::getGetElementPtr( in materializeValue()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4409 ConstantExpr::getGetElementPtr(Ty, Elts[0], Indices, NW, InRange); in parseValID()
|