| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsPostLegalizerCombiner.cpp | 81 MipsPostLegalizerCombiner(bool IsOptNone = false); 92 bool IsOptNone; member in __anon338325520111::MipsPostLegalizerCombiner 102 if (!IsOptNone) { in getAnalysisUsage() 109 MipsPostLegalizerCombiner::MipsPostLegalizerCombiner(bool IsOptNone) in MipsPostLegalizerCombiner() argument 110 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in MipsPostLegalizerCombiner() 145 FunctionPass *createMipsPostLegalizeCombiner(bool IsOptNone) { in createMipsPostLegalizeCombiner() argument 146 return new MipsPostLegalizerCombiner(IsOptNone); in createMipsPostLegalizeCombiner()
|
| H A D | Mips.h | 42 FunctionPass *createMipsPostLegalizeCombiner(bool IsOptNone);
|
| H A D | MipsTargetMachine.cpp | 354 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local 355 addPass(createMipsPostLegalizeCombiner(IsOptNone)); in addPreRegBankSelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 231 AMDGPUPreLegalizerCombiner(bool IsOptNone = false); 241 bool IsOptNone; member in __anonf4cdc51d0211::AMDGPUPreLegalizerCombiner 251 if (!IsOptNone) { in getAnalysisUsage() 261 AMDGPUPreLegalizerCombiner::AMDGPUPreLegalizerCombiner(bool IsOptNone) in AMDGPUPreLegalizerCombiner() argument 262 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AMDGPUPreLegalizerCombiner() 276 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() 299 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone) { in createAMDGPUPreLegalizeCombiner() argument 300 return new AMDGPUPreLegalizerCombiner(IsOptNone); in createAMDGPUPreLegalizeCombiner()
|
| H A D | AMDGPURegBankCombiner.cpp | 424 AMDGPURegBankCombiner(bool IsOptNone = false); 434 bool IsOptNone; member in __anon3032d0910211::AMDGPURegBankCombiner 444 if (!IsOptNone) { in getAnalysisUsage() 451 AMDGPURegBankCombiner::AMDGPURegBankCombiner(bool IsOptNone) in AMDGPURegBankCombiner() argument 452 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AMDGPURegBankCombiner() 471 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() 489 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone) { in createAMDGPURegBankCombiner() argument 490 return new AMDGPURegBankCombiner(IsOptNone); in createAMDGPURegBankCombiner()
|
| H A D | AMDGPUPostLegalizerCombiner.cpp | 389 AMDGPUPostLegalizerCombiner(bool IsOptNone = false); 399 bool IsOptNone; member in __anone12213bc0611::AMDGPUPostLegalizerCombiner 409 if (!IsOptNone) { in getAnalysisUsage() 416 AMDGPUPostLegalizerCombiner::AMDGPUPostLegalizerCombiner(bool IsOptNone) in AMDGPUPostLegalizerCombiner() argument 417 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AMDGPUPostLegalizerCombiner() 436 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() 454 FunctionPass *createAMDGPUPostLegalizeCombiner(bool IsOptNone) { in createAMDGPUPostLegalizeCombiner() argument 455 return new AMDGPUPostLegalizerCombiner(IsOptNone); in createAMDGPUPostLegalizeCombiner()
|
| H A D | AMDGPU.h | 23 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone); 25 FunctionPass *createAMDGPUPostLegalizeCombiner(bool IsOptNone); 26 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone);
|
| H A D | AMDGPUTargetMachine.cpp | 1198 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreLegalizeMachineIR() local 1199 addPass(createAMDGPUPreLegalizeCombiner(IsOptNone)); in addPreLegalizeMachineIR() 1209 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local 1210 addPass(createAMDGPUPostLegalizeCombiner(IsOptNone)); in addPreRegBankSelect() 1219 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreGlobalInstructionSelect() local 1220 addPass(createAMDGPURegBankCombiner(IsOptNone)); in addPreGlobalInstructionSelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerCombiner.cpp | 380 AArch64PostLegalizerCombiner(bool IsOptNone = false); 390 bool IsOptNone; member in __anon3321f4550211::AArch64PostLegalizerCombiner 400 if (!IsOptNone) { in getAnalysisUsage() 409 AArch64PostLegalizerCombiner::AArch64PostLegalizerCombiner(bool IsOptNone) in AArch64PostLegalizerCombiner() argument 410 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AArch64PostLegalizerCombiner() 427 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() 448 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) { in createAArch64PostLegalizerCombiner() argument 449 return new AArch64PostLegalizerCombiner(IsOptNone); in createAArch64PostLegalizerCombiner()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64.h | 68 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone); 71 FunctionPass *createAArch64StackTaggingPass(bool IsOptNone);
|
| H A D | AArch64StackTagging.cpp | 299 AArch64StackTagging(bool IsOptNone = false) in AArch64StackTagging() argument 301 MergeInit(ClMergeInit.getNumOccurrences() ? ClMergeInit : !IsOptNone), in AArch64StackTagging() 303 : !IsOptNone) { in AArch64StackTagging() 348 FunctionPass *llvm::createAArch64StackTaggingPass(bool IsOptNone) { in INITIALIZE_PASS_DEPENDENCY() 349 return new AArch64StackTagging(IsOptNone); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | AArch64TargetMachine.cpp | 689 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local 690 if (!IsOptNone) { in addPreRegBankSelect() 691 addPass(createAArch64PostLegalizerCombiner(IsOptNone)); in addPreRegBankSelect()
|