/external/llvm/include/llvm/ |
D | Constants.h | 1007 static Constant *getGetElementPtr(Constant *C, 1010 return getGetElementPtr(C, makeArrayRef((Value * const *)IdxList.data(), 1014 static Constant *getGetElementPtr(Constant *C, 1020 return getGetElementPtr(C, cast<Value>(Idx), InBounds); 1022 static Constant *getGetElementPtr(Constant *C, 1030 return getGetElementPtr(C, IdxList, true); 1037 return getGetElementPtr(C, Idx, true); 1041 return getGetElementPtr(C, IdxList, true);
|
/external/llvm/include/llvm/Support/ |
D | ConstantFolder.h | 123 return ConstantExpr::getGetElementPtr(C, IdxList); in CreateGetElementPtr() 129 return ConstantExpr::getGetElementPtr(C, Idx); in CreateGetElementPtr() 133 return ConstantExpr::getGetElementPtr(C, IdxList); in CreateGetElementPtr()
|
D | TargetFolder.h | 135 return Fold(ConstantExpr::getGetElementPtr(C, IdxList)); in CreateGetElementPtr() 141 return Fold(ConstantExpr::getGetElementPtr(C, Idx)); in CreateGetElementPtr() 145 return Fold(ConstantExpr::getGetElementPtr(C, IdxList)); in CreateGetElementPtr()
|
D | NoFolder.h | 182 return ConstantExpr::getGetElementPtr(C, IdxList); in CreateGetElementPtr()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.cpp | 54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices); in InsertProfilingInitCall() 122 ConstantExpr::getGetElementPtr(CounterArray, Indices); in IncrementCounterInBlock()
|
D | AddressSanitizer.cpp | 487 ConstantExpr::getGetElementPtr(NewGlobal, Indices2, true)); in insertGlobalRedzones()
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 166 getGetElementPtr(aberrormsg, gep_params); in header()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGC.cpp | 255 return ConstantExpr::getGetElementPtr(GV, GEPIndices); in GetFrameMap()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 596 ConstantExpr::getGetElementPtr(Ops[0], NewIdxs); in CastGEPIndices() 737 ConstantExpr::getGetElementPtr(Ptr, NewIdxs); in SymbolicallyEvaluateGEP() 928 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1)); in ConstantFoldInstOperands()
|
D | InstructionSimplify.cpp | 2371 Constant *NewLHS = ConstantExpr::getGetElementPtr(Null, IndicesLHS); in SimplifyICmpInst() 2374 Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS); in SimplifyICmpInst() 2573 return ConstantExpr::getGetElementPtr(cast<Constant>(Ops[0]), Ops.slice(1)); in SimplifyGEPInst()
|
D | ScalarEvolutionExpander.cpp | 530 return ConstantExpr::getGetElementPtr(CLHS, CRHS); in expandAddToGEP()
|
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 1086 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1), in getWithOperands() 1665 Constant *GEP = getGetElementPtr( in getSizeOf() 1680 Constant *GEP = getGetElementPtr(NullPtr, Indices); in getAlignOf() 1697 Constant *GEP = getGetElementPtr( in getOffsetOf() 1740 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, in getGetElementPtr() function in ConstantExpr
|
D | ConstantFold.cpp | 1970 ConstantExpr::getGetElementPtr(CE->getOperand(0), NewIndices, in ConstantFoldGetElementPtrImpl() 1989 ConstantExpr::getGetElementPtr((Constant*)CE->getOperand(0), in ConstantFoldGetElementPtrImpl() 2045 return ConstantExpr::getGetElementPtr(C, NewIdxs, inBounds); in ConstantFoldGetElementPtrImpl()
|
D | Core.cpp | 884 return wrap(ConstantExpr::getGetElementPtr(unwrap<Constant>(ConstantVal), in LLVMConstGEP()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1959 llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantCFString() 2013 Fields[2] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantCFString() 2079 llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantString() 2137 Fields[1] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantString()
|
D | CGObjCGNU.cpp | 176 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros); in MakeConstantString() 191 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros); in ExportUniqueString() 951 Vtable = llvm::ConstantExpr::getGetElementPtr(Vtable, Two); in GetEHType() 2119 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() 2276 llvm::Constant *SelPtr = llvm::ConstantExpr::getGetElementPtr(SelectorList, in ModuleInitFunction()
|
D | CGExprConstant.cpp | 1084 Casted = llvm::ConstantExpr::getGetElementPtr(Casted, Offset); in EmitConstantValue()
|
D | CGObjCMac.cpp | 1541 return llvm::ConstantExpr::getGetElementPtr(C, Idxs); in getConstantGEP() 6334 llvm::ConstantExpr::getGetElementPtr(VTableGV, VTableIdx), in GetInterfaceEHType()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 184 CastOp = ConstantExpr::getGetElementPtr(CSrc, Idxs); in InstCombineLoadCast()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 597 NewPtr = ConstantExpr::getGetElementPtr(cast<Constant>(NewPtr), Idxs); in SRAGlobal() 753 ConstantExpr::getGetElementPtr(NewV, Idxs)); in OptimizeAwayTrappingUsesOfValue() 2433 Ptr = ConstantExpr::getGetElementPtr(Ptr, IdxList); in EvaluateBlock() 2473 ConstantExpr::getGetElementPtr(P, GEPOps, in EvaluateBlock()
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 836 Value *GEP = ConstantExpr::getGetElementPtr(funcName, GEPargs); in CleanupAndPrepareModules()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 985 Src = ConstantExpr::getGetElementPtr(Src, OffsetCst); in AnalyzeLoadFromClobberingMemInst() 1144 Src = ConstantExpr::getGetElementPtr(Src, OffsetCst); in GetMemInstValueForLoad()
|
D | SCCP.cpp | 1022 markConstant(&I, ConstantExpr::getGetElementPtr(Ptr, Indices)); in visitGetElementPtrInst()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1221 V = ConstantExpr::getGetElementPtr(Elts[0], Indices, in ParseConstants()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2306 ID.ConstantVal = ConstantExpr::getGetElementPtr(Elts[0], Indices, in ParseValID()
|