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

1234

/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp53 static MCCodeGenInfo *createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM,
54 CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUTargetMachine.h40 StringRef CPU, TargetOptions Options, Reloc::Model RM,
41 CodeModel::Model CM, CodeGenOpt::Level OL);
H A DAMDGPUTargetMachine.cpp55 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp25 Reloc::Model RM,
26 CodeModel::Model CM,
H A DSystemZTargetMachine.h41 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp26 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DHost.cpp183 unsigned &Model) {
185 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
191 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
200 unsigned Model = 0; local
201 DetectX86FamilyModel(EAX, Family, Model);
229 switch (Model) {
242 switch (Model) {
260 switch (Model) {
361 switch (Model) {
402 switch (Model) {
182 DetectX86FamilyModel(unsigned EAX, unsigned &Family, unsigned &Model) argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h203 Reloc::Model getRelocationModel() const;
207 CodeModel::Model getCodeModel() const;
211 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
304 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.h124 // Relocation Model
125 Reloc::Model RM;
148 const std::string &FS, bool little, Reloc::Model RM,
226 Reloc::Model getRelocationModel() const {return RM;}
H A DMipsTargetMachine.cpp58 Reloc::Model RM, CodeModel::Model CM,
120 Reloc::Model RM, CodeModel::Model CM,
129 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp56 Reloc::Model RelocM) const {
H A DAArch64Subtarget.h59 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp85 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM,
86 CodeModel::Model CM,
102 static MCCodeGenInfo *createSparcV9MCCodeGenInfo(StringRef TT, Reloc::Model RM,
103 CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.cpp55 StringRef TT, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) {
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp57 static MCCodeGenInfo *createAMDGPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
58 CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp65 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM,
66 CodeModel::Model CM,
/freebsd-9.3-release/crypto/openssl/crypto/des/times/
H A Daix.cc3 This machine is a Bull Estrella Minitower Model MT604-100
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp48 Reloc::Model RM, CodeModel::Model CM,
73 Reloc::Model RM, CodeModel::Model CM,
99 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h87 Reloc::Model RM,
88 CodeModel::Model CM,
101 Reloc::Model RM,
102 CodeModel::Model CM,
288 MCCodeGenInfo *createMCCodeGenInfo(StringRef Triple, Reloc::Model RM,
289 CodeModel::Model CM,
345 Reloc::Model RM = Reloc::Default,
346 CodeModel::Model CM = CodeModel::Default,
894 static MCCodeGenInfo *Allocator(StringRef /*TT*/, Reloc::Model /*RM*/,
895 CodeModel::Model /*C
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h196 Reloc::Model RM = Reloc::Default,
197 CodeModel::Model CMM =
519 Reloc::Model RelocModel;
520 CodeModel::Model CMModel;
603 EngineBuilder &setRelocationModel(Reloc::Model RM) {
611 EngineBuilder &setCodeModel(CodeModel::Model M) {
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h195 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
359 Reloc::Model RelocM;
360 CodeModel::Model CMModel;
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h103 Reloc::Model RM = Reloc::Default,
104 CodeModel::Model CMM = CodeModel::JITDefault) {
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp72 static MCCodeGenInfo *createAArch64MCCodeGenInfo(StringRef TT, Reloc::Model RM,
73 CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp70 Reloc::Model RM,
71 CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h40 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) NAME##Model,
47 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) NAME##Model,

Completed in 289 milliseconds

1234