Home
last modified time | relevance | path

Searched refs:OL (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp6 struct OL { struct
7 OL(const OL &);
8 OL &operator=(const OL &);
11 OL::OL(const OL &Other) : Field(Other.Field) {} in OL() argument
14 OL &OL::operator=(const OL &Other) { in operator =()
154 OL::operator=(Other); in operator =()
162 struct BCWM : IL, OL {
171 OL::operator=(Other); in operator =()
185 OL::operator=(Other); in operator =()
213 OL::operator=(Other); in operator =()
[all …]
H A Duse-equals-default.cpp4 class OL { class
6 OL();
7 ~OL();
10 OL::OL() {}; in OL() function in OL
13 OL::~OL() {} in ~OL()
63 OL o;
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopNestTest.cpp97 const Loop &OL = LN.getOutermostLoop(); in TEST() local
98 EXPECT_EQ(OL.getName(), "for.outer"); in TEST()
112 EXPECT_EQ(LoopsAtDepth1[0], &OL); in TEST()
119 EXPECT_EQ(LN.getLoop(LN.getLoopIndex(OL)), &OL); in TEST()
131 EXPECT_TRUE(LN.getInterveningInstructions(OL, *IL, SE).empty()); in TEST()
195 const Loop &OL = LN.getOutermostLoop(); in TEST() local
196 EXPECT_EQ(OL.getName(), "loop.i"); in TEST()
217 EXPECT_TRUE(LN.getInterveningInstructions(OL, *IL, SE).empty()); in TEST()
279 const Loop &OL = LN.getOutermostLoop(); in TEST() local
280 EXPECT_EQ(OL.getName(), "for.outer"); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp93 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT, bool is64bit) in SparcTargetMachine() argument
98 OL), in SparcTargetMachine()
192 CodeGenOpt::Level OL, bool JIT) in SparcV8TargetMachine() argument
193 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
202 CodeGenOpt::Level OL, bool JIT) in SparcV9TargetMachine() argument
203 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in SparcV9TargetMachine()
212 CodeGenOpt::Level OL, bool JIT) in SparcelTargetMachine() argument
213 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcelTargetMachine()
H A DSparcTargetMachine.h31 CodeGenOpt::Level OL, bool JIT, bool is64bit);
52 CodeGenOpt::Level OL, bool JIT);
63 CodeGenOpt::Level OL, bool JIT);
73 CodeGenOpt::Level OL, bool JIT);
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachineC.cpp129 CodeGenOpt::Level OL; in LLVMCreateTargetMachine() local
132 OL = CodeGenOpt::None; in LLVMCreateTargetMachine()
135 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine()
138 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
141 OL = CodeGenOpt::Default; in LLVMCreateTargetMachine()
147 OL, JIT)); in LLVMCreateTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp124 CodeGenOpt::Level OL, bool JIT, in MipsTargetMachine() argument
128 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MipsTargetMachine()
152 CodeGenOpt::Level OL, bool JIT) in MipsebTargetMachine() argument
153 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine()
162 CodeGenOpt::Level OL, bool JIT) in MipselTargetMachine() argument
163 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
H A DMipsTargetMachine.h43 CodeGenOpt::Level OL, bool JIT, bool isLittle);
87 CodeGenOpt::Level OL, bool JIT);
99 CodeGenOpt::Level OL, bool JIT);
H A DMips16ISelDAGToDAG.h22 explicit Mips16DAGToDAGISel(MipsTargetMachine &TM, CodeGenOpt::Level OL) in Mips16DAGToDAGISel() argument
23 : MipsDAGToDAGISel(TM, OL) {} in Mips16DAGToDAGISel()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp117 CodeGenOpt::Level OL, bool is64bit) in NVPTXTargetMachine() argument
122 getEffectiveCodeModel(CM, CodeModel::Small), OL), in NVPTXTargetMachine()
144 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine32() argument
145 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in NVPTXTargetMachine32()
154 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine64() argument
155 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in NVPTXTargetMachine64()
H A DNVPTXTargetMachine.h84 CodeGenOpt::Level OL, bool JIT);
93 CodeGenOpt::Level OL, bool JIT);
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetMachine.h45 CodeGenOpt::Level OL, bool isLittle);
90 CodeGenOpt::Level OL, bool JIT);
100 CodeGenOpt::Level OL, bool JIT);
H A DARMTargetMachine.cpp221 CodeGenOpt::Level OL, bool isLittle) in ARMBaseTargetMachine() argument
224 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARMBaseTargetMachine()
321 CodeGenOpt::Level OL, bool JIT) in ARMLETargetMachine() argument
322 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in ARMLETargetMachine()
329 CodeGenOpt::Level OL, bool JIT) in ARMBETargetMachine() argument
330 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in ARMBETargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h32 CodeGenOpt::Level OL, bool JIT, bool IsLittleEndian);
76 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
88 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp43 CodeGenOpt::Level OL, bool JIT) in MSP430TargetMachine() argument
46 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp33 CodeGenOpt::Level OL, bool JIT) in ARCTargetMachine() argument
38 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARCTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp181 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL, in computeFSAdditions() argument
193 if (OL >= CodeGenOpt::Default) { in computeFSAdditions()
200 if (OL != CodeGenOpt::None) { in computeFSAdditions()
329 CodeGenOpt::Level OL, bool JIT) in PPCTargetMachine() argument
331 computeFSAdditions(FS, OL, TT), Options, in PPCTargetMachine()
333 getEffectivePPCCodeModel(TT, CM, JIT), OL), in PPCTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp49 CodeGenOpt::Level OL, bool JIT) in XCoreTargetMachine() argument
53 getEffectiveXCoreCodeModel(CM), OL), in XCoreTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp49 CodeGenOpt::Level OL, bool JIT) in AVRTargetMachine() argument
52 getEffectiveCodeModel(CM, CodeModel::Small), OL), in AVRTargetMachine()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp294 OptimizationLevel OL; in runNewPMPasses() local
300 OL = OptimizationLevel::O0; in runNewPMPasses()
303 OL = OptimizationLevel::O1; in runNewPMPasses()
306 OL = OptimizationLevel::O2; in runNewPMPasses()
309 OL = OptimizationLevel::O3; in runNewPMPasses()
320 MPM.addPass(PB.buildPerModuleDefaultPipeline(OL)); in runNewPMPasses()
322 MPM.addPass(PB.buildThinLTODefaultPipeline(OL, ImportSummary)); in runNewPMPasses()
324 MPM.addPass(PB.buildLTODefaultPipeline(OL, ExportSummary)); in runNewPMPasses()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVETargetMachine.cpp84 CodeGenOpt::Level OL, bool JIT) in VETargetMachine() argument
87 getEffectiveCodeModel(CM, CodeModel::Small), OL), in VETargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp53 CodeGenOpt::Level OL, bool JIT) in CSKYTargetMachine() argument
56 getEffectiveCodeModel(CM, CodeModel::Small), OL), in CSKYTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600TargetMachine.cpp55 CodeGenOpt::Level OL, bool JIT) in R600TargetMachine() argument
56 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) { in R600TargetMachine()
H A DAMDGPUTargetMachine.h43 CodeGenOpt::Level OL);
83 CodeGenOpt::Level OL, bool JIT);
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp77 CodeGenOpt::Level OL, bool JIT) in DirectXTargetMachine() argument
82 OL), in DirectXTargetMachine()

1234