/llvm-project/llvm/unittests/CodeGen/ |
H A D | TestAsmPrinter.cpp | 35 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrorStr); in create() local 49 llvm::Error TestAsmPrinter::init(const Target *TheTarget, StringRef TripleName, in init()
|
/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 113 const llvm::Target *TheTarget = PrintSupportedCPUs() local 130 const llvm::Target *TheTarget = PrintSupportedExtensions() local 167 const llvm::Target *TheTarget = PrintEnabledExtensions() local
|
/llvm-project/llvm/unittests/Target/PowerPC/ |
H A D | AIXRelocModelTest.cpp | 23 const Target *TheTarget = TargetRegistry::lookupTarget("", TheTriple, Error); in TEST_F() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfUtils.cpp | 53 const Target *TheTarget = TargetRegistry::lookupTarget(T.getTriple(), Err); in isConfigurationSupported() local
|
/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.h | 60 const Target *TheTarget; variable 88 const Target *TheTarget, in LLVMDisasmContext()
|
/llvm-project/llvm/unittests/Target/AArch64/ |
H A D | MatrixRegisterAliasing.cpp | 20 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
|
H A D | AArch64SVESchedPseudoTest.cpp | 26 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 45 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg); createTargetMachine() local
|
/llvm-project/llvm/unittests/MC/ |
H A D | MCInstPrinter.cpp | 37 const Target *TheTarget = in MCInstPrinterTest() local
|
/llvm-project/llvm/unittests/tools/llvm-mca/ |
H A D | MCATestBase.h | 54 const Target *TheTarget; variable
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 48 const Target *TheTarget = nullptr; in selectTarget() local
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/ |
H A D | AssemblerUtils.h | 66 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
|
/llvm-project/llvm/unittests/MC/AMDGPU/ |
H A D | Disassembler.cpp | 74 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in TEST() local 144 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in TEST() local
|
/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 234 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, GetTarget() local 314 AssembleInput(const char * ProgName,const Target * TheTarget,SourceMgr & SrcMgr,MCContext & Ctx,MCStreamer & Str,MCAsmInfo & MAI,MCSubtargetInfo & STI,MCInstrInfo & MCII,MCTargetOptions const & MCOptions) AssembleInput() argument 364 const Target *TheTarget = GetTarget(ProgName); main() local [all...] |
/llvm-project/llvm/tools/llvm-mc-assemble-fuzzer/ |
H A D | llvm-mc-assemble-fuzzer.cpp | 108 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() argument 152 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, AssembleOneInput() local [all...] |
/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/ |
H A D | AnalysisTest.cpp | 31 const Target *const TheTarget = TargetRegistry::lookupTarget(TT, error); in PPCAnalysisTest() local
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.cpp | 30 const Target *TheTarget = in init() local [all...] |
/llvm-project/llvm/unittests/Target/LoongArch/ |
H A D | MCInstrAnalysisTest.cpp | 36 const Target *TheTarget = in InstrAnalysisTest() local
|
H A D | InstSizes.cpp | 26 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | LlvmState.cpp | 35 const Target *TheTarget = in Create() local
|
/llvm-project/llvm/lib/MC/ |
H A D | TargetRegistry.cpp | 30 const Target *TheTarget = nullptr; lookupTarget() local
|
/llvm-project/llvm/unittests/Target/RISCV/ |
H A D | MCInstrAnalysisTest.cpp | 36 const Target *TheTarget = in InstrAnalysisTest() local
|
/llvm-project/llvm/tools/llvm-ml/ |
H A D | llvm-ml.cpp | 126 AssembleInput(StringRef ProgName,const Target * TheTarget,SourceMgr & SrcMgr,MCContext & Ctx,MCStreamer & Str,MCAsmInfo & MAI,MCSubtargetInfo & STI,MCInstrInfo & MCII,MCTargetOptions & MCOptions,const opt::ArgList & InputArgs) AssembleInput() argument 270 const Target *TheTarget = TargetRegistry::lookupTarget("", TheTriple, Error); llvm_ml_main() local [all...] |
/llvm-project/clang/tools/clang-fuzzer/handle-llvm/ |
H A D | handle_llvm.cpp | 124 const Target *TheTarget = in OptLLVM() local
|
/llvm-project/llvm/unittests/Target/X86/ |
H A D | MachineSizeOptsTest.cpp | 34 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
|