HomeSort by relevance Sort by last modified time
    Searched refs:BlockName (Results 1 - 25 of 35) sorted by null

1 2

  /external/swiftshader/third_party/subzero/runtime/
szrt_profiler.c 7 const char *const BlockName;
57 printf("%" PRIu64 "\t%s\n", (*curr)->Counter, (*curr)->BlockName);
  /external/clang/lib/Frontend/
TestModuleFileExtension.h 22 std::string BlockName;
47 TestModuleFileExtension(StringRef BlockName,
52 : BlockName(BlockName),
TestModuleFileExtension.cpp 38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "."
83 return { BlockName, MajorVersion, MinorVersion, UserInfo };
89 Code = llvm::hash_combine(Code, BlockName);
109 assert(Metadata.BlockName == BlockName && "Wrong block name");
114 << BlockName << Metadata.MajorVersion << Metadata.MinorVersion
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Dblk.c 106 CONST CHAR16 *BlockName;
148 BlockName = ShellCommandLineGetRawValue(Package, 1);
182 if (gEfiShellProtocol->GetDevicePathFromMap(BlockName) == NULL) {
183 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"dblk", BlockName);
186 DevPath = (EFI_DEVICE_PATH_PROTOCOL*)gEfiShellProtocol->GetDevicePathFromMap(BlockName);
188 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_MAP_PROTOCOL), gShellDebug1HiiHandle, L"dblk", BlockName, L"BlockIo");
191 ShellStatus = DisplayTheBlocks(gEfiShellProtocol->GetDevicePathFromMap(BlockName), Lba, (UINT8)BlockCount);
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 211 std::string FunctionName, BlockName;
213 In >> BlockName;
214 if (!BlockName.empty())
216 std::make_pair(FunctionName, BlockName));
276 std::string &BlockName = BlocksToNotExtractByName.back().second;
282 if (BB.getName() != BlockName) continue;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 204 std::string FunctionName, BlockName;
206 In >> BlockName;
207 if (!BlockName.empty())
209 std::make_pair(FunctionName, BlockName));
266 std::string &BlockName = BlocksToNotExtractByName.back().second;
274 if (BB.getName() != BlockName) continue;
  /external/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 126 case bitc::BLOCKINFO_CODE_BLOCKNAME: return "BLOCKNAME";
348 const char *BlockName = 0;
351 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader())))
352 errs() << BlockName;
356 if (NonSymbolic && BlockName)
382 if (BlockName)
383 errs() << BlockName << ">\n";
552 if (const char *BlockName = GetBlockName(I->first, StreamFile))
553 errs() << " (" << BlockName << ")";
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 700 OUT CHAR16 **BlockName
707 this array is "Vfr + <StorageName> + BlockName", e.g. "VfrMyIfrNVDataBlockName".
718 BlockName - The returned <BlockName>
722 EFI_INVALID_PARAMETER - Buffer is NULL or BlockName is NULL.
733 if ((Buffer == NULL) || (BlockName == NULL)) {
744 // <BlockName> ::= &OFFSET=1234&WIDTH=1234
748 *BlockName = StringPtr;
918 CHAR16 *BlockName;
972 Status = ExtractBlockName (BlockNameArray, &BlockName);
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 139 case bitc::BLOCKINFO_CODE_BLOCKNAME: return "BLOCKNAME";
501 const char *BlockName = nullptr;
504 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader(),
506 outs() << BlockName;
510 if (NonSymbolic && BlockName)
537 if (BlockName)
538 outs() << BlockName << ">\n";
836 if (const char *BlockName = GetBlockName(I->first, StreamFile,
838 outs() << " (" << BlockName << ")";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 471 std::string BlockName;
481 BlockName = MF->getFunction()->getNameStr() + ":" +
485 << " '" << BlockName << "'\n"; CurDAG->dump());
487 if (ViewDAGCombine1) CurDAG->viewGraph("dag-combine1 input for " + BlockName);
496 << " '" << BlockName << "'\n"; CurDAG->dump());
501 BlockName);
510 << " '" << BlockName << "'\n"; CurDAG->dump());
514 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
524 << " '" << BlockName << "'\n"; CurDAG->dump());
539 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
    [all...]

Completed in 890 milliseconds

1 2