Home
last modified time | relevance | path

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

12345678910>>...14

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp77 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) { in getSelectedTLSModel()
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
176 TLSModel::Model Model; in getTLSModel() local
179 Model = TLSModel::LocalDynamic; in getTLSModel()
181 Model = TLSModel::GeneralDynamic; in getTLSModel()
184 Model = TLSModel::LocalExec; in getTLSModel()
186 Model = TLSModel::InitialExec; in getTLSModel()
190 TLSModel::Model SelectedModel = getSelectedTLSModel(GV); in getTLSModel()
191 if (SelectedModel > Model) in getTLSModel()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
71 static CodeModel::Model
72 getEffectiveSparcCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel()
92 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine()
93 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT, bool is64bit) in SparcTargetMachine()
190 Optional<Reloc::Model> RM, in SparcV8TargetMachine()
191 Optional<CodeModel::Model> CM, in SparcV8TargetMachine()
200 Optional<Reloc::Model> RM, in SparcV9TargetMachine()
201 Optional<CodeModel::Model> CM, in SparcV9TargetMachine()
210 Optional<Reloc::Model> RM, in SparcelTargetMachine()
[all …]
H A DSparcTargetMachine.h30 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
51 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
62 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
72 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() argument
27 switch (Model) { in unwrap()
47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() argument
48 switch (Model) { in wrap()
H A DTargetMachine.h100 Reloc::Model RM = Reloc::Static;
101 CodeModel::Model CMModel = CodeModel::Small;
218 Reloc::Model getRelocationModel() const;
222 CodeModel::Model getCodeModel() const;
232 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
389 const TargetOptions &Options, Reloc::Model RM,
390 CodeModel::Model CM, CodeGenOpt::Level OL);
473 inline CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM, in getEffectiveCodeModel()
474 CodeModel::Model Default) { in getEffectiveCodeModel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp28 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
32 static CodeModel::Model
33 getEffectiveXCoreCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveXCoreCodeModel()
47 Optional<Reloc::Model> RM, in XCoreTargetMachine()
48 Optional<CodeModel::Model> CM, in XCoreTargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h38 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
79 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
88 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h42 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
86 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
98 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
H A DMipsTargetMachine.cpp99 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel()
100 Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
114 Optional<Reloc::Model> RM, in MipsTargetMachine()
115 Optional<CodeModel::Model> CM, in MipsTargetMachine()
146 Optional<Reloc::Model> RM, in MipsebTargetMachine()
147 Optional<CodeModel::Model> CM, in MipsebTargetMachine()
156 Optional<Reloc::Model> RM, in MipselTargetMachine()
157 Optional<CodeModel::Model> CM, in MipselTargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.h44 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
89 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
99 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h33 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
77 Optional<Reloc::Model> RM,
78 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
89 Optional<Reloc::Model> RM,
90 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h86 JITTargetMachineBuilder &setRelocationModel(Optional<Reloc::Model> RM) { in setRelocationModel()
92 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel()
95 JITTargetMachineBuilder &setCodeModel(Optional<CodeModel::Model> CM) { in setCodeModel()
101 const Optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel()
153 Optional<Reloc::Model> RM;
154 Optional<CodeModel::Model> CM;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp62 Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel()
63 Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
72 CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM, in getEffectiveCodeModel()
88 Optional<Reloc::Model> RM, in M68kTargetMachine()
89 Optional<CodeModel::Model> CM, in M68kTargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h42 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
77 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
102 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp106 for (const CodeGenProcModel *Model : ProcModels) in collectAllFuncUnits() local
107 ProcItinList.insert(Model->ItinsDef); in collectAllFuncUnits()
241 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
242 assert(Model->hasItineraries()); in emitForItineraries()
243 ProcModelStartIdx[Model] = ScheduleClasses.size(); in emitForItineraries()
244 createScheduleClasses(Model->Index, Model->ItinDefList); in emitForItineraries()
262 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
263 OS << " " << ProcModelStartIdx[Model] << ", // " << Model->ModelName in emitForItineraries()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h34 InstructionTables(const MCSchedModel &Model) in InstructionTables() argument
35 : Stage(), SM(Model), Masks(Model.getNumProcResourceKinds()) { in InstructionTables()
36 computeProcResourceMasks(Model, Masks); in InstructionTables()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp25 SummaryView::SummaryView(const MCSchedModel &Model, ArrayRef<MCInst> S, in SummaryView() argument
27 : SM(Model), Source(S), DispatchWidth(Width?Width: Model.IssueWidth), in SummaryView()
30 ProcResourceUsage(Model.getNumProcResourceKinds(), 0), in SummaryView()
31 ProcResourceMasks(Model.getNumProcResourceKinds()), in SummaryView()
32 ResIdx2ProcResID(Model.getNumProcResourceKinds(), 0) { in SummaryView()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h41 Reloc::Model getRelocModel();
42 Optional<Reloc::Model> getExplicitRelocModel();
44 ThreadModel::Model getThreadModel();
46 CodeModel::Model getCodeModel();
47 Optional<CodeModel::Model> getExplicitCodeModel();
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp100 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
137 static CodeModel::Model
138 getEffectiveSystemZCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSystemZCodeModel()
155 Optional<Reloc::Model> RM, in SystemZTargetMachine()
156 Optional<CodeModel::Model> CM, in SystemZTargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp627 switch (Model) { in getIntelProcessorTypeAndSubtype()
899 switch (Model) { in getAMDProcessorTypeAndSubtype()
933 switch (Model) { in getAMDProcessorTypeAndSubtype()
952 if (Model >= 0x60 && Model <= 0x7f) { in getAMDProcessorTypeAndSubtype()
957 if (Model >= 0x30 && Model <= 0x3f) { in getAMDProcessorTypeAndSubtype()
962 if ((Model >= 0x10 && Model <= 0x1f) || Model == 0x02) { in getAMDProcessorTypeAndSubtype()
967 if (Model <= 0x0f) { in getAMDProcessorTypeAndSubtype()
979 if ((Model >= 0x30 && Model <= 0x3f) || Model == 0x71) { in getAMDProcessorTypeAndSubtype()
984 if (Model <= 0x0f) { in getAMDProcessorTypeAndSubtype()
992 if (Model <= 0x0f) { in getAMDProcessorTypeAndSubtype()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
43 Optional<Reloc::Model> RM, in MSP430TargetMachine()
44 Optional<CodeModel::Model> CM, in MSP430TargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp50 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
57 Optional<Reloc::Model> RM, in LanaiTargetMachine()
58 Optional<CodeModel::Model> CodeModel, in LanaiTargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp23 static Reloc::Model getRelocModel(Optional<Reloc::Model> RM) { in getRelocModel()
31 Optional<Reloc::Model> RM, in ARCTargetMachine()
32 Optional<CodeModel::Model> CM, in ARCTargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp39 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
46 Optional<Reloc::Model> RM, in AVRTargetMachine()
47 Optional<CodeModel::Model> CM, in AVRTargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVETargetMachine.cpp63 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
82 Optional<Reloc::Model> RM, in VETargetMachine()
83 Optional<CodeModel::Model> CM, in VETargetMachine()

12345678910>>...14