Home
last modified time | relevance | path

Searched defs:TheTarget (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DTestAsmPrinter.cpp35 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrorStr); in create() local
49 llvm::Error TestAsmPrinter::init(const Target *TheTarget, StringRef TripleName, in init()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfUtils.cpp53 const Target *TheTarget = TargetRegistry::lookupTarget(T.getTriple(), Err); in isConfigurationSupported() local
H A DDWARFExpressionCompactPrinterTest.cpp38 const Target *TheTarget = in DWARFExpressionCompactPrinterTest() local
/llvm-project-15.0.7/llvm/unittests/Target/PowerPC/
H A DAIXRelocModelTest.cpp23 const Target *TheTarget = TargetRegistry::lookupTarget("", TheTriple, Error); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h60 const Target *TheTarget; variable
88 const Target *TheTarget, in LLVMDisasmContext()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp47 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg); in createTargetMachine() local
/llvm-project-15.0.7/llvm/unittests/Target/AArch64/
H A DMatrixRegisterAliasing.cpp20 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.h49 const Target &TheTarget; variable
H A Dllvm-mca.cpp243 const Target *TheTarget = in getTarget() local
332 const Target *TheTarget = getTarget(ProgName); in main() local
/llvm-project-15.0.7/llvm/unittests/tools/llvm-mca/
H A DMCATestBase.h54 const Target *TheTarget; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp48 const Target *TheTarget = nullptr; in selectTarget() local
/llvm-project-15.0.7/llvm/unittests/MC/
H A DMCInstPrinter.cpp37 const Target *TheTarget = in MCInstPrinterTest() local
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp28 const Target *const TheTarget = TargetRegistry::lookupTarget(Triple, Error); in LLVMState() local
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Common/
H A DAssemblerUtils.h65 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp240 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget() local
320 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
369 const Target *TheTarget = GetTarget(ProgName); in main() local
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/PowerPC/
H A DAnalysisTest.cpp31 const Target *const TheTarget = TargetRegistry::lookupTarget(TT, error); in PPCAnalysisTest() local
/llvm-project-15.0.7/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp108 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
152 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in AssembleOneInput() local
/llvm-project-15.0.7/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp136 const Target *TheTarget = in LLVMFuzzerInitialize() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DTargetRegistry.cpp30 const Target *TheTarget = nullptr; in lookupTarget() local
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1_main.cpp170 const llvm::Target *TheTarget = in PrintSupportedCPUs() local
/llvm-project-15.0.7/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp221 const Target *TheTarget = in LLVMFuzzerInitialize() local
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp108 const Target *TheTarget = in OptLLVM() local
/llvm-project-15.0.7/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp132 const Target *TheTarget = in main() local
/llvm-project-15.0.7/llvm/unittests/Target/X86/
H A DMachineSizeOptsTest.cpp33 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp130 static int AssembleInput(StringRef ProgName, const Target *TheTarget, in AssembleInput()
274 const Target *TheTarget = TargetRegistry::lookupTarget("", TheTriple, Error); in main() local

123