JIT 87 python_bindings/python/Target.cpp .value("JIT", Target::Feature::JIT) JIT 36 src/DeviceInterface.cpp JITSharedRuntime::get(nullptr, target.with_feature(Target::JIT))); JIT 275 src/JITModule.cpp engine_builder.setEngineKind(llvm::EngineKind::JIT); JIT 644 src/JITModule.cpp target.set_feature(Target::JIT); JIT 227 src/LLVM_Runtime_Linker.cpp } else if (target.os == Target::Windows && !target.has_feature(Target::JIT)) { JIT 238 src/LLVM_Runtime_Linker.cpp } else if (target.os == Target::Windows && !target.has_feature(Target::JIT)) { JIT 315 src/LLVM_Runtime_Linker.cpp if (target.has_feature(Target::JIT)) { JIT 601 src/LLVM_Runtime_Linker.cpp if (t.has_feature(Target::JIT)) { JIT 886 src/LLVM_Runtime_Linker.cpp (t.has_feature(Target::JIT))) { JIT 394 src/Lower.cpp if (!t.has_feature(Target::JIT)) { JIT 391 src/Module.cpp Module empty("standalone_runtime", t.without_feature(Target::NoRuntime).without_feature(Target::JIT)); JIT 423 src/Module.cpp user_assert(!base_target.has_feature(Target::JIT)) << "JIT not allowed for compile_multitarget.\n"; JIT 463 src/Module.cpp Target::JIT, JIT 384 src/Pipeline.cpp target.set_feature(Target::JIT); JIT 219 src/Target.cpp {"jit", Target::JIT}, JIT 288 src/Target.cpp host.set_feature(Target::JIT); JIT 294 src/Target.cpp t.set_feature(Target::JIT); JIT 48 test/correctness/target.cpp {Target::JIT, Target::SSE41, Target::AVX, Target::AVX2,