Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp101 bool IsOptNone; member in __anona8917f900111::MipsPostLegalizerCombiner
119 MipsPostLegalizerCombiner::MipsPostLegalizerCombiner(bool IsOptNone) in MipsPostLegalizerCombiner()
162 FunctionPass *createMipsPostLegalizeCombiner(bool IsOptNone) { in createMipsPostLegalizeCombiner()
H A DMipsTargetMachine.cpp350 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreRegBankSelect() local
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp229 bool IsOptNone; member in __anon2897de9b0111::AMDGPUPreLegalizerCombiner
250 AMDGPUPreLegalizerCombiner::AMDGPUPreLegalizerCombiner(bool IsOptNone) in AMDGPUPreLegalizerCombiner()
295 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone) { in createAMDGPUPreLegalizeCombiner()
H A DAMDGPURegBankCombiner.cpp412 bool IsOptNone; member in __anon24c9834f0111::AMDGPURegBankCombiner
430 AMDGPURegBankCombiner::AMDGPURegBankCombiner(bool IsOptNone) in AMDGPURegBankCombiner()
473 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone) { in createAMDGPURegBankCombiner()
H A DAMDGPUPostLegalizerCombiner.cpp456 bool IsOptNone; member in __anon8e2f5cfa0111::AMDGPUPostLegalizerCombiner
474 AMDGPUPostLegalizerCombiner::AMDGPUPostLegalizerCombiner(bool IsOptNone) in AMDGPUPostLegalizerCombiner()
519 FunctionPass *createAMDGPUPostLegalizeCombiner(bool IsOptNone) { in createAMDGPUPostLegalizeCombiner()
H A DAMDGPUTargetMachine.cpp1282 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreLegalizeMachineIR() local
1293 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreRegBankSelect() local
1304 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreGlobalInstructionSelect() local
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp499 bool IsOptNone; member in __anon4f8b9b930111::AArch64PostLegalizerCombiner
535 AArch64PostLegalizerCombiner::AArch64PostLegalizerCombiner(bool IsOptNone) in AArch64PostLegalizerCombiner()
774 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) { in createAArch64PostLegalizerCombiner()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp735 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreRegBankSelect() local
H A DAArch64StackTagging.cpp318 AArch64StackTagging(bool IsOptNone = false) in AArch64StackTagging()