| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1205 static Constant *getGetElementPtr(Type *Ty, Constant *C, 1210 return getGetElementPtr( 1214 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, 1221 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex, 1224 static Constant *getGetElementPtr(Type *Ty, Constant *C, 1234 return getGetElementPtr(Ty, C, IdxList, true); 1241 return getGetElementPtr(Ty, C, Idx, true); 1245 return getGetElementPtr(Ty, C, IdxList, true);
|
| H A D | ConstantFolder.h | 150 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr() 158 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr() 163 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
|
| H A D | NoFolder.h | 184 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr() 192 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/ |
| H A D | ClangOffloadWrapper.cpp | 215 auto *ImageB = ConstantExpr::getGetElementPtr(Image->getValueType(), in createBinDesc() 217 auto *ImageE = ConstantExpr::getGetElementPtr(Image->getValueType(), in createBinDesc() 234 auto *ImagesB = ConstantExpr::getGetElementPtr(Images->getValueType(), in createBinDesc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 142 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr() 149 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx)); in CreateGetElementPtr() 153 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SanitizerStats.cpp | 62 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
|
| H A D | VNCoercion.cpp | 414 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), in analyzeLoadFromClobberingMemInst() 595 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), in getMemInstValueForLoadHelper()
|
| H A D | Evaluator.cpp | 198 Ptr = ConstantExpr::getGetElementPtr(Ty, Ptr, IdxList); in evaluateBitcastFromPtr() 436 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
|
| H A D | SCCPSolver.cpp | 1045 ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, Indices); in visitGetElementPtrInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 130 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
|
| H A D | WholeProgramDevirt.cpp | 1531 return ConstantExpr::getGetElementPtr(Int8Ty, C, in getMemberAddr() 1741 ConstantExpr::getGetElementPtr( in rebuildGlobal()
|
| H A D | LowerTypeTests.cpp | 884 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr( in buildBitSetsFromGlobalVariables() 1138 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
|
| H A D | GlobalOpt.cpp | 619 ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs); in SRAGlobal() 784 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 80 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 198 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(), in MakeConstantString() 220 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(), in ExportUniqueString() 1456 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString() 2449 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two), in GetEHType() 3566 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() 3728 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction()
|
| H A D | CGCUDANV.cpp | 106 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(), in makeConstantString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 237 ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx)); in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 171 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params); in header()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 157 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 2494 return ConstantExpr::getGetElementPtr( in ConstantFoldGetElementPtr() 2522 return ConstantExpr::getGetElementPtr(SrcArrayTy, in ConstantFoldGetElementPtr() 2659 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds, in ConstantFoldGetElementPtr() 2668 return ConstantExpr::getGetElementPtr(PointeeTy, C, Idxs, in ConstantFoldGetElementPtr()
|
| H A D | Constants.cpp | 1569 return ConstantExpr::getGetElementPtr( in getWithOperands() 2349 Constant *GEP = getGetElementPtr( in getSizeOf() 2363 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf() 2380 Constant *GEP = getGetElementPtr( in getOffsetOf() 2425 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, in getGetElementPtr() function in ConstantExpr
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 832 Constant *C = ConstantExpr::getGetElementPtr( in CastGEPIndices() 1031 Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ptr, NewIdxs, in SymbolicallyEvaluateGEP() 1068 return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0], in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 3615 Constant *NewLHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() 3619 Constant *NewRHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() 4361 auto *CE = ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ops[0]), in SimplifyGEPInst() 5218 Constant *C = ConstantExpr::getGetElementPtr( in SimplifyRelativeLoad()
|
| H A D | InlineCost.cpp | 1216 return ConstantExpr::getGetElementPtr(I.getSourceElementType(), COps[0], in visitGetElementPtr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| H A D | Miscompilation.cpp | 858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
|