Home
last modified time | relevance | path

Searched defs:EnableOpt (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h47 bool EnableOpt; member
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPreLegalizerCombiner.cpp142 bool EnableOpt = runOnMachineFunction() local
H A DRISCVPostLegalizerCombiner.cpp139 bool EnableOpt = runOnMachineFunction() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp133 bool EnableOpt = runOnMachineFunction() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp264 bool EnableOpt = runOnMachineFunction() local
H A DAMDGPURegBankCombiner.cpp444 bool EnableOpt = runOnMachineFunction() local
H A DAMDGPUPostLegalizerCombiner.cpp488 bool EnableOpt = in runOnMachineFunction() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp856 bool EnableOpt = runOnMachineFunction() local
H A DAArch64PostLegalizerCombiner.cpp552 bool EnableOpt = runOnMachineFunction() local
/llvm-project/llvm/unittests/Support/
H A DCommandLineTest.cpp551 StackOption<bool> EnableOpt("enable", cl::sub(SC), cl::init(false)); TEST() local