Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h175 std::vector<std::unique_ptr<object::ObjectFile>> Objs; in addObjectFile() local
176 Objs.push_back(std::move(O)); in addObjectFile()
177 ObjectLayer.addObjectSet(std::move(Objs), &MemMgr, &Resolver); in addObjectFile()
181 std::vector<std::unique_ptr<object::OwningBinary<object::ObjectFile>>> Objs; in addObjectFile() local
182 Objs.push_back( in addObjectFile()
185 ObjectLayer.addObjectSet(std::move(Objs), &MemMgr, &Resolver); in addObjectFile()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp85 std::vector<object::ObjectFile*> Objs; in TEST() local
86 Objs.push_back(OwningObj.getBinary()); in TEST()
101 auto H = ObjLayer.addObjectSet(Objs, &SMMW, &*Resolver); in TEST()
110 auto H = ObjLayer.addObjectSet(Objs, &SMMW, &*Resolver); in TEST()
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp162 auto Objs = expandBundle(F); in main() local
163 Objects.insert(Objects.end(), Objs.begin(), Objs.end()); in main()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp469 SmallVector<ValueType, 4> Objs; in hasHazard_() local
472 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_()
473 for (SmallVectorImpl<ValueType>::const_iterator I = Objs.begin(); in hasHazard_()
474 I != Objs.end(); ++I) in hasHazard_()
517 SmallVector<Value *, 4> Objs; in getUnderlyingObjects() local
518 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
520 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), E = Objs.end(); in getUnderlyingObjects()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp142 SmallVector<Value *, 4> Objs; in getUnderlyingObjects() local
143 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
145 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end(); in getUnderlyingObjects()
193 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local
194 getUnderlyingObjects(V, Objs, DL); in getUnderlyingObjectsForInstr()
196 for (Value *V : Objs) { in getUnderlyingObjectsForInstr()
1037 UnderlyingObjectsVector Objs; in buildSchedGraph() local
1038 getUnderlyingObjectsForInstr(&MI, MFI, Objs, MF.getDataLayout()); in buildSchedGraph()
1041 if (Objs.empty()) { in buildSchedGraph()
1053 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
[all …]
DMachinePipeliner.cpp982 SmallVectorImpl<Value *> &Objs, in getUnderlyingObjects() argument
989 GetUnderlyingObjects(const_cast<Value *>(MM->getValue()), Objs, DL); in getUnderlyingObjects()
1003 SmallVector<Value *, 4> Objs; in addLoopCarriedDependences() local
1004 getUnderlyingObjects(&MI, Objs, MF.getDataLayout()); in addLoopCarriedDependences()
1005 for (auto V : Objs) { in addLoopCarriedDependences()
1010 SmallVector<Value *, 4> Objs; in addLoopCarriedDependences() local
1011 getUnderlyingObjects(&MI, Objs, MF.getDataLayout()); in addLoopCarriedDependences()
1012 for (auto V : Objs) { in addLoopCarriedDependences()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h253 const ObjSetT &Objs, in addObjectSet()
257 for (auto &Obj : Objs) in addObjectSet()
262 this->NotifyLoaded(H, Objs, LoadedObjInfos); in addObjectSet()
/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.cpp1061 SmallVector<Value *, 2> Objs; in loadShadow() local
1062 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
1064 for (Value *Obj : Objs) { in loadShadow()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp581 SmallVector<Value *, 8> Objs; in canLowerToLDG() local
583 Objs, F->getDataLayout()); in canLowerToLDG()
584 for (Value *Obj : Objs) { in canLowerToLDG()