HomeSort by relevance Sort by last modified time
    Searched refs:TargetRegistry (Results 126 - 150 of 182) sorted by null

1 2 3 4 56 7 8

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
nvptx_backend_lib.cc 49 #include "llvm/Support/TargetRegistry.h"
170 const llvm::Target* target = TargetRegistry::lookupTarget("", triple, error);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 41 #include "llvm/Support/TargetRegistry.h"
941 TargetRegistry::RegisterMCDisassembler(getTheGCNTarget(),
943 TargetRegistry::RegisterMCSymbolizer(getTheGCNTarget(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 87 #include "llvm/Support/TargetRegistry.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 62 #include "llvm/Support/TargetRegistry.h"
    [all...]
  /external/clang/lib/Driver/
ToolChain.cpp 26 #include "llvm/Support/TargetRegistry.h"
182 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) {
  /external/clang/tools/driver/
cc1as_main.cpp 50 #include "llvm/Support/TargetRegistry.h"
286 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 49 #include "llvm/Support/TargetRegistry.h"
329 MArch = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
LTOModule.cpp 41 #include "llvm/Support/TargetRegistry.h"
214 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 23 #include "llvm/Support/TargetRegistry.h"
524 TargetRegistry::RegisterMCDisassembler(TheMipsTarget,
526 TargetRegistry::RegisterMCDisassembler(TheMipselTarget,
528 TargetRegistry::RegisterMCDisassembler(TheMips64Target,
530 TargetRegistry::RegisterMCDisassembler(TheMips64elTarget,
    [all...]
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 15 #include "llvm/Support/TargetRegistry.h"
45 TargetRegistry::RegisterMCDisassembler(TheSystemZTarget,
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 36 #include "llvm/Support/TargetRegistry.h"
640 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
  /external/llvm/tools/opt/
opt.cpp 49 #include "llvm/Support/TargetRegistry.h"
308 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 30 #include "llvm/Support/TargetRegistry.h"
157 const Target *march = TargetRegistry::lookupTarget(Triple, errMsg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTOBackend.cpp 37 #include "llvm/Support/TargetRegistry.h"
384 const Target *T = TargetRegistry::lookupTarget(Mod.getTargetTriple(), Msg);
LTOCodeGenerator.cpp 50 #include "llvm/Support/TargetRegistry.h"
333 MArch = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
LTOModule.cpp 38 #include "llvm/Support/TargetRegistry.h"
208 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 27 #include "llvm/Support/TargetRegistry.h"
566 TargetRegistry::RegisterMCDisassembler(getTheMipsTarget(),
568 TargetRegistry::RegisterMCDisassembler(getTheMipselTarget(),
570 TargetRegistry::RegisterMCDisassembler(getTheMips64Target(),
572 TargetRegistry::RegisterMCDisassembler(getTheMips64elTarget(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 17 #include "llvm/Support/TargetRegistry.h"
51 TargetRegistry::RegisterMCDisassembler(getTheSystemZTarget(),
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
llvm-readobj.cpp 41 #include "llvm/Support/TargetRegistry.h"
593 cl::AddExtraVersionPrinter(TargetRegistry::printRegisteredTargetsForVersion);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 33 #include "llvm/Support/TargetRegistry.h"
645 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
opt.cpp 50 #include "llvm/Support/TargetRegistry.h"
404 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
PatternMatchTest.cpp 22 #include "llvm/Support/TargetRegistry.h"
49 const Target *T = TargetRegistry::lookupTarget("", TargetTriple, Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.cpp 31 #include "llvm/Support/TargetRegistry.h"
395 TargetRegistry::lookupTarget(TripleName, TheTriple, ErrorStr);
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 86 #include "llvm/Support/TargetRegistry.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 43 #include "llvm/Support/TargetRegistry.h"
92 TargetRegistry::RegisterAsmPrinter(getTheAMDGPUTarget(),
94 TargetRegistry::RegisterAsmPrinter(getTheGCNTarget(),
    [all...]

Completed in 2037 milliseconds

1 2 3 4 56 7 8