Home
last modified time | relevance | path

Searched refs:Objs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp106 SmallVector<Value *, 4> Objs; in getUnderlyingObjects() local
107 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
109 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end(); in getUnderlyingObjects()
160 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local
161 getUnderlyingObjects(V, Objs, DL); in getUnderlyingObjectsForInstr()
163 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end(); in getUnderlyingObjectsForInstr()
496 SmallVector<Value *, 4> Objs; in isUnsafeMemoryObject() local
497 getUnderlyingObjects(V, Objs, DL); in isUnsafeMemoryObject()
498 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), in isUnsafeMemoryObject()
499 IE = Objs.end(); I != IE; ++I) { in isUnsafeMemoryObject()
[all …]
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h167 std::vector<std::unique_ptr<object::ObjectFile>> Objs; in addObjectFile() local
168 Objs.push_back(std::move(O)); in addObjectFile()
169 ObjectLayer.addObjectSet(std::move(Objs), &MemMgr, &Resolver); in addObjectFile()
176 std::vector<std::unique_ptr<object::ObjectFile>> Objs; in addObjectFile() local
177 Objs.push_back(std::move(Obj)); in addObjectFile()
179 ObjectLayer.addObjectSet(std::move(Objs), &MemMgr, &Resolver); in addObjectFile()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp438 SmallVector<ValueType, 4> Objs; in hasHazard_() local
441 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_()
442 for (SmallVectorImpl<ValueType>::const_iterator I = Objs.begin(); in hasHazard_()
443 I != Objs.end(); ++I) in hasHazard_()
486 SmallVector<Value *, 4> Objs; in getUnderlyingObjects() local
487 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
489 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), E = Objs.end(); in getUnderlyingObjects()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp441 SmallVectorImpl<const Expr *> &Objs) { in getNSArrayObjects() argument
464 Objs.push_back(Msg->getArg(0)); in getNSArrayObjects()
477 Objs.push_back(Msg->getArg(i)); in getNSArrayObjects()
483 Objs.push_back(ArrLit->getElement(i)); in getNSArrayObjects()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1051 SmallVector<Value *, 2> Objs; in loadShadow() local
1052 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
1054 for (SmallVector<Value *, 2>::iterator i = Objs.begin(), e = Objs.end(); in loadShadow()