Home
last modified time | relevance | path

Searched refs:ItemList (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h44 ListTy &ItemList = getList(getListOwner()); in setSymTabObject() local
45 if (ItemList.empty()) return; in setSymTabObject()
49 for (auto I = ItemList.begin(); I != ItemList.end(); ++I) in setSymTabObject()
56 for (auto I = ItemList.begin(); I != ItemList.end(); ++I) in setSymTabObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h44 ListTy &ItemList = getList(getListOwner()); in setSymTabObject() local
45 if (ItemList.empty()) return; in setSymTabObject()
49 for (auto I = ItemList.begin(); I != ItemList.end(); ++I) in setSymTabObject()
56 for (auto I = ItemList.begin(); I != ItemList.end(); ++I) in setSymTabObject()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DSymbolTableListTraitsImpl.h44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner()); in setSymTabObject() local
45 if (ItemList.empty()) return; in setSymTabObject()
49 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin(); in setSymTabObject()
50 I != ItemList.end(); ++I) in setSymTabObject()
57 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin(); in setSymTabObject()
58 I != ItemList.end(); ++I) in setSymTabObject()
/external/swiftshader/third_party/LLVM/include/llvm/
DLinker.h51 typedef std::vector<std::pair<std::string,bool> > ItemList; typedef
167 const ItemList& Items, ///< Set of libraries/files to link in
168 ItemList& NativeItems ///< Output list of native files/libs
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkItems.cpp30 Linker::LinkInItems(const ItemList& Items, ItemList& NativeItems) { in LinkInItems()
35 for (ItemList::const_iterator I = Items.begin(), E = Items.end(); in LinkInItems()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc136 using ItemList = absl::InlinedVector<Item*, 3>; typedef
289 ItemList GetUsers(const InstructionList& instruction_list, in GetUsers()
293 ItemList users; in GetUsers()
398 ItemList users;
419 ItemList users = GetUsers(instruction_list_, logical_buffer, in CreateBufferFromLogicalBuffer()
429 ItemList&& rematerialized_uses) { in RematerializeBuffer()
481 Buffer& NewBuffer(Item* defining_instruction, int64 size, ItemList&& users, in NewBuffer()
714 ItemList placed_users; in AddRematerializedInstruction()
715 ItemList unplaced_users; in AddRematerializedInstruction()
1083 ItemList place_before; in RematerializeComputation()
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
Dllvm-ld.cpp327 const Linker::ItemList &LinkItems, in GenerateNative()
479 Linker::ItemList& Items, in BuildLinkItems()
568 Linker::ItemList NativeLinkItems; in main()
593 Linker::ItemList Items; in main()