Home
last modified time | relevance | path

Searched defs:OL (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.h23 explicit MipsSEDAGToDAGISel(MipsTargetMachine &TM, CodeGenOptLevel OL) in MipsSEDAGToDAGISel() argument
H A DMips16ISelDAGToDAG.h22 explicit Mips16DAGToDAGISel(MipsTargetMachine &TM, CodeGenOptLevel OL) in Mips16DAGToDAGISel()
H A DMipsISelDAGToDAG.h35 explicit MipsDAGToDAGISel(MipsTargetMachine &TM, CodeGenOptLevel OL) in MipsDAGToDAGISel() argument
H A DMipsTargetMachine.cpp126 MipsTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool isLittle) MipsTargetMachine() argument
155 MipsebTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) MipsebTargetMachine() argument
165 MipselTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) MipselTargetMachine() argument
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp103 SparcTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool is64bit) SparcTargetMachine() argument
205 SparcV8TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SparcV8TargetMachine() argument
215 SparcV9TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SparcV9TargetMachine() argument
225 SparcelTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SparcelTargetMachine() argument
/llvm-project/llvm/unittests/Analysis/
H A DLoopNestTest.cpp98 const Loop &OL = LN.getOutermostLoop(); in TEST() local
196 const Loop &OL = LN.getOutermostLoop(); in TEST() local
280 const Loop &OL = LN.getOutermostLoop(); in TEST() local
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp50 XtensaTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool IsLittle) XtensaTargetMachine() argument
64 XtensaTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) XtensaTargetMachine() argument
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp129 NVPTXTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool is64bit) NVPTXTargetMachine() argument
156 NVPTXTargetMachine32(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) NVPTXTargetMachine32() argument
166 NVPTXTargetMachine64(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) NVPTXTargetMachine64() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp224 ARMBaseTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool isLittle) ARMBaseTargetMachine() argument
332 ARMLETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMLETargetMachine() argument
340 ARMBETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMBETargetMachine() argument
/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp35 CodeGenOptLevel OL, bool JIT) in ARCTargetMachine() argument
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp46 MSP430TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) MSP430TargetMachine() argument
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp50 XCoreTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) XCoreTargetMachine() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp347 AArch64TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool LittleEndian) AArch64TargetMachine() argument
478 AArch64leTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) AArch64leTargetMachine() argument
486 AArch64beTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) AArch64beTargetMachine() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp200 computeFSAdditions(StringRef FS,CodeGenOptLevel OL,const Triple & TT) computeFSAdditions() argument
349 PPCTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) PPCTargetMachine() argument
/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp51 AVRTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) AVRTargetMachine() argument
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp56 CodeGenOptLevel OL, bool JIT) in CSKYTargetMachine() argument
/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp91 CodeGenOptLevel OL, bool JIT) in VETargetMachine() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp4 class OL { class
10 OL::OL() {}; in OL() function in OL
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp81 SPIRVTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SPIRVTargetMachine() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetMachine.cpp57 R600TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) R600TargetMachine() argument
/llvm-project/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp76 llvm::OptimizationLevel OL; in RunOptimizationPasses() local
/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp104 M68kTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) M68kTargetMachine() argument
/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp92 DirectXTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) DirectXTargetMachine() argument
/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp71 BPFTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) BPFTargetMachine() argument
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp90 LoongArchTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) LoongArchTargetMachine() argument

12