Searched refs:Model (Results 76 - 100 of 100) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp285 Reloc::Model RelocModel = Reloc::Default;
/freebsd-9.3-release/sys/dev/ce/
H A Dtau32-ddk.h358 int Model; member in struct:tag_TAU32_UserContext
H A Dif_ce.c650 switch (b->ddk.Model) {
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp701 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model relocm,
702 CodeModel::Model cm,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp140 .Case(CMDFLAG, NAME##Model)
156 .Case(CMDFLAG, NAME##Model)
477 unsigned Model = llvm::StringSwitch<unsigned>(Name) local
483 if (Model == ~0U) {
487 Opts.setDefaultTLSModel(static_cast<CodeGenOptions::TLSModel>(Model));
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h441 TLSModel::Model model) const;
H A DARMAsmPrinter.cpp451 Reloc::Model RelocM = TM.getRelocationModel();
H A DARMCodeEmitter.cpp652 Reloc::Model RelocM = TM.getRelocationModel();
H A DARMISelLowering.cpp2355 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
2422 TLSModel::Model model) const {
2478 TLSModel::Model model = getTargetMachine().getTLSModel(GA->getGlobal());
2539 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
2648 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
6924 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
9186 // Model is, if more than half of the relevant operands are bitcast from
H A DARMFastISel.cpp669 Reloc::Model RelocM = TM.getRelocationModel();
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h513 bool isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
H A DX86ISelDAGToDAG.cpp589 CodeModel::Model M = TM.getCodeModel();
640 CodeModel::Model M = TM.getCodeModel();
H A DX86ISelLowering.cpp3363 bool X86::isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
7953 CodeModel::Model M = getTargetMachine().getCodeModel();
7986 CodeModel::Model M = getTargetMachine().getCodeModel();
8019 CodeModel::Model M = getTargetMachine().getCodeModel();
8062 CodeModel::Model M = getTargetMachine().getCodeModel();
8092 CodeModel::Model M = getTargetMachine().getCodeModel();
8231 const EVT PtrVT, TLSModel::Model model,
8291 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
13886 CodeModel::Model M = getTargetMachine().getCodeModel();
13887 Reloc::Model
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2166 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
2306 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal()); local
2315 if (Model == TLSModel::InitialExec) {
2324 } else if (Model == TLSModel::LocalExec) {
2335 } else if (Model == TLSModel::GeneralDynamic) {
2348 } else if (Model == TLSModel::LocalDynamic) {
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp419 Reloc::Model RM,
420 CodeModel::Model CMM) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp1774 StringRef Model; local
1777 if (!S.checkStringLiteralArgumentAttr(Attr, 0, Model, &LiteralLoc))
1787 if (Model != "global-dynamic" && Model != "local-dynamic"
1788 && Model != "initial-exec" && Model != "local-exec") {
1794 TLSModelAttr(Attr.getRange(), S.Context, Model,
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1800 CodeModel::Model CModel = TM.getCodeModel();
1849 CodeModel::Model CModel = TM.getCodeModel();
H A DPPCISelLowering.cpp1421 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); local
1423 if (Model == TLSModel::LocalExec) {
1437 if (Model == TLSModel::InitialExec) {
1449 if (Model == TLSModel::GeneralDynamic) {
1472 if (Model == TLSModel::LocalDynamic) {
H A DPPCISelDAGToDAG.cpp1268 CodeModel::Model CModel = TM.getCodeModel();
/freebsd-9.3-release/usr.sbin/acpi/acpidump/
H A Dacpi.c855 printf("\tINT_MODEL=%s\n", fadt->Model ? "APIC" : "PIC");
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1563 Reloc::Model RM = TM.getRelocationModel();
1564 CodeModel::Model CM = TM.getCodeModel();
1601 TLSModel::Model model = TM.getTLSModel(GV);
/freebsd-9.3-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c312 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (Model), "Model", 0},
384 {ACPI_DMT_FLAG2, ACPI_FADT_FLAG_OFFSET (Flags,2), "Use APIC Cluster Model (V4)", 0},
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1494 // If the relocation model is PIC, use the General Dynamic TLS Model or
1496 // Local Exec TLS Model.
1503 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
1506 // General Dynamic and Local Dynamic TLS Model.
1548 // Initial Exec TLS Model
1557 // Local Exec TLS Model
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1874 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src179 # been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
1141 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300,
5947 hp150|hewlett packard Model 150,
7033 # Model || base name
7599 tvi925-hi|TeleVideo Model 925 with half intensity standout mode,
9689 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
10116 att5310|att5320|AT&T Model 53210 or 5320 matrix printer,
10868 ampex232|ampex-232|Ampex Model 232,
10880 ampex232w|Ampex Model 232 / 132 columns,
12449 # Ought to work for a Model 624
[all...]

Completed in 643 milliseconds

1234