Searched defs:Model (Results 1 - 12 of 12) sorted by relevance

/external/libvorbis/doc/
H A D03-codebook.tex4 \section{Probability Model and Codebooks} \label{vorbis:spec:codebook}
/external/llvm/include/llvm/Support/
H A DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum in namespace:llvm::Reloc
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum in namespace:llvm::CodeModel
32 enum Model { enum in namespace:llvm::TLSModel
/external/llvm/lib/Support/
H A DHost.cpp115 unsigned &Model) {
117 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
123 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
132 unsigned Model = 0; local
133 DetectX86FamilyModel(EAX, Family, Model);
150 switch (Model) {
163 switch (Model) {
181 switch (Model) {
259 switch (Model) {
300 switch (Model) {
114 DetectX86FamilyModel(unsigned EAX, unsigned &Family, unsigned &Model) argument
[all...]
/external/llvm/lib/Target/
H A DTargetMachine.cpp66 Reloc::Model TargetMachine::getRelocationModel() const {
74 CodeModel::Model TargetMachine::getCodeModel() const {
81 static TLSModel::Model getSelectedTLSModel(const GlobalVariable *Var) {
98 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
113 TLSModel::Model Model; local
116 Model = TLSModel::LocalDynamic;
118 Model = TLSModel::GeneralDynamic;
121 Model = TLSModel::LocalExec;
123 Model
[all...]
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp241 unsigned Model = 0; local
242 X86_MC::DetectFamilyModel(EAX, Family, Model);
243 if (IsAMD || (Family == 6 && Model >= 13)) {
251 if (IsIntel && ((Family == 6 && Model == 26) ||
252 (Family == 6 && Model == 44) ||
253 (Family == 6 && Model == 42))) {
260 (Model == 28 || Model == 38 || Model == 39
261 || Model
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp186 unsigned &Model) {
188 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
194 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
407 static MCCodeGenInfo *createX86MCCodeGenInfo(StringRef TT, Reloc::Model RM,
408 CodeModel::Model CM,
185 DetectFamilyModel(unsigned EAX, unsigned &Family, unsigned &Model) argument
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp53 case NAME##Model: return CMDFLAG;
63 case NAME##Model: return CMDFLAG;
1028 .Case(CMDFLAG, NAME##Model)
1044 .Case(CMDFLAG, NAME##Model)
1327 unsigned Model = llvm::StringSwitch<unsigned>(Name) local
1333 if (Model == ~0U) {
1337 Opts.DefaultTLSModel = static_cast<CodeGenOptions::TLSModel>(Model);
/external/clang/lib/Driver/
H A DTools.cpp1667 const char *Model = getToolChain().GetForcedPicModel(); local
1668 if (!Model) {
1670 Model = "dynamic-no-pic";
1672 Model = "static";
1674 Model = "pic";
1676 Model = getToolChain().GetDefaultRelocationModel();
1678 StringRef ModelStr = Model ? Model : "";
1679 if (Model && ModelStr != "pic") {
1681 CmdArgs.push_back(Model);
[all...]
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp1626 StringRef Model = Str->getString(); local
1627 if (Model != "global-dynamic" && Model != "local-dynamic"
1628 && Model != "initial-exec" && Model != "local-exec") {
1634 Model));
/external/mesa3d/src/mesa/main/
H A Dmtypes.h887 struct gl_lightmodel Model; /**< Lighting model */ member in struct:gl_light_attrib
/external/libmtp/src/
H A Dptp.h692 char *Model; member in struct:_PTPDeviceInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2226 milliseconds