| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | CodeGen.h | 29 namespace CodeModel { 58 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap() 61 return CodeModel::Default; in unwrap() 63 return CodeModel::JITDefault; in unwrap() 65 return CodeModel::Small; in unwrap() 67 return CodeModel::Kernel; in unwrap() 69 return CodeModel::Medium; in unwrap() 71 return CodeModel::Large; in unwrap() 73 return CodeModel::Default; in unwrap() 76 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/MCTargetDesc/ |
| HD | SparcMCTargetDesc.cpp | 86 CodeModel::Model CM, in createSparcMCCodeGenInfo() 94 case CodeModel::Default: in createSparcMCCodeGenInfo() 95 case CodeModel::JITDefault: CM = CodeModel::Small; break; in createSparcMCCodeGenInfo() 104 CodeModel::Model CM, in createSparcV9MCCodeGenInfo() 112 case CodeModel::Default: in createSparcV9MCCodeGenInfo() 113 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSparcV9MCCodeGenInfo() 115 case CodeModel::JITDefault: in createSparcV9MCCodeGenInfo() 116 CM = CodeModel::Large; in createSparcV9MCCodeGenInfo()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMTargetMachine.h | 41 Reloc::Model RM, CodeModel::Model CM, 67 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle); 77 Reloc::Model RM, CodeModel::Model CM, 88 Reloc::Model RM, CodeModel::Model CM, 101 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, 112 Reloc::Model RM, CodeModel::Model CM, 123 Reloc::Model RM, CodeModel::Model CM,
|
| HD | ARMTargetMachine.cpp | 175 Reloc::Model RM, CodeModel::Model CM, in ARMBaseTargetMachine() 238 Reloc::Model RM, CodeModel::Model CM, in ARMTargetMachine() 252 Reloc::Model RM, CodeModel::Model CM, in ARMLETargetMachine() 261 Reloc::Model RM, CodeModel::Model CM, in ARMBETargetMachine() 270 Reloc::Model RM, CodeModel::Model CM, in ThumbTargetMachine() 281 Reloc::Model RM, CodeModel::Model CM, in ThumbLETargetMachine() 290 Reloc::Model RM, CodeModel::Model CM, in ThumbBETargetMachine()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| HD | AArch64MCTargetDesc.cpp | 77 CodeModel::Model CM, in createAArch64MCCodeGenInfo() 82 if (CM == CodeModel::Default) in createAArch64MCCodeGenInfo() 83 CM = CodeModel::Small; in createAArch64MCCodeGenInfo() 87 else if (CM == CodeModel::JITDefault) in createAArch64MCCodeGenInfo() 88 CM = CodeModel::Large; in createAArch64MCCodeGenInfo() 89 else if (CM != CodeModel::Small && CM != CodeModel::Large) in createAArch64MCCodeGenInfo()
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCCodeGenInfo.h | 29 CodeModel::Model CMModel; 37 CodeModel::Model CM = CodeModel::Default, 42 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel()
|
| /NextBSD/contrib/llvm/lib/Target/XCore/MCTargetDesc/ |
| HD | XCoreMCTargetDesc.cpp | 67 CodeModel::Model CM, in createXCoreMCCodeGenInfo() 73 if (CM == CodeModel::Default) { in createXCoreMCCodeGenInfo() 74 CM = CodeModel::Small; in createXCoreMCCodeGenInfo() 76 if (CM != CodeModel::Small && CM != CodeModel::Large) in createXCoreMCCodeGenInfo()
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcTargetMachine.h | 29 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, 51 Reloc::Model RM, CodeModel::Model CM, 62 Reloc::Model RM, CodeModel::Model CM, 72 Reloc::Model RM, CodeModel::Model CM,
|
| HD | SparcTargetMachine.cpp | 60 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine() 112 Reloc::Model RM, CodeModel::Model CM, in SparcV8TargetMachine() 121 Reloc::Model RM, CodeModel::Model CM, in SparcV9TargetMachine() 130 Reloc::Model RM, CodeModel::Model CM, in SparcelTargetMachine()
|
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MCTargetDesc.cpp | 155 CodeModel::Model CM, in createX86MCCodeGenInfo() 193 if (CM == CodeModel::Default) in createX86MCCodeGenInfo() 194 CM = CodeModel::Small; in createX86MCCodeGenInfo() 195 else if (CM == CodeModel::JITDefault) in createX86MCCodeGenInfo() 197 CM = is64Bit ? CodeModel::Large : CodeModel::Small; in createX86MCCodeGenInfo()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | CommandFlags.h | 74 cl::opt<llvm::CodeModel::Model> 77 cl::init(CodeModel::Default), 78 cl::values(clEnumValN(CodeModel::Default, "default", 80 clEnumValN(CodeModel::Small, "small", 82 clEnumValN(CodeModel::Kernel, "kernel", 84 clEnumValN(CodeModel::Medium, "medium", 86 clEnumValN(CodeModel::Large, "large",
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUTargetMachine.h | 42 CodeModel::Model CM, CodeGenOpt::Level OL); 68 CodeModel::Model CM, CodeGenOpt::Level OL); 82 CodeModel::Model CM, CodeGenOpt::Level OL);
|
| HD | AMDGPUTargetMachine.cpp | 71 CodeModel::Model CM, in AMDGPUTargetMachine() 92 CodeModel::Model CM, CodeGenOpt::Level OL) in R600TargetMachine() 102 CodeModel::Model CM, CodeGenOpt::Level OL) in GCNTargetMachine()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64TargetMachine.h | 32 Reloc::Model RM, CodeModel::Model CM, 59 Reloc::Model RM, CodeModel::Model CM, 70 Reloc::Model RM, CodeModel::Model CM,
|
| HD | AArch64Subtarget.cpp | 64 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 69 if (TM.getCodeModel() == CodeModel::Small && GV->hasExternalWeakLinkage()) { in ClassifyGlobalReference()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | BackendUtil.cpp | 437 unsigned CodeModel = in CreateTargetMachine() local 438 llvm::StringSwitch<unsigned>(CodeGenOpts.CodeModel) in CreateTargetMachine() 439 .Case("small", llvm::CodeModel::Small) in CreateTargetMachine() 440 .Case("kernel", llvm::CodeModel::Kernel) in CreateTargetMachine() 441 .Case("medium", llvm::CodeModel::Medium) in CreateTargetMachine() 442 .Case("large", llvm::CodeModel::Large) in CreateTargetMachine() 443 .Case("default", llvm::CodeModel::Default) in CreateTargetMachine() 445 assert(CodeModel != ~0u && "invalid code model!"); in CreateTargetMachine() 446 llvm::CodeModel::Model CM = static_cast<llvm::CodeModel::Model>(CodeModel); in CreateTargetMachine()
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXTargetMachine.h | 39 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OP, 73 Reloc::Model RM, CodeModel::Model CM, 82 Reloc::Model RM, CodeModel::Model CM,
|
| HD | NVPTXTargetMachine.cpp | 91 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine() 111 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine32() 120 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine64()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsTargetMachine.h | 44 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle); 78 Reloc::Model RM, CodeModel::Model CM, 89 Reloc::Model RM, CodeModel::Model CM,
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCTargetMachine.h | 39 CodeModel::Model CM, CodeGenOpt::Level OL); 67 Reloc::Model RM, CodeModel::Model CM, 78 Reloc::Model RM, CodeModel::Model CM,
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| HD | SystemZMCTargetDesc.cpp | 164 CodeModel::Model CM, in createSystemZMCCodeGenInfo() 202 if (CM == CodeModel::Default) in createSystemZMCCodeGenInfo() 203 CM = CodeModel::Small; in createSystemZMCCodeGenInfo() 204 else if (CM == CodeModel::JITDefault) in createSystemZMCCodeGenInfo() 205 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSystemZMCCodeGenInfo()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCObjectFileInfo.cpp | 259 ((CMModel == CodeModel::Large) ? dwarf::DW_EH_PE_sdata8 in initELFMCObjectFileInfo() 291 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in initELFMCObjectFileInfo() 294 (CMModel == CodeModel::Small in initELFMCObjectFileInfo() 297 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in initELFMCObjectFileInfo() 301 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in initELFMCObjectFileInfo() 303 LSDAEncoding = (CMModel == CodeModel::Small) in initELFMCObjectFileInfo() 305 TTypeEncoding = (CMModel == CodeModel::Small) in initELFMCObjectFileInfo() 745 CodeModel::Model cm, in InitMCObjectFileInfo() 793 CodeModel::Model CM, in InitMCObjectFileInfo()
|
| /NextBSD/contrib/llvm/tools/llvm-mc/ |
| HD | llvm-mc.cpp | 132 static cl::opt<llvm::CodeModel::Model> 135 cl::init(CodeModel::Default), 136 cl::values(clEnumValN(CodeModel::Default, "default", 138 clEnumValN(CodeModel::Small, "small", 140 clEnumValN(CodeModel::Kernel, "kernel", 142 clEnumValN(CodeModel::Medium, "medium", 144 clEnumValN(CodeModel::Large, "large",
|
| /NextBSD/contrib/llvm/tools/lli/ |
| HD | lli.cpp | 205 cl::opt<llvm::CodeModel::Model> 208 cl::init(CodeModel::JITDefault), 209 cl::values(clEnumValN(CodeModel::JITDefault, "default", 211 clEnumValN(CodeModel::Small, "small", 213 clEnumValN(CodeModel::Kernel, "kernel", 215 clEnumValN(CodeModel::Medium, "medium", 217 clEnumValN(CodeModel::Large, "large",
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZSubtarget.cpp | 58 CodeModel::Model CM) const { in isPC32DBLSymbol() 65 if (CM == CodeModel::Small) in isPC32DBLSymbol()
|