Home
last modified time | relevance | path

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

123

/llvm-project/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/clang/tools/driver/
H A Dcc1_main.cpp113 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 DAIXRelocModelTest.cpp23 const Target *TheTarget = TargetRegistry::lookupTarget("", TheTriple, Error); in TEST_F() local
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfUtils.cpp53 const Target *TheTarget = TargetRegistry::lookupTarget(T.getTriple(), Err); in isConfigurationSupported() local
/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h60 const Target *TheTarget; variable
88 const Target *TheTarget, in LLVMDisasmContext()
/llvm-project/llvm/unittests/Target/AArch64/
H A DMatrixRegisterAliasing.cpp20 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
H A DAArch64SVESchedPseudoTest.cpp26 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp45 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg); createTargetMachine() local
/llvm-project/llvm/unittests/MC/
H A DMCInstPrinter.cpp37 const Target *TheTarget = in MCInstPrinterTest() local
/llvm-project/llvm/unittests/tools/llvm-mca/
H A DMCATestBase.h54 const Target *TheTarget; variable
/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp48 const Target *TheTarget = nullptr; in selectTarget() local
/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/
H A DAssemblerUtils.h66 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
/llvm-project/llvm/unittests/MC/AMDGPU/
H A DDisassembler.cpp74 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 Dllvm-mc.cpp234 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 Dllvm-mc-assemble-fuzzer.cpp108 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 DAnalysisTest.cpp31 const Target *const TheTarget = TargetRegistry::lookupTarget(TT, error); in PPCAnalysisTest() local
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp30 const Target *TheTarget = in init() local
[all...]
/llvm-project/llvm/unittests/Target/LoongArch/
H A DMCInstrAnalysisTest.cpp36 const Target *TheTarget = in InstrAnalysisTest() local
H A DInstSizes.cpp26 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp35 const Target *TheTarget = in Create() local
/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp30 const Target *TheTarget = nullptr; lookupTarget() local
/llvm-project/llvm/unittests/Target/RISCV/
H A DMCInstrAnalysisTest.cpp36 const Target *TheTarget = in InstrAnalysisTest() local
/llvm-project/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp126 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 Dhandle_llvm.cpp124 const Target *TheTarget = in OptLLVM() local
/llvm-project/llvm/unittests/Target/X86/
H A DMachineSizeOptsTest.cpp34 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine() local

123