Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/ARM64/
H A DTestArm64InstEmulation.cpp57 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
153 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
315 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
410 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
512 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
684 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
783 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
/llvm-project-15.0.7/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-15.0.7/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(); in TEST_F() local
461 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local
855 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local
1897 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local
1923 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local
1975 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local
[all …]
/llvm-project-15.0.7/mlir/examples/toy/Ch7/
H A Dtoyc.cpp245 auto &engine = maybeEngine.get(); in runJit() local
/llvm-project-15.0.7/mlir/examples/toy/Ch6/
H A Dtoyc.cpp244 auto &engine = maybeEngine.get(); in runJit() local
/llvm-project-15.0.7/libcxx/test/libcxx/fuzzing/
H A Drandom.pass.cpp154 std::mt19937 engine; in helper() local
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp236 auto engine = std::make_unique<ExecutionEngine>( in create() local
H A DJitRunner.cpp221 auto engine = std::move(*expectedEngine); in compileAndExecute() local
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.geo/
H A Deval.pass.cpp31 std::mt19937 engine; in test_small_inputs() local
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp1103 void IRExecutionUnit::ReportAllocations(llvm::ExecutionEngine &engine) { in ReportAllocations()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1550 void runExceptionThrow(llvm::ExecutionEngine *engine, in runExceptionThrow()