HomeSort by relevance Sort by last modified time
    Searched refs:ItemList (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 44 ListTy &ItemList = getList(getListOwner());
45 if (ItemList.empty()) return;
49 for (auto I = ItemList.begin(); I != ItemList.end(); ++I)
56 for (auto I = ItemList.begin(); I != ItemList.end(); ++I)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
SymbolTableListTraitsImpl.h 44 ListTy &ItemList = getList(getListOwner());
45 if (ItemList.empty()) return;
49 for (auto I = ItemList.begin(); I != ItemList.end(); ++I)
56 for (auto I = ItemList.begin(); I != ItemList.end(); ++I)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSectionParser.py 66 def GetSpecialStr2(ItemList, FileName, LineNo, SectionString):
71 if len(ItemList) == 3:
77 if not (ItemList[0].upper() == DT.TAB_LIBRARY_CLASSES.upper() or \
78 ItemList[0].upper() == DT.TAB_DEPEX.upper() or \
79 ItemList[0].upper() == DT.TAB_USER_EXTENSIONS.upper()):
80 if ItemList[2] != '':
87 Str2 = ItemList[2]
88 elif len(ItemList) == 4:
94 if not ItemList[0].upper() == DT.TAB_USER_EXTENSIONS.upper() or ItemList[0].upper() == DT.TAB_DEPEX.upper():
    [all...]
DecParser.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 131 ItemList = GetSplitValueList(Item, TAB_SPLIT)
133 CurrentSection = ItemList[0]
135 if CurrentSection != ItemList[0]:
136 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo)
137 ItemList.append('')
138 ItemList.append('')
139 if len(ItemList) > 5:
142 ArchList.append(ItemList[1].upper())
143 ThirdList.append(ItemList[2])
Report.py 142 ItemList = DepexString.split(' ')
144 for Item in ItemList:
  /external/swiftshader/third_party/LLVM/lib/VMCore/
SymbolTableListTraitsImpl.h 44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner());
45 if (ItemList.empty()) return;
49 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
50 I != ItemList.end(); ++I)
57 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
58 I != ItemList.end(); ++I)
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 51 typedef std::vector<std::pair<std::string,bool> > ItemList;
167 const ItemList& Items, ///< Set of libraries/files to link in
168 ItemList& NativeItems ///< Output list of native files/libs
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 205 ItemList = GetSplitValueList(Item, TAB_SPLIT)
207 CurrentSection = ItemList[0]
209 if CurrentSection != ItemList[0]:
210 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
213 ItemList.append('')
214 ItemList.append('')
215 if len(ItemList) > 5:
218 if ItemList[1] != '' and ItemList[1].upper() not in ARCH_LIST_FULL:
219 EdkLogger.error("Parser", PARSER_ERROR, "Invalid Arch definition '%s' found" % ItemList[1], File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
    [all...]
InfClassObject.py 396 ItemList = GetSplitValueList(Item, TAB_SPLIT)
398 CurrentSection = ItemList[0]
400 if CurrentSection != ItemList[0]:
401 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
406 ItemList.append('')
407 ItemList.append('')
408 if len(ItemList) > 5:
411 if ItemList[1] != '' and ItemList[1].upper() not in ARCH_LIST_FULL:
412 EdkLogger.error("Parser", PARSER_ERROR, "Invalid Arch definition '%s' found" % ItemList[1], File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
    [all...]
Parsing.py 275 ItemList = GetSplitValueList((Item[0] + DataType.TAB_VALUE_SPLIT * 2))
278 if len(ItemList) > 5:
281 CheckFileType(ItemList[1], '.Inf', ContainerFile, 'LibraryClasses', Item[0], LineNo)
282 CheckFileExist(WorkspaceDir, ItemList[1], ContainerFile, 'LibraryClasses', Item[0], LineNo)
283 if ItemList[2] != '':
284 CheckPcdTokenInfo(ItemList[2], 'LibraryClasses', ContainerFile, LineNo)
288 return (ItemList[0], ItemList[1], ItemList[2], SupMod)
    [all...]
DscClassObject.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
InfBinarySectionTest.py 260 ItemList = []
281 ItemList.append((ValueList, InfLineCommentObject, CurrentLine))
283 return ItemList
DecParserUnitTest.py 127 self.ItemList = []
140 self.ItemObject.ItemList.append(Item)
193 self.assertEqual(len(data.ItemList), 3)
195 dataitem = data.ItemList[0]
204 dataitem = data.ItemList[1]
213 dataitem = data.ItemList[2]
224 self.assertEqual(len(data.ItemList), 1)
226 dataitem = data.ItemList[0]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkItems.cpp 30 Linker::LinkInItems(const ItemList& Items, ItemList& NativeItems) {
35 for (ItemList::const_iterator I = Items.begin(), E = Items.end();
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_rematerialization.cc 136 using ItemList = absl::InlinedVector<Item*, 3>;
289 ItemList GetUsers(const InstructionList& instruction_list,
293 ItemList users;
398 ItemList users;
419 ItemList users = GetUsers(instruction_list_, logical_buffer,
429 ItemList&& rematerialized_uses) {
481 Buffer& NewBuffer(Item* defining_instruction, int64 size, ItemList&& users,
714 ItemList placed_users;
715 ItemList unplaced_users;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Parsing.py 106 ItemList = GetSplitValueList((Item[0] + DataType.TAB_VALUE_SPLIT * 2))
109 if len(ItemList) > 5:
115 CheckFileType(ItemList[1], '.Inf', ContainerFile, 'LibraryClasses', \
117 CheckFileExist(WorkspaceDir, ItemList[1], ContainerFile, \
119 if ItemList[2] != '':
120 CheckPcdTokenInfo(ItemList[2], 'LibraryClasses', \
125 return (ItemList[0], ItemList[1], ItemList[2], SupMod)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DecObject.py 577 self.ItemList = []
589 self.ItemList.append(Item)
594 return self.ItemList
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 327 const Linker::ItemList &LinkItems,
479 Linker::ItemList& Items,
568 Linker::ItemList NativeLinkItems;
593 Linker::ItemList Items;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 298 ItemList = GetSplitValueList(Item, TAB_SPLIT,2)
300 if self._SectionName != '' and self._SectionName != ItemList[0].upper():
303 self._SectionName = ItemList[0].upper()
307 if self._SectionName not in SECTIONS_HAVE_ITEM_AFTER_ARCH and len(ItemList) > 3:
317 if len(ItemList) > 1:
318 S1 = ItemList[1].upper()
324 if len(ItemList) > 2:
326 S2 = ItemList[2]
328 S2 = ItemList[2].upper()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 291 ItemList = GetSplitValueList(Item, TAB_SPLIT)
293 if self._SectionName != '' and self._SectionName != ItemList[0].upper():
296 self._SectionName = ItemList[0].upper()
304 if len(ItemList) > 1:
305 S1 = ItemList[1].upper()
310 if len(ItemList) > 2:
311 S2 = ItemList[2].upper()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 530 ItemList = Section.split('.')
531 Item = ItemList[0]
537 elif Item == 'VTF' and len(ItemList) == 3:
538 UiName = ItemList[2]
542 self.__CurSection = ['VTF', UiName, ItemList[1]]
543 elif len(ItemList) > 1:
544 self.__CurSection = [ItemList[0], ItemList[1], 'COMMON']
545 elif len(ItemList) > 0:
546 self.__CurSection = [ItemList[0], 'DUMMY', 'COMMON']
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py     [all...]

Completed in 835 milliseconds