Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h790 static Constant *getGetElementPtr(Constant *C,
793 return getGetElementPtr(C, makeArrayRef((Value * const *)IdxList.data(),
797 static Constant *getGetElementPtr(Constant *C,
803 return getGetElementPtr(C, cast<Value>(Idx), InBounds);
805 static Constant *getGetElementPtr(Constant *C,
813 return getGetElementPtr(C, IdxList, true);
820 return getGetElementPtr(C, Idx, true);
824 return getGetElementPtr(C, IdxList, true);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h1143 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1148 return getGetElementPtr(
1152 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx,
1159 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex,
1162 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1172 return getGetElementPtr(Ty, C, IdxList, true);
1179 return getGetElementPtr(Ty, C, Idx, true);
1183 return getGetElementPtr(Ty, C, IdxList, true);
DConstantFolder.h144 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
151 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
156 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
DNoFolder.h213 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
220 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
/external/llvm/include/llvm/IR/
DConstants.h1075 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1079 return getGetElementPtr(
1083 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx,
1089 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy);
1091 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1100 return getGetElementPtr(Ty, C, IdxList, true);
1107 return getGetElementPtr(Ty, C, Idx, true);
1111 return getGetElementPtr(Ty, C, IdxList, true);
DConstantFolder.h123 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
129 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
133 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
DNoFolder.h182 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
188 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h123 return ConstantExpr::getGetElementPtr(C, IdxList); in CreateGetElementPtr()
129 return ConstantExpr::getGetElementPtr(C, Idx); in CreateGetElementPtr()
133 return ConstantExpr::getGetElementPtr(C, IdxList); in CreateGetElementPtr()
DTargetFolder.h135 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h134 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
140 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx)); in CreateGetElementPtr()
144 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h135 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
141 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx)); in CreateGetElementPtr()
145 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices); in InsertProfilingInitCall()
122 ConstantExpr::getGetElementPtr(CounterArray, Indices); in IncrementCounterInBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp63 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
DVNCoercion.cpp297 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, in analyzeLoadFromClobberingMemInst()
473 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, in getMemInstValueForLoadHelper()
DEvaluator.cpp353 Ptr = ConstantExpr::getGetElementPtr(nullptr, Ptr, IdxList); in EvaluateBlock()
414 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
/external/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp63 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
DEvaluator.cpp251 Ptr = ConstantExpr::getGetElementPtr(nullptr, Ptr, IdxList); in EvaluateBlock()
315 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp127 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp178 Constant *NewGEP = ConstantExpr::getGetElementPtr( in hoistAddrSpaceCastFromGEP()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp843 ConstantExpr::getGetElementPtr(Op, Ops, in getWithOperandReplaced()
847 ConstantExpr::getGetElementPtr(getOperand(0), Ops, in getWithOperandReplaced()
895 ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1), in getWithOperands()
1523 Constant *GEP = getGetElementPtr( in getSizeOf()
1538 Constant *GEP = getGetElementPtr(NullPtr, Indices); in getAlignOf()
1555 Constant *GEP = getGetElementPtr( in getOffsetOf()
1598 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, in getGetElementPtr() function in ConstantExpr
2096 Replacement = ConstantExpr::getGetElementPtr(Pointer, Indices, in replaceUsesOfWithOnConstant()
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp461 ConstantExpr::getGetElementPtr(CounterArrayTy, Counters, in createCacheFragInfoGV()
463 ConstantExpr::getGetElementPtr(CounterArrayTy, Counters, in createCacheFragInfoGV()
800 ConstantExpr::getGetElementPtr( in insertCounterUpdate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp472 ConstantExpr::getGetElementPtr(CounterArrayTy, Counters, in createCacheFragInfoGV()
474 ConstantExpr::getGetElementPtr(CounterArrayTy, Counters, in createCacheFragInfoGV()
814 ConstantExpr::getGetElementPtr( in insertCounterUpdate()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp314 Constant *GEP = ConstantExpr::getGetElementPtr( in TEST()
382 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1); in TEST()
/external/llvm/unittests/IR/
DConstantsTest.cpp313 Constant *GEP = ConstantExpr::getGetElementPtr( in TEST()
381 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/BrainF/
DBrainF.cpp174 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params); in header()

1234