Home
last modified time | relevance | path

Searched refs:EnableOpt (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp247 AArch64PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PreLegalizerCombinerInfo() argument
250 /*LegalizerInfo*/ nullptr, EnableOpt, OptSize, MinSize), in AArch64PreLegalizerCombinerInfo()
280 unsigned MaxLen = EnableOpt ? 0 : 32; in combine()
344 bool EnableOpt = in runOnMachineFunction() local
348 AArch64PreLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
H A DAArch64O0PreLegalizerCombiner.cpp59 AArch64O0PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64O0PreLegalizerCombinerInfo() argument
63 /*LegalizerInfo*/ nullptr, EnableOpt, OptSize, MinSize), in AArch64O0PreLegalizerCombinerInfo()
H A DAArch64PostLegalizerCombiner.cpp287 AArch64PostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PostLegalizerCombinerInfo() argument
291 /*LegalizerInfo*/ nullptr, EnableOpt, OptSize, MinSize), in AArch64PostLegalizerCombinerInfo()
362 bool EnableOpt = in runOnMachineFunction() local
367 AArch64PostLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
H A DAArch64InstructionSelector.cpp2091 bool EnableOpt = MF.getTarget().getOptLevel() != CodeGenOpt::None; in earlySelect() local
2092 if (EnableOpt || !MBB.isLayoutSuccessor(I.getOperand(0).getMBB())) in earlySelect()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h34 EnableOpt(OptEnabled), EnableOptSize(OptSize), EnableMinSize(MinSize) { in CombinerInfo()
51 bool EnableOpt; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp169 AMDGPURegBankCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPURegBankCombinerInfo() argument
173 /*LegalizerInfo*/ LI, EnableOpt, OptSize, MinSize), in AMDGPURegBankCombinerInfo()
246 bool EnableOpt = in runOnMachineFunction() local
256 AMDGPURegBankCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
H A DAMDGPUPreLegalizerCombiner.cpp183 AMDGPUPreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPUPreLegalizerCombinerInfo() argument
186 /*LegalizerInfo*/ nullptr, EnableOpt, OptSize, MinSize), in AMDGPUPreLegalizerCombinerInfo()
269 bool EnableOpt = in runOnMachineFunction() local
274 AMDGPUPreLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp286 AMDGPUPostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPUPostLegalizerCombinerInfo() argument
290 /*LegalizerInfo*/ LI, EnableOpt, OptSize, MinSize), in AMDGPUPostLegalizerCombinerInfo()
373 bool EnableOpt = in runOnMachineFunction() local
383 AMDGPUPostLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
H A DAMDGPUTargetMachine.cpp422 bool EnableOpt = getOptLevel() > CodeGenOpt::None; in adjustPassManager() local
424 bool EarlyInline = EarlyInlineAll && EnableOpt && !EnableFunctionCalls; in adjustPassManager()
425 bool AMDGPUAA = EnableAMDGPUAliasAnalysis && EnableOpt; in adjustPassManager()
426 bool LibCallSimplify = EnableLibCallSimplify && EnableOpt; in adjustPassManager()
468 [EnableOpt](const PassManagerBuilder &, legacy::PassManagerBase &PM) { in adjustPassManager()
479 if (EnableOpt) in adjustPassManager()