Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/unittests/CodeGen/
DTestAsmPrinter.cpp35 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrorStr); in create() local
49 llvm::Error TestAsmPrinter::init(const Target *TheTarget, StringRef TripleName, in init()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.h60 const Target *TheTarget; variable
88 const Target *TheTarget, in LLVMDisasmContext()
/external/llvm-project/llvm/lib/MC/MCDisassembler/
DDisassembler.h60 const Target *TheTarget; variable
88 const Target *TheTarget, in LLVMDisasmContext()
/external/llvm-project/llvm/unittests/Target/PowerPC/
DAIXRelocModelTest.cpp23 const Target *TheTarget = TargetRegistry::lookupTarget("", TheTriple, Error); in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DJITTargetMachineBuilder.cpp45 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg); in createTargetMachine() local
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp204 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget() local
348 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
397 const Target *TheTarget = GetTarget(ProgName); in main() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DJITTargetMachineBuilder.cpp46 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg); in createTargetMachine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp48 const Target *TheTarget = nullptr; in selectTarget() local
/external/llvm-project/llvm/unittests/MC/
DMCInstPrinter.cpp36 const Target *TheTarget = in MCInstPrinterTest() local
/external/llvm-project/llvm/lib/ExecutionEngine/
DTargetSelect.cpp48 const Target *TheTarget = nullptr; in selectTarget() local
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp49 const Target *TheTarget = nullptr; in selectTarget() local
/external/llvm-project/llvm/tools/llvm-mca/
DCodeRegionGenerator.h48 const Target &TheTarget; variable
Dllvm-mca.cpp227 const Target *TheTarget = in getTarget() local
310 const Target *TheTarget = getTarget(ProgName); in main() local
/external/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp206 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget() local
286 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
333 const Target *TheTarget = GetTarget(ProgName); in main() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DLlvmState.cpp28 const Target *const TheTarget = TargetRegistry::lookupTarget(Triple, Error); in LLVMState() local
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/
DAssemblerUtils.h65 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
/external/llvm-project/llvm/tools/llvm-mc-assemble-fuzzer/
Dllvm-mc-assemble-fuzzer.cpp106 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
150 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in AssembleOneInput() local
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
DAnalysisTest.cpp31 const Target *const TheTarget = TargetRegistry::lookupTarget(TT, error); in AnalysisTest() local
/external/llvm-project/clang/tools/driver/
Dcc1_main.cpp170 const llvm::Target *TheTarget = in PrintSupportedCPUs() local
/external/llvm-project/llvm/tools/llvm-isel-fuzzer/
Dllvm-isel-fuzzer.cpp138 const Target *TheTarget = in LLVMFuzzerInitialize() local
/external/llvm/lib/Support/
DTargetRegistry.cpp31 const Target *TheTarget = nullptr; in lookupTarget() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTargetRegistry.cpp30 const Target *TheTarget = nullptr; in lookupTarget() local
/external/llvm-project/llvm/lib/Support/
DTargetRegistry.cpp30 const Target *TheTarget = nullptr; in lookupTarget() local
/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.cpp39 const Target *TheTarget = in getTarget() local
233 const Target *TheTarget = getTarget(Obj); in setUpDisassembler() local
/external/llvm-project/llvm/tools/llvm-ml/
Dllvm-ml.cpp127 static int AssembleInput(StringRef ProgName, const Target *TheTarget, in AssembleInput()
237 const Target *TheTarget = TargetRegistry::lookupTarget("", TheTriple, Error); in main() local

1234