Home
last modified time | relevance | path

Searched refs:Model (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/external/clang/test/SemaTemplate/
Dinstantiate-field.cpp39 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()
Dinstantiate-function-params.cpp8 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 {
/external/llvm/include/llvm/Support/
DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum
35 enum Model { enum
54 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap() argument
55 switch (Model) { in unwrap()
72 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() argument
73 switch (Model) { in wrap()
/external/llvm/lib/Target/
DTargetMachine.cpp91 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel()
99 CodeModel::Model TargetMachine::getCodeModel() const { in getCodeModel()
106 static TLSModel::Model getSelectedTLSModel(const GlobalVariable *Var) { in getSelectedTLSModel()
123 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const { in getTLSModel()
138 TLSModel::Model Model; in getTLSModel() local
141 Model = TLSModel::LocalDynamic; in getTLSModel()
143 Model = TLSModel::GeneralDynamic; in getTLSModel()
146 Model = TLSModel::LocalExec; in getTLSModel()
148 Model = TLSModel::InitialExec; in getTLSModel()
152 TLSModel::Model SelectedModel = getSelectedTLSModel(Var); in getTLSModel()
[all …]
/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h25 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()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp259 unsigned Model = 0; in AutoDetectSubtargetFeatures() local
260 X86_MC::DetectFamilyModel(EAX, Family, Model); in AutoDetectSubtargetFeatures()
261 if (IsAMD || (Family == 6 && Model >= 13)) { in AutoDetectSubtargetFeatures()
270 ((Family == 6 && Model == 0x1E) || // Nehalem: Clarksfield, Lynnfield, in AutoDetectSubtargetFeatures()
272 (Family == 6 && Model == 0x1A) || // Nehalem: Bloomfield, Nehalem-EP in AutoDetectSubtargetFeatures()
273 (Family == 6 && Model == 0x2E) || // Nehalem: Nehalem-EX in AutoDetectSubtargetFeatures()
274 (Family == 6 && Model == 0x25) || // Westmere: Arrandale, Clarksdale in AutoDetectSubtargetFeatures()
275 (Family == 6 && Model == 0x2C) || // Westmere: Gulftown, Westmere-EP in AutoDetectSubtargetFeatures()
276 (Family == 6 && Model == 0x2F) || // Westmere: Westmere-EX in AutoDetectSubtargetFeatures()
277 (Family == 6 && Model == 0x2A) || // SandyBridge in AutoDetectSubtargetFeatures()
[all …]
DX86TargetMachine.h40 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM,
118 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Support/
DHost.cpp131 unsigned &Model) { in DetectX86FamilyModel() argument
133 Model = (EAX >> 4) & 0xf; // Bits 4 - 7 in DetectX86FamilyModel()
139 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19 in DetectX86FamilyModel()
148 unsigned Model = 0; in getHostCPUName() local
149 DetectX86FamilyModel(EAX, Family, Model); in getHostCPUName()
172 switch (Model) { in getHostCPUName()
185 switch (Model) { in getHostCPUName()
203 switch (Model) { in getHostCPUName()
288 switch (Model) { in getHostCPUName()
329 switch (Model) { in getHostCPUName()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.h38 Reloc::Model RM, CodeModel::Model CM,
69 Reloc::Model RM, CodeModel::Model CM,
81 Reloc::Model RM, CodeModel::Model CM,
DSparcTargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine()
82 Reloc::Model RM, in SparcV8TargetMachine()
83 CodeModel::Model CM, in SparcV8TargetMachine()
94 Reloc::Model RM, in SparcV9TargetMachine()
95 CodeModel::Model CM, in SparcV9TargetMachine()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.h51 const TargetOptions &Options, Reloc::Model RM,
52 CodeModel::Model CM, CodeGenOpt::Level OP, bool is64bit);
103 Reloc::Model RM, CodeModel::Model CM,
112 Reloc::Model RM, CodeModel::Model CM,
DNVPTXTargetMachine.cpp71 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine()
85 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine32()
93 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine64()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.h43 Reloc::Model RM, CodeModel::Model CM,
83 Reloc::Model RM, CodeModel::Model CM,
94 Reloc::Model RM, CodeModel::Model CM,
DPPCTargetMachine.cpp39 Reloc::Model RM, CodeModel::Model CM, in PPCTargetMachine()
60 Reloc::Model RM, CodeModel::Model CM, in PPC32TargetMachine()
70 Reloc::Model RM, CodeModel::Model CM, in PPC64TargetMachine()
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
Dmodel.js7 function Model(precision) { class
18 Model.prototype.handle = function(input) {
72 Model.prototype.reset_ = function(state) {
83 Model.prototype.set_ = function(state) {
101 Model.prototype.calculate_ = function(operator, operand) {
118 Model.prototype.round_ = function(x) {
132 Model.prototype.digits_ = function(exponent) {
/external/llvm/lib/Target/ARM/
DARMTargetMachine.h44 Reloc::Model RM, CodeModel::Model CM,
79 Reloc::Model RM, CodeModel::Model CM,
117 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.h53 Reloc::Model RM, CodeModel::Model CM,
108 Reloc::Model RM, CodeModel::Model CM,
119 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/test/Analysis/CostModel/X86/
Dintrinsic-cost.ll24 ; CORE2: Printing analysis 'Cost Model Analysis' for function 'test1':
25 ; CORE2: Cost Model: Found an estimated cost of 400 for instruction: %2 = call <4 x float> @llvm.…
27 ; COREI7: Printing analysis 'Cost Model Analysis' for function 'test1':
28 ; COREI7: Cost Model: Found an estimated cost of 1 for instruction: %2 = call <4 x float> @llvm.c…
52 ; CORE2: Printing analysis 'Cost Model Analysis' for function 'test2':
53 ; CORE2: Cost Model: Found an estimated cost of 400 for instruction: %2 = call <4 x float> @llvm.…
55 ; COREI7: Printing analysis 'Cost Model Analysis' for function 'test2':
56 ; COREI7: Cost Model: Found an estimated cost of 1 for instruction: %2 = call <4 x float> @llvm.n…
/external/skia/expectations/gm/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/
DREADME3 Model Name: Mac mini
4 Model Identifier: Macmini4,1
7 Chipset Model: NVIDIA GeForce 320M
/external/skia/expectations/gm/Test-Mac10.7-MacMini4.1-GeForce320M-x86-Debug/
DREADME3 Model Name: Mac mini
4 Model Identifier: Macmini4,1
7 Chipset Model: NVIDIA GeForce 320M
/external/skia/expectations/gm/Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release/
DREADME3 Model Name: Mac mini
4 Model Identifier: Macmini4,1
7 Chipset Model: NVIDIA GeForce 320M
/external/skia/expectations/gm/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Release/
DREADME3 Model Name: Mac mini
4 Model Identifier: Macmini4,1
7 Chipset Model: NVIDIA GeForce 320M
/external/skia/expectations/gm/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug/
DREADME3 Model Name: Mac mini
4 Model Identifier: Macmini4,1
7 Chipset Model: NVIDIA GeForce 320M
/external/skia/expectations/gm/Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Debug/
DREADME3 Model Name: Mac mini
4 Model Identifier: Macmini4,1
7 Chipset Model: NVIDIA GeForce 320M
/external/skia/expectations/gm/Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release/
DREADME3 Model Name: Mac mini
4 Model Identifier: Macmini4,1
7 Chipset Model: NVIDIA GeForce 320M

12345678910>>...12