Home
last modified time | relevance | path

Searched defs:engine (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/unittests/UnwindAssembly/ARM64/
H A DTestArm64InstEmulation.cpp57 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
165 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
327 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
426 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
528 std::unique_ptr<UnwindAssemblyInstEmulation> engine( TEST_F() local
700 std::unique_ptr<UnwindAssemblyInstEmulation> engine( TEST_F() local
799 std::unique_ptr<UnwindAssemblyInstEmulation> engine( TEST_F() local
[all...]
/llvm-project/lldb/unittests/UnwindAssembly/PPC64/
H A DTestPPC64InstEmulation.cpp56 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
175 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
/llvm-project/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp98 std::unique_ptr<x86AssemblyInspectionEngine> engine( in Getx86_64Inspector() local
117 std::unique_ptr<x86AssemblyInspectionEngine> engine( in Geti386Inspector() local
143 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); in TEST_F() local
219 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local
295 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
461 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
758 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
855 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
1739 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
1763 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
1789 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
1815 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
1841 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
1867 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
1893 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
1919 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
1945 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
1971 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
1997 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
2023 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
2051 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
2518 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
2552 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
2586 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); TEST_F() local
2669 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); TEST_F() local
[all...]
/llvm-project/lldb/unittests/UnwindAssembly/x86-but-no-x86-target/
H A DTestx86AssemblyInspectionEngine.cpp70 std::unique_ptr<x86AssemblyInspectionEngine> engine( in Getx86_64Inspector() local
87 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); in TEST_F() local
/llvm-project/mlir/examples/toy/Ch6/
H A Dtoyc.cpp276 assert(maybeEngine && "failed to construct an execution engine"); in runJit() local
/llvm-project/mlir/examples/toy/Ch7/
H A Dtoyc.cpp277 assert(maybeEngine && "failed to construct an execution engine"); in runJit() local
/llvm-project/libcxx/test/libcxx/fuzzing/
H A Drandom.pass.cpp158 std::mt19937 engine; in helper() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp235 auto engine = std::make_unique<ExecutionEngine>( in create() local
[all...]
H A DJitRunner.cpp203 auto engine = std::move(*expectedEngine); in compileAndExecute() local
/llvm-project/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.geo/
H A Deval.pass.cpp32 std::mt19937 engine; test_small_inputs() local
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1105 ReportAllocations(llvm::ExecutionEngine & engine) ReportAllocations() argument
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1550 runExceptionThrow(llvm::ExecutionEngine * engine,llvm::Function * function,int32_t typeToThrow) runExceptionThrow() argument