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.cpp100 bool IsOptNone; member in __anond45e51db0111::MipsPostLegalizerCombiner
118 MipsPostLegalizerCombiner::MipsPostLegalizerCombiner(bool IsOptNone) in MipsPostLegalizerCombiner()
H A DMipsTargetMachine.cpp359 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreRegBankSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp228 bool IsOptNone; member in __anonc43491060111::AMDGPUPreLegalizerCombiner
249 AMDGPUPreLegalizerCombiner::AMDGPUPreLegalizerCombiner(bool IsOptNone) in AMDGPUPreLegalizerCombiner()
H A DAMDGPURegBankCombiner.cpp440 bool IsOptNone; member in __anonc61746da0111::AMDGPURegBankCombiner
458 AMDGPURegBankCombiner::AMDGPURegBankCombiner(bool IsOptNone) in AMDGPURegBankCombiner()
H A DAMDGPUPostLegalizerCombiner.cpp456 bool IsOptNone; member in __anon9d625cc50111::AMDGPUPostLegalizerCombiner
474 AMDGPUPostLegalizerCombiner::AMDGPUPostLegalizerCombiner(bool IsOptNone) in AMDGPUPostLegalizerCombiner()
H A DAMDGPUTargetMachine.cpp1492 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreLegalizeMachineIR() local
1503 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreRegBankSelect() local
1519 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreGlobalInstructionSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp614 bool IsOptNone; member in __anonc3fb365e0111::AArch64PostLegalizerCombiner
650 AArch64PostLegalizerCombiner::AArch64PostLegalizerCombiner(bool IsOptNone) in AArch64PostLegalizerCombiner()
890 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) { in createAArch64PostLegalizerCombiner()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp763 bool IsOptNone = getOptLevel() == CodeGenOptLevel::None; in addPreRegBankSelect() local
H A DAArch64StackTagging.cpp308 AArch64StackTagging(bool IsOptNone = false) in AArch64StackTagging()