Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PreLegalizerCombiner.cpp114 bool IsOptNone; member in __anondbdc3db60111::AArch64PreLegalizerCombiner
131 AArch64PreLegalizerCombiner::AArch64PreLegalizerCombiner(bool IsOptNone) in AArch64PreLegalizerCombiner()
165 FunctionPass *createAArch64PreLegalizeCombiner(bool IsOptNone) { in createAArch64PreLegalizeCombiner()
DAArch64TargetMachine.cpp535 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreLegalizeMachineIR() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsPostLegalizerCombiner.cpp92 bool IsOptNone; member in __anon877ba99b0111::MipsPostLegalizerCombiner
109 MipsPostLegalizerCombiner::MipsPostLegalizerCombiner(bool IsOptNone) in MipsPostLegalizerCombiner()
145 FunctionPass *createMipsPostLegalizeCombiner(bool IsOptNone) { in createMipsPostLegalizeCombiner()
DMipsTargetMachine.cpp350 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPreLegalizerCombiner.cpp241 bool IsOptNone; member in __anonae4fd0c60211::AMDGPUPreLegalizerCombiner
261 AMDGPUPreLegalizerCombiner::AMDGPUPreLegalizerCombiner(bool IsOptNone) in AMDGPUPreLegalizerCombiner()
299 FunctionPass *createAMDGPUPreLegalizeCombiner(bool IsOptNone) { in createAMDGPUPreLegalizeCombiner()
DAMDGPURegBankCombiner.cpp434 bool IsOptNone; member in __anonce7bae9a0211::AMDGPURegBankCombiner
451 AMDGPURegBankCombiner::AMDGPURegBankCombiner(bool IsOptNone) in AMDGPURegBankCombiner()
489 FunctionPass *createAMDGPURegBankCombiner(bool IsOptNone) { in createAMDGPURegBankCombiner()
DAMDGPUPostLegalizerCombiner.cpp399 bool IsOptNone; member in __anoncae594850611::AMDGPUPostLegalizerCombiner
416 AMDGPUPostLegalizerCombiner::AMDGPUPostLegalizerCombiner(bool IsOptNone) in AMDGPUPostLegalizerCombiner()
454 FunctionPass *createAMDGPUPostLegalizeCombiner(bool IsOptNone) { in createAMDGPUPostLegalizeCombiner()
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp390 bool IsOptNone; member in __anonde1a2e1e0211::AArch64PostLegalizerCombiner
409 AArch64PostLegalizerCombiner::AArch64PostLegalizerCombiner(bool IsOptNone) in AArch64PostLegalizerCombiner()
448 FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) { in createAArch64PostLegalizerCombiner()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp688 bool IsOptNone = getOptLevel() == CodeGenOpt::None; in addPreRegBankSelect() local
DAArch64StackTagging.cpp299 AArch64StackTagging(bool IsOptNone = false) in AArch64StackTagging()