Home
last modified time | relevance | path

Searched refs:excludeIrFromZebin (Results 1 – 2 of 2) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/
H A Doffline_compiler.cpp743 …const auto excludeIrFromZebin{internalOptions.find(CompilerOptions::excludeIrFromZebin.data()) != … in unifyExcludeIrFlags() local
744 if (!excludeIr && excludeIrFromZebin) { in unifyExcludeIrFlags()
746 } else if (excludeIr && !excludeIrFromZebin) { in unifyExcludeIrFlags()
748 …erOptions::concatenateAppend(internalOptions, prefix + CompilerOptions::excludeIrFromZebin.data()); in unifyExcludeIrFlags()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/compiler_interface/compiler_options/
H A Dcompiler_options_base.h39 static constexpr ConstStringRef excludeIrFromZebin = "-exclude-ir-from-zebin"; variable