Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp101 bool IsOptNone; member in __anond45e51db0111::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
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp229 bool IsOptNone; member in __anonc43491060111::AMDGPUPreLegalizerCombiner
250 AMDGPUPreLegalizerCombiner::AMDGPUPreLegalizerCombiner(bool IsOptNone) in AMDGPUPreLegalizerCombiner()
295 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone) { in createAMDGPUPreLegalizeCombiner()
H A DAMDGPURegBankCombiner.cpp412 bool IsOptNone; member in __anonc61746da0111::AMDGPURegBankCombiner
430 AMDGPURegBankCombiner::AMDGPURegBankCombiner(bool IsOptNone) in AMDGPURegBankCombiner()
473 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone) { in createAMDGPURegBankCombiner()
H A DAMDGPUPostLegalizerCombiner.cpp456 bool IsOptNone; member in __anon9d625cc50111::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
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp499 bool IsOptNone; member in __anonc3fb365e0111::AArch64PostLegalizerCombiner
535 AArch64PostLegalizerCombiner::AArch64PostLegalizerCombiner(bool IsOptNone) in AArch64PostLegalizerCombiner()
774 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) { in createAArch64PostLegalizerCombiner()
/freebsd/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()