Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PreLegalizerCombiner.cpp114 bool IsOptNone; member in __anon5a4283360111::AArch64PreLegalizerCombiner
131 AArch64PreLegalizerCombiner::AArch64PreLegalizerCombiner(bool IsOptNone) in AArch64PreLegalizerCombiner()
165 FunctionPass *createAArch64PreLegalizeCombiner(bool IsOptNone) { in createAArch64PreLegalizeCombiner()
H A DAArch64TargetMachine.cpp535 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreLegalizeMachineIR() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp92 bool IsOptNone; member in __anon4e007f1b0111::MipsPostLegalizerCombiner
109 MipsPostLegalizerCombiner::MipsPostLegalizerCombiner(bool IsOptNone) in MipsPostLegalizerCombiner()
145 FunctionPass *createMipsPostLegalizeCombiner(bool IsOptNone) { in createMipsPostLegalizeCombiner()
H A DMipsTargetMachine.cpp350 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp241 bool IsOptNone; member in __anon8b66b6460211::AMDGPUPreLegalizerCombiner
261 AMDGPUPreLegalizerCombiner::AMDGPUPreLegalizerCombiner(bool IsOptNone) in AMDGPUPreLegalizerCombiner()
299 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone) { in createAMDGPUPreLegalizeCombiner()
H A DAMDGPURegBankCombiner.cpp434 bool IsOptNone; member in __anon3acd241a0211::AMDGPURegBankCombiner
451 AMDGPURegBankCombiner::AMDGPURegBankCombiner(bool IsOptNone) in AMDGPURegBankCombiner()
489 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone) { in createAMDGPURegBankCombiner()
H A DAMDGPUPostLegalizerCombiner.cpp399 bool IsOptNone; member in __anon4ad92a050611::AMDGPUPostLegalizerCombiner
416 AMDGPUPostLegalizerCombiner::AMDGPUPostLegalizerCombiner(bool IsOptNone) in AMDGPUPostLegalizerCombiner()
454 FunctionPass *createAMDGPUPostLegalizeCombiner(bool IsOptNone) { in createAMDGPUPostLegalizeCombiner()
H A DAMDGPUTargetMachine.cpp1198 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreLegalizeMachineIR() local
1209 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
1219 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreGlobalInstructionSelect() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp390 bool IsOptNone; member in __anon4d0b439e0211::AArch64PostLegalizerCombiner
409 AArch64PostLegalizerCombiner::AArch64PostLegalizerCombiner(bool IsOptNone) in AArch64PostLegalizerCombiner()
448 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) { in createAArch64PostLegalizerCombiner()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp688 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
H A DAArch64StackTagging.cpp299 AArch64StackTagging(bool IsOptNone = false) in AArch64StackTagging()