/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 82 std::vector<Value *> GEPIndices; in TEST_F() local 83 GEPIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ctx), 0)); in TEST_F() 84 GEPIndices.push_back(&*F->arg_begin()); in TEST_F() 86 Value *GEP = Builder.CreateGEP(AT, GV, GEPIndices, "switch.gep"); in TEST_F()
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 82 std::vector<Value *> GEPIndices; in TEST_F() local 83 GEPIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ctx), 0)); in TEST_F() 84 GEPIndices.push_back(&*F->arg_begin()); in TEST_F() 86 Value *GEP = Builder.CreateGEP(AT, GV, GEPIndices, "switch.gep"); in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.cpp | 50 std::vector<Constant*> GEPIndices(2, in InsertProfilingInitCall() local 54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices); in InsertProfilingInitCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 150 Constant *GEPIndices[2] = { in GetFrameMap() local 153 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ShadowStackGC.cpp | 252 Constant *GEPIndices[2] = { in GetFrameMap() local 256 return ConstantExpr::getGetElementPtr(GV, GEPIndices); in GetFrameMap()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 247 Constant *GEPIndices[2] = { in GetFrameMap() local 250 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3007 SmallVector<Value *, 4> GEPIndices; member in __anon27ea43b30b11::AggLoadStoreRewriter::OpSplitter 3015 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {} in OpSplitter() 3042 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps() 3044 GEPIndices.pop_back(); in emitSplitOps() 3057 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps() 3059 GEPIndices.pop_back(); in emitSplitOps() 3079 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep"); in emitFunc() 3116 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3205 SmallVector<Value *, 4> GEPIndices; member in __anon927cd10b0a11::AggLoadStoreRewriter::OpSplitter 3214 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {} in OpSplitter() 3241 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps() 3243 GEPIndices.pop_back(); in emitSplitOps() 3256 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps() 3258 GEPIndices.pop_back(); in emitSplitOps() 3280 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep"); in emitFunc() 3322 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 1722 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), in getAddrOfVTable() local 1727 VTable->getValueType(), VTable, GEPIndices); in getAddrOfVTable() 3487 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), in getClassHierarchyDescriptor() local 3507 llvm::ArrayRef<llvm::Value *>(GEPIndices))), in getClassHierarchyDescriptor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 656 TEST(InstructionsTest, GEPIndices) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 5081 Value *GEPIndices[] = {Builder.getInt32(0), Index}; in BuildLookup() local 5083 GEPIndices, "switch.gep"); in BuildLookup()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4656 Value *GEPIndices[] = {Builder.getInt32(0), Index}; in BuildLookup() local 4658 GEPIndices, "switch.gep"); in BuildLookup()
|