Home
last modified time | relevance | path

Searched refs:IsOptNone (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPreLegalizerCombiner.cpp90 AMDGPUPreLegalizerCombiner(bool IsOptNone = false);
100 bool IsOptNone; member in __anonf3022bf60111::AMDGPUPreLegalizerCombiner
110 if (!IsOptNone) { in getAnalysisUsage()
117 AMDGPUPreLegalizerCombiner::AMDGPUPreLegalizerCombiner(bool IsOptNone) in AMDGPUPreLegalizerCombiner() argument
118 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AMDGPUPreLegalizerCombiner()
132 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
150 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone) { in createAMDGPUPreLegalizeCombiner() argument
151 return new AMDGPUPreLegalizerCombiner(IsOptNone); in createAMDGPUPreLegalizeCombiner()
DAMDGPURegBankCombiner.cpp86 AMDGPURegBankCombiner(bool IsOptNone = false);
96 bool IsOptNone; member in __anon674c4bca0111::AMDGPURegBankCombiner
106 if (!IsOptNone) { in getAnalysisUsage()
113 AMDGPURegBankCombiner::AMDGPURegBankCombiner(bool IsOptNone) in AMDGPURegBankCombiner() argument
114 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AMDGPURegBankCombiner()
133 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
151 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone) { in createAMDGPURegBankCombiner() argument
152 return new AMDGPURegBankCombiner(IsOptNone); in createAMDGPURegBankCombiner()
DAMDGPUPostLegalizerCombiner.cpp325 AMDGPUPostLegalizerCombiner(bool IsOptNone = false);
335 bool IsOptNone; member in __anona5e355b50211::AMDGPUPostLegalizerCombiner
345 if (!IsOptNone) { in getAnalysisUsage()
352 AMDGPUPostLegalizerCombiner::AMDGPUPostLegalizerCombiner(bool IsOptNone) in AMDGPUPostLegalizerCombiner() argument
353 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AMDGPUPostLegalizerCombiner()
372 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
390 FunctionPass *createAMDGPUPostLegalizeCombiner(bool IsOptNone) { in createAMDGPUPostLegalizeCombiner() argument
391 return new AMDGPUPostLegalizerCombiner(IsOptNone); in createAMDGPUPostLegalizeCombiner()
DAMDGPU.h33 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone);
35 FunctionPass *createAMDGPUPostLegalizeCombiner(bool IsOptNone);
36 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone);
DAMDGPUTargetMachine.cpp963 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreLegalizeMachineIR() local
964 addPass(createAMDGPUPreLegalizeCombiner(IsOptNone)); in addPreLegalizeMachineIR()
974 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
975 addPass(createAMDGPUPostLegalizeCombiner(IsOptNone)); in addPreRegBankSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PreLegalizerCombiner.cpp106 AArch64PreLegalizerCombiner(bool IsOptNone = false);
114 bool IsOptNone; member in __anona679fa800111::AArch64PreLegalizerCombiner
124 if (!IsOptNone) { in getAnalysisUsage()
131 AArch64PreLegalizerCombiner::AArch64PreLegalizerCombiner(bool IsOptNone) in AArch64PreLegalizerCombiner() argument
132 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AArch64PreLegalizerCombiner()
146 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
165 FunctionPass *createAArch64PreLegalizeCombiner(bool IsOptNone) { in createAArch64PreLegalizeCombiner() argument
166 return new AArch64PreLegalizerCombiner(IsOptNone); in createAArch64PreLegalizeCombiner()
DAArch64.h58 FunctionPass *createAArch64PreLegalizeCombiner(bool IsOptNone);
DAArch64TargetMachine.cpp535 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreLegalizeMachineIR() local
536 addPass(createAArch64PreLegalizeCombiner(IsOptNone)); in addPreLegalizeMachineIR()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PreLegalizerCombiner.cpp132 AArch64PreLegalizerCombiner(bool IsOptNone = false);
140 bool IsOptNone; member in __anon724da66f0211::AArch64PreLegalizerCombiner
150 if (!IsOptNone) { in getAnalysisUsage()
157 AArch64PreLegalizerCombiner::AArch64PreLegalizerCombiner(bool IsOptNone) in AArch64PreLegalizerCombiner() argument
158 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AArch64PreLegalizerCombiner()
172 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
191 FunctionPass *createAArch64PreLegalizerCombiner(bool IsOptNone) { in createAArch64PreLegalizerCombiner() argument
192 return new AArch64PreLegalizerCombiner(IsOptNone); in createAArch64PreLegalizerCombiner()
DAArch64PostLegalizerCombiner.cpp288 AArch64PostLegalizerCombiner(bool IsOptNone = false);
298 bool IsOptNone; member in __anon0e9e1f4e0211::AArch64PostLegalizerCombiner
308 if (!IsOptNone) { in getAnalysisUsage()
315 AArch64PostLegalizerCombiner::AArch64PostLegalizerCombiner(bool IsOptNone) in AArch64PostLegalizerCombiner() argument
316 : MachineFunctionPass(ID), IsOptNone(IsOptNone) { in AArch64PostLegalizerCombiner()
333 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
351 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) { in createAArch64PostLegalizerCombiner() argument
352 return new AArch64PostLegalizerCombiner(IsOptNone); in createAArch64PostLegalizerCombiner()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64.h61 FunctionPass *createAArch64PreLegalizerCombiner(bool IsOptNone);
62 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone);
65 FunctionPass *createAArch64StackTaggingPass(bool IsOptNone);
DAArch64TargetMachine.cpp561 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreLegalizeMachineIR() local
562 addPass(createAArch64PreLegalizerCombiner(IsOptNone)); in addPreLegalizeMachineIR()
571 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
572 if (!IsOptNone) in addPreRegBankSelect()
573 addPass(createAArch64PostLegalizerCombiner(IsOptNone)); in addPreRegBankSelect()
DAArch64StackTagging.cpp298 AArch64StackTagging(bool IsOptNone = false) in AArch64StackTagging() argument
300 MergeInit(ClMergeInit.getNumOccurrences() ? ClMergeInit : !IsOptNone), in AArch64StackTagging()
302 : !IsOptNone) { in AArch64StackTagging()
350 FunctionPass *llvm::createAArch64StackTaggingPass(bool IsOptNone) { in INITIALIZE_PASS_DEPENDENCY()
351 return new AArch64StackTagging(IsOptNone); in INITIALIZE_PASS_DEPENDENCY()