Home
last modified time | relevance | path

Searched defs:IsOptNone (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp238 bool IsOptNone; member in __anon47b01a510211::AMDGPUPreLegalizerCombiner
258 AMDGPUPreLegalizerCombiner::AMDGPUPreLegalizerCombiner(bool IsOptNone) in AMDGPUPreLegalizerCombiner()
296 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone) { in createAMDGPUPreLegalizeCombiner()
H A DAMDGPURegBankCombiner.cpp218 bool IsOptNone; member in __anon820a15450111::AMDGPURegBankCombiner
235 AMDGPURegBankCombiner::AMDGPURegBankCombiner(bool IsOptNone) in AMDGPURegBankCombiner()
273 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone) { in createAMDGPURegBankCombiner()
H A DAMDGPUPostLegalizerCombiner.cpp345 bool IsOptNone; member in __anon904f0f700211::AMDGPUPostLegalizerCombiner
362 AMDGPUPostLegalizerCombiner::AMDGPUPostLegalizerCombiner(bool IsOptNone) in AMDGPUPostLegalizerCombiner()
400 FunctionPass *createAMDGPUPostLegalizeCombiner(bool IsOptNone) { in createAMDGPUPostLegalizeCombiner()
H A DAMDGPUTargetMachine.cpp1111 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreLegalizeMachineIR() local
1122 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
1132 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreGlobalInstructionSelect() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp329 bool IsOptNone; member in __anon389964090311::AArch64PostLegalizerCombiner
348 AArch64PostLegalizerCombiner::AArch64PostLegalizerCombiner(bool IsOptNone) in AArch64PostLegalizerCombiner()
387 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) { in createAArch64PostLegalizerCombiner()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp578 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
H A DAArch64StackTagging.cpp300 AArch64StackTagging(bool IsOptNone = false) in AArch64StackTagging()