Home
last modified time | relevance | path

Searched refs:DisableLiveRangesCoalescing (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/include/vc/Support/
H A DBackendConfig.h87 bool DisableLiveRangesCoalescing = false; member
225 return Options.DisableLiveRangesCoalescing; in disableLiveRangesCoalescing()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/Support/
H A DBackendConfig.cpp146 DisableLiveRangesCoalescing(DisableLRCoalescingOpt), in GenXBackendOptions()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/Driver/
H A DDriver.cpp260 BackendOpts.DisableLiveRangesCoalescing = in createBackendOptions()