Searched refs:GetCpuFastMathFlags (Results 1 – 4 of 4) sorted by relevance
261 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config);
506 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config) { in GetCpuFastMathFlags() function
686 llvm_ir::GetCpuFastMathFlags(module->config()), pre_optimization_ir_hook, in RunBackend()1006 llvm_ir::GetCpuFastMathFlags(module->config()), in CompileAheadOfTime()
110 b_.setFastMathFlags(llvm_ir::GetCpuFastMathFlags(hlo_module_config_)); in IrEmitter()