/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-equals-default-copy.cpp | 6 struct OL { struct 7 OL(const OL &); 8 OL &operator=(const OL &); 11 OL::OL(const OL &Other) : Field(Other.Field) {} in OL() function in OL 14 OL &OL::operator=(const OL &Other) { in operator =() 54 const OL &Reference; // This makes this class non-assignable. 146 struct BC : IL, OL, BF { 147 BC(const BC &Other) : IL(Other), OL(Other), BF(Other) {} in BC() 154 OL::operator=(Other); in operator =() 162 struct BCWM : IL, OL { [all …]
|
D | modernize-use-equals-default.cpp | 4 class OL { class 6 OL(); 7 ~OL(); 10 OL::OL() {}; in OL() function in OL 13 OL::~OL() {} in ~OL() 63 OL o;
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 43 CodeGenOpt::Level OL, bool isLittle); 69 CodeGenOpt::Level OL, bool isLittle); 80 CodeGenOpt::Level OL); 91 CodeGenOpt::Level OL); 104 CodeGenOpt::Level OL, bool isLittle); 115 CodeGenOpt::Level OL); 126 CodeGenOpt::Level OL);
|
D | ARMTargetMachine.cpp | 197 CodeGenOpt::Level OL, bool isLittle) in ARMBaseTargetMachine() argument 200 OL), in ARMBaseTargetMachine() 270 CodeModel::Model CM, CodeGenOpt::Level OL, in ARMTargetMachine() argument 272 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ARMTargetMachine() 286 CodeGenOpt::Level OL) in ARMLETargetMachine() argument 287 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in ARMLETargetMachine() 296 CodeGenOpt::Level OL) in ARMBETargetMachine() argument 297 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in ARMBETargetMachine() 306 CodeGenOpt::Level OL, bool isLittle) in ThumbTargetMachine() argument 307 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ThumbTargetMachine() [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 69 CodeGenOpt::Level OL, bool is64bit) in SparcTargetMachine() argument 71 getEffectiveRelocModel(RM), CM, OL), in SparcTargetMachine() 191 CodeGenOpt::Level OL) in SparcV8TargetMachine() argument 192 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in SparcV8TargetMachine() 201 CodeGenOpt::Level OL) in SparcV9TargetMachine() argument 202 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in SparcV9TargetMachine() 211 CodeGenOpt::Level OL) in SparcelTargetMachine() argument 212 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in SparcelTargetMachine()
|
D | SparcTargetMachine.h | 32 CodeGenOpt::Level OL, bool is64bit); 53 CodeGenOpt::Level OL); 64 CodeGenOpt::Level OL); 74 CodeGenOpt::Level OL);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 95 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT, bool is64bit) in SparcTargetMachine() argument 100 OL), in SparcTargetMachine() 197 CodeGenOpt::Level OL, bool JIT) in SparcV8TargetMachine() argument 198 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine() 207 CodeGenOpt::Level OL, bool JIT) in SparcV9TargetMachine() argument 208 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in SparcV9TargetMachine() 217 CodeGenOpt::Level OL, bool JIT) in SparcelTargetMachine() argument 218 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcelTargetMachine()
|
D | SparcTargetMachine.h | 31 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);
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 95 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT, bool is64bit) in SparcTargetMachine() argument 100 OL), in SparcTargetMachine() 196 CodeGenOpt::Level OL, bool JIT) in SparcV8TargetMachine() argument 197 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine() 206 CodeGenOpt::Level OL, bool JIT) in SparcV9TargetMachine() argument 207 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in SparcV9TargetMachine() 216 CodeGenOpt::Level OL, bool JIT) in SparcelTargetMachine() argument 217 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcelTargetMachine()
|
D | SparcTargetMachine.h | 31 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);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 119 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL, in computeFSAdditions() argument 131 if (OL >= CodeGenOpt::Default) { in computeFSAdditions() 138 if (OL != CodeGenOpt::None) { in computeFSAdditions() 199 CodeModel::Model CM, CodeGenOpt::Level OL) in PPCTargetMachine() argument 201 computeFSAdditions(FS, OL, TT), Options, in PPCTargetMachine() 202 getEffectiveRelocModel(TT, RM), CM, OL), in PPCTargetMachine() 205 Subtarget(TargetTriple, CPU, computeFSAdditions(FS, OL, TT), *this) { in PPCTargetMachine() 236 CodeGenOpt::Level OL) in PPC32TargetMachine() argument 237 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {} in PPC32TargetMachine() 246 CodeGenOpt::Level OL) in PPC64TargetMachine() argument [all …]
|
D | PPCTargetMachine.h | 40 CodeGenOpt::Level OL); 69 CodeGenOpt::Level OL); 80 CodeGenOpt::Level OL);
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 97 CodeModel::Model CM, CodeGenOpt::Level OL, in MipsTargetMachine() argument 101 OL), in MipsTargetMachine() 122 CodeGenOpt::Level OL) in MipsebTargetMachine() argument 123 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in MipsebTargetMachine() 132 CodeGenOpt::Level OL) in MipselTargetMachine() argument 133 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in MipselTargetMachine()
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 125 CodeGenOpt::Level OL; in LLVMCreateTargetMachine() local 128 OL = CodeGenOpt::None; in LLVMCreateTargetMachine() 131 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine() 134 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine() 137 OL = CodeGenOpt::Default; in LLVMCreateTargetMachine() 143 CM, OL)); in LLVMCreateTargetMachine()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.cpp | 106 CodeGenOpt::Level OL, bool is64bit) in NVPTXTargetMachine() argument 110 Reloc::PIC_, CM, OL), in NVPTXTargetMachine() 130 CodeGenOpt::Level OL) in NVPTXTargetMachine32() argument 131 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in NVPTXTargetMachine32() 140 CodeGenOpt::Level OL) in NVPTXTargetMachine64() argument 141 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in NVPTXTargetMachine64()
|
/external/llvm-project/llvm/lib/Target/ |
D | TargetMachineC.cpp | 133 CodeGenOpt::Level OL; in LLVMCreateTargetMachine() local 136 OL = CodeGenOpt::None; in LLVMCreateTargetMachine() 139 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine() 142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine() 145 OL = CodeGenOpt::Default; in LLVMCreateTargetMachine() 151 OL, JIT)); in LLVMCreateTargetMachine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 133 CodeGenOpt::Level OL; in LLVMCreateTargetMachine() local 136 OL = CodeGenOpt::None; in LLVMCreateTargetMachine() 139 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine() 142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine() 145 OL = CodeGenOpt::Default; in LLVMCreateTargetMachine() 151 OL, JIT)); in LLVMCreateTargetMachine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.h | 33 CodeGenOpt::Level OL, bool IsLittleEndian); 60 CodeGenOpt::Level OL); 71 CodeGenOpt::Level OL);
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 116 CodeGenOpt::Level OL, bool JIT, in MipsTargetMachine() argument 120 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MipsTargetMachine() 148 CodeGenOpt::Level OL, bool JIT) in MipsebTargetMachine() argument 149 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine() 158 CodeGenOpt::Level OL, bool JIT) in MipselTargetMachine() argument 159 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.cpp | 112 CodeGenOpt::Level OL, bool is64bit) in NVPTXTargetMachine() argument 117 getEffectiveCodeModel(CM, CodeModel::Small), OL), in NVPTXTargetMachine() 139 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine32() argument 140 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in NVPTXTargetMachine32() 149 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine64() argument 150 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in NVPTXTargetMachine64()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.cpp | 112 CodeGenOpt::Level OL, bool is64bit) in NVPTXTargetMachine() argument 117 getEffectiveCodeModel(CM, CodeModel::Small), OL), in NVPTXTargetMachine() 139 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine32() argument 140 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in NVPTXTargetMachine32() 149 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine64() argument 150 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in NVPTXTargetMachine64()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.h | 34 CodeGenOpt::Level OL, bool JIT, bool IsLittleEndian); 64 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 76 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | LoopNestTest.cpp | 89 const Loop &OL = LN.getOutermostLoop(); in TEST() local 90 EXPECT_EQ(OL.getName(), "for.outer"); in TEST() 172 const Loop &OL = LN.getOutermostLoop(); in TEST() local 173 EXPECT_EQ(OL.getName(), "loop.i"); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 116 CodeGenOpt::Level OL, bool JIT, in MipsTargetMachine() argument 120 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MipsTargetMachine() 145 CodeGenOpt::Level OL, bool JIT) in MipsebTargetMachine() argument 146 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine() 155 CodeGenOpt::Level OL, bool JIT) in MipselTargetMachine() argument 156 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
|
D | MipsTargetMachine.h | 43 CodeGenOpt::Level OL, bool JIT, bool isLittle); 79 CodeGenOpt::Level OL, bool JIT); 91 CodeGenOpt::Level OL, bool JIT);
|