/external/clang/test/SemaTemplate/ |
D | instantiate-function-params.cpp | 8 template <class Model, void (Model::*)()> struct wrap_constraints { }; 9 template <class Model> 10 inline char has_constraints_(Model* , // expected-note 2{{while substituting deduced template argu… 12 … wrap_constraints<Model,&Model::constraints>* = 0); // expected-note 2{{in instantiation}} 14 template <class Model> struct not_satisfied { 15 …static const bool value = sizeof( has_constraints_((Model*)0) == 1); // expected-error 3{{no matc… 20 template <class Model> struct requirement_<void(*)(Model)> : if_< n… 22 template <class Model> struct usage_requirements {
|
D | instantiate-field.cpp | 39 template <class Model> struct requirement<failed *Model::*> 43 ((Model*)0)->~Model(); // expected-note{{in instantiation of}} in failed() 47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*> 53 template <class Model> struct usage_requirements 56 {((Model*)0)->~Model(); } // expected-note{{in instantiation of}} in ~usage_requirements()
|
/external/llvm/lib/Support/ |
D | Host.cpp | 103 unsigned &Model) { in DetectX86FamilyModel() argument 105 Model = (EAX >> 4) & 0xf; // Bits 4 - 7 in DetectX86FamilyModel() 111 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19 in DetectX86FamilyModel() 120 unsigned Model = 0; in getHostCPUName() local 121 DetectX86FamilyModel(EAX, Family, Model); in getHostCPUName() 138 switch (Model) { in getHostCPUName() 151 switch (Model) { in getHostCPUName() 169 switch (Model) { in getHostCPUName() 240 switch (Model) { in getHostCPUName() 281 switch (Model) { in getHostCPUName() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.h | 42 Reloc::Model RM, CodeModel::Model CM, 84 Reloc::Model RM, CodeModel::Model CM, 95 Reloc::Model RM, CodeModel::Model CM, 107 Reloc::Model RM, CodeModel::Model CM, 119 Reloc::Model RM, CodeModel::Model CM,
|
D | MipsTargetMachine.cpp | 39 Reloc::Model RM, CodeModel::Model CM, in MipsTargetMachine() 61 Reloc::Model RM, CodeModel::Model CM, in MipsebTargetMachine() 70 Reloc::Model RM, CodeModel::Model CM, in MipselTargetMachine() 79 Reloc::Model RM, CodeModel::Model CM, in Mips64ebTargetMachine() 88 Reloc::Model RM, CodeModel::Model CM, in Mips64elTargetMachine()
|
/external/llvm/include/llvm/MC/ |
D | MCCodeGenInfo.h | 25 Reloc::Model RelocationModel; 29 CodeModel::Model CMModel; 36 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default, 37 CodeModel::Model CM = CodeModel::Default, 40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() 42 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel()
|
D | MCObjectFileInfo.h | 170 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM, 297 Reloc::Model RelocM; 298 CodeModel::Model CMModel;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.h | 38 Reloc::Model RM, CodeModel::Model CM, 69 Reloc::Model RM, CodeModel::Model CM, 81 Reloc::Model RM, CodeModel::Model CM,
|
D | SparcTargetMachine.cpp | 31 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine() 81 Reloc::Model RM, in SparcV8TargetMachine() 82 CodeModel::Model CM, in SparcV8TargetMachine() 93 Reloc::Model RM, in SparcV9TargetMachine() 94 CodeModel::Model CM, in SparcV9TargetMachine()
|
/external/llvm/lib/Target/PTX/ |
D | PTXTargetMachine.h | 39 Reloc::Model RM, CodeModel::Model CM, 88 Reloc::Model RM, CodeModel::Model CM, 98 Reloc::Model RM, CodeModel::Model CM,
|
D | PTXTargetMachine.cpp | 74 Reloc::Model RM, CodeModel::Model CM, in PTXTargetMachine() 91 Reloc::Model RM, CodeModel::Model CM, in PTX32TargetMachine() 101 Reloc::Model RM, CodeModel::Model CM, in PTX64TargetMachine()
|
D | PTX.td | 47 "Use Shader Model 1.0">; 49 "Use Shader Model 1.1">; 51 "Use Shader Model 1.2">; 53 "Use Shader Model 1.3">; 55 "Use Shader Model 2.0", [FeatureDouble]>; 57 "Use Shader Model 2.1", [FeatureDouble]>; 59 "Use Shader Model 2.2", [FeatureDouble]>; 61 "Use Shader Model 2.3", [FeatureDouble]>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.h | 43 Reloc::Model RM, CodeModel::Model CM, 80 Reloc::Model RM, CodeModel::Model CM, 91 Reloc::Model RM, CodeModel::Model CM,
|
D | PPCTargetMachine.cpp | 33 Reloc::Model RM, CodeModel::Model CM, in PPCTargetMachine() 53 Reloc::Model RM, CodeModel::Model CM, in PPC32TargetMachine() 63 Reloc::Model RM, CodeModel::Model CM, in PPC64TargetMachine()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.h | 42 Reloc::Model RM, CodeModel::Model CM, 91 Reloc::Model RM, CodeModel::Model CM, 120 Reloc::Model RM, CodeModel::Model CM,
|
D | X86TargetMachine.cpp | 36 Reloc::Model RM, CodeModel::Model CM, in X86_32TargetMachine() 59 Reloc::Model RM, CodeModel::Model CM, in X86_64TargetMachine() 75 Reloc::Model RM, CodeModel::Model CM, in X86TargetMachine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 45 Reloc::Model RM, CodeModel::Model CM, 74 Reloc::Model RM, CodeModel::Model CM, 117 Reloc::Model RM, CodeModel::Model CM,
|
D | ARMTargetMachine.cpp | 43 Reloc::Model RM, CodeModel::Model CM, in ARMBaseTargetMachine() 59 Reloc::Model RM, CodeModel::Model CM, in ARMTargetMachine() 85 Reloc::Model RM, CodeModel::Model CM, in ThumbTargetMachine()
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum 27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum 32 enum Model { enum
|
D | TargetRegistry.h | 77 Reloc::Model RM, 78 CodeModel::Model CM, 91 Reloc::Model RM, 92 CodeModel::Model CM, 285 MCCodeGenInfo *createMCCodeGenInfo(StringRef Triple, Reloc::Model RM, in createMCCodeGenInfo() 286 CodeModel::Model CM, in createMCCodeGenInfo() 342 Reloc::Model RM = Reloc::Default, 343 CodeModel::Model CM = CodeModel::Default, 857 static MCCodeGenInfo *Allocator(StringRef TT, Reloc::Model RM, in Allocator() 858 CodeModel::Model CM, CodeGenOpt::Level OL) { in Allocator() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 193 Reloc::Model getRelocationModel() const; 197 CodeModel::Model getCodeModel() const; 201 TLSModel::Model getTLSModel(const GlobalValue *GV) const; 286 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 64 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() 72 CodeModel::Model TargetMachine::getCodeModel() const { in getCodeModel() 78 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const { in getTLSModel()
|
/external/llvm/lib/MC/ |
D | MCCodeGenInfo.cpp | 18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM, in InitMCCodeGenInfo()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPTargetMachine.h | 27 Reloc::Model RM, CodeModel::Model CM, in CPPTargetMachine()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 203 Reloc::Model RM = Reloc::Default, 204 CodeModel::Model CMM = 487 Reloc::Model RelocModel; 488 CodeModel::Model CMModel; 553 EngineBuilder &setRelocationModel(Reloc::Model RM) { in setRelocationModel() 561 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel()
|