/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 175 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/ |
D | ObjectLinkingLayerTest.cpp | 85 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/ |
D | llvm-dwarfdump.cpp | 162 auto Objs = expandBundle(F); in main() local 163 Objects.insert(Objects.end(), Objs.begin(), Objs.end()); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 496 SmallVector<ValueType, 4> Objs; in hasHazard_() local 499 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_() 500 for (SmallVectorImpl<ValueType>::const_iterator I = Objs.begin(); in hasHazard_() 501 I != Objs.end(); ++I) in hasHazard_() 544 SmallVector<Value *, 4> Objs; in getUnderlyingObjects() local 545 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects() 547 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), E = Objs.end(); in getUnderlyingObjects()
|
/external/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 469 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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 99 void writeRange(storage::Range<T> &R, const std::vector<T> &Objs) { in writeRange() 101 R.Size = Objs.size(); in writeRange() 102 Symtab.insert(Symtab.end(), reinterpret_cast<const char *>(Objs.data()), in writeRange() 103 reinterpret_cast<const char *>(Objs.data() + Objs.size())); in writeRange()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 142 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 …]
|
D | MachinePipeliner.cpp | 982 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/ |
D | ObjectLinkingLayer.h | 253 const ObjSetT &Objs, in addObjectSet() 257 for (auto &Obj : Objs) in addObjectSet() 262 this->NotifyLoaded(H, Objs, LoadedObjInfos); in addObjectSet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 156 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local 157 if (!getUnderlyingObjectsForCodeGen(V, Objs, DL)) in getUnderlyingObjectsForInstr() 160 for (Value *V : Objs) { in getUnderlyingObjectsForInstr() 877 UnderlyingObjectsVector Objs; in buildSchedGraph() local 878 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph() 894 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 904 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 924 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
|
D | StackColoring.cpp | 1035 SmallVector<Value *, 4> Objs; in remapInstructions() local 1036 getUnderlyingObjectsForCodeGen(MMOV, Objs, MF->getDataLayout()); in remapInstructions() 1038 if (Objs.empty()) in remapInstructions() 1041 for (Value *V : Objs) { in remapInstructions()
|
D | MachinePipeliner.cpp | 1049 SmallVectorImpl<Value *> &Objs, in getUnderlyingObjects() argument 1056 GetUnderlyingObjects(const_cast<Value *>(MM->getValue()), Objs, DL); in getUnderlyingObjects() 1057 for (Value *V : Objs) { in getUnderlyingObjects() 1059 Objs.clear(); in getUnderlyingObjects() 1062 Objs.push_back(V); in getUnderlyingObjects() 1079 SmallVector<Value *, 4> Objs; in addLoopCarriedDependences() local 1080 getUnderlyingObjects(&MI, Objs, MF.getDataLayout()); in addLoopCarriedDependences() 1081 if (Objs.empty()) in addLoopCarriedDependences() 1082 Objs.push_back(UnknownValue); in addLoopCarriedDependences() 1083 for (auto V : Objs) { in addLoopCarriedDependences() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 608 auto Objs = expandBundle(F); in main() local 609 Objects.insert(Objects.end(), Objs.begin(), Objs.end()); in main()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 441 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/ |
D | DataFlowSanitizer.cpp | 1061 SmallVector<Value *, 2> Objs; in loadShadow() local 1062 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow() 1064 for (Value *Obj : Objs) { in loadShadow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1172 SmallVector<Value *, 2> Objs; in loadShadow() local 1173 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow() 1175 for (Value *Obj : Objs) { in loadShadow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 705 SmallVector<Value *, 8> Objs; in canLowerToLDG() local 707 Objs, F->getDataLayout()); in canLowerToLDG() 709 return all_of(Objs, [&](Value *V) { in canLowerToLDG()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3576 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local 3577 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjectsForCodeGen() 3579 for (Value *V : Objs) { in getUnderlyingObjectsForCodeGen()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 581 SmallVector<Value *, 8> Objs; in canLowerToLDG() local 583 Objs, F->getDataLayout()); in canLowerToLDG() 584 for (Value *Obj : Objs) { in canLowerToLDG()
|