Home
last modified time | relevance | path

Searched refs:lookupTarget (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp24 const Target *TargetRegistry::lookupTarget(StringRef ArchName, in lookupTarget() function in TargetRegistry
50 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError); in lookupTarget()
61 const Target *TargetRegistry::lookupTarget(StringRef TT, std::string &Error) { in lookupTarget() function in TargetRegistry
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp175 llvm::TargetRegistry::lookupTarget(TargetStr, Error); in PrintSupportedCPUs()
192 llvm::TargetRegistry::lookupTarget(TargetStr, Error); in PrintSupportedExtensions()
H A Dcc1as_main.cpp387 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error); in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DCommandLineArgs.cpp119 if (llvm::TargetRegistry::lookupTarget(std::string(TargetName), Error) == in getAnyTargetForTesting()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp69 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp44 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg); in createTargetMachine()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.cpp75 const llvm::Target *Target = llvm::TargetRegistry::lookupTarget( in GeneratePTX()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp31 TargetRegistry::lookupTarget(TripleName, TheTriple, ErrorStr); in init()
H A DDebugLineSectionEmitter.h70 TargetRegistry::lookupTarget(TripleName, TheTriple, ErrorStr); in init()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp83 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err); in initializeRecordStreamer()
H A DELFObjectFile.cpp687 const auto *T = TargetRegistry::lookupTarget(Triple.str(), Err); in getPltEntries()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp205 llvm::TargetRegistry::lookupTarget(triple, lookup_error); in MakeMCRegisterInfo()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp551 TargetRegistry::lookupTarget(codegen::getMArch(), TheTriple, Error); in compileModule()
594 TargetRegistry::lookupTarget(codegen::getMArch(), TheTriple, Error); in compileModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp211 TargetRegistry::lookupTarget("", *ErrOrTriple, ErrorStr); in llvm_dwp_main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp86 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp51 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in LLVMCreateDisasmCPUFeatures()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp276 if (!llvm::TargetRegistry::lookupTarget(Triple.getTriple(), Error)) in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h811 static const Target *lookupTarget(StringRef Triple, std::string &Error);
824 static const Target *lookupTarget(StringRef ArchName, Triple &TheTriple,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp243 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp401 MArch = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in determineTarget()
H A DLTOBackend.cpp487 const Target *T = TargetRegistry::lookupTarget(Mod.getTargetTriple(), Msg); in initAndLookupTarget()
H A DLTOModule.cpp210 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); in makeLTOModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp250 TargetRegistry::lookupTarget(ArchName, TheTriple, Error); in getTarget()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp752 TargetRegistry::lookupTarget(codegen::getMArch(), TheTriple, Error); in createTargetMachineForTriple()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp70 llvm::TargetRegistry::lookupTarget(triple.getTriple(), Status); in EmulateInstructionMIPS64()
87 target = llvm::TargetRegistry::lookupTarget(triple.getTriple(), Status); in EmulateInstructionMIPS64()

12