HomeSort by relevance Sort by last modified time
    Searched refs:CodeModel (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 77 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO())
83 if (TM.getCodeModel() == CodeModel::Small && GV->isWeakForLinker() && isDecl)
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 129 CodeModel::Model CM,
167 if (CM == CodeModel::Default)
168 CM = CodeModel::Small;
169 else if (CM == CodeModel::JITDefault)
170 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 52 // Using CodeModel::Large enables different CALL behavior.
56 Reloc::Model RM, CodeModel::Model CM,
68 Reloc::Model RM, CodeModel::Model CM,
77 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 72 Reloc::Model RM, CodeModel::Model CM,
83 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
91 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 42 Reloc::Model RM, CodeModel::Model CM,
54 Reloc::Model RM, CodeModel::Model CM,
64 Reloc::Model RM, CodeModel::Model CM,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 360 unsigned CodeModel =
361 llvm::StringSwitch<unsigned>(CodeGenOpts.CodeModel)
362 .Case("small", llvm::CodeModel::Small)
363 .Case("kernel", llvm::CodeModel::Kernel)
364 .Case("medium", llvm::CodeModel::Medium)
365 .Case("large", llvm::CodeModel::Large)
366 .Case("default", llvm::CodeModel::Default)
368 assert(CodeModel != ~0u && "invalid code model!");
369 llvm::CodeModel::Model CM = static_cast<llvm::CodeModel::Model>(CodeModel)
    [all...]
  /external/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 70 CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 54 CodeModel::Model CM,
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.h 39 CodeModel::Model CM, CodeGenOpt::Level OL);
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 94 CodeModel::Model CM) const;
SystemZTargetMachine.cpp 25 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 32 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 26 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 302 CodeModel::Model CM,
341 if (CM == CodeModel::Default)
342 CM = CodeModel::Small;
343 else if (CM == CodeModel::JITDefault)
345 CM = is64Bit ? CodeModel::Large : CodeModel::Small;
  /external/llvm/include/llvm/Target/
TargetMachine.h 171 CodeModel::Model getCodeModel() const;
272 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 104 CodeModel::Model CMM = CodeModel::JITDefault) {
  /external/llvm/lib/Target/
TargetMachine.cpp 84 CodeModel::Model TargetMachine::getCodeModel() const {
86 return CodeModel::Default;
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 56 mCodeModel = llvm::CodeModel::Small;
194 setCodeModel(llvm::CodeModel::Medium);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 57 CodeModel::Model CM,
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 32 module CodeModel = struct
117 ?code_model:CodeModel.t -> Target.t -> t
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 205 CodeModel::Model CMM =
206 CodeModel::JITDefault);
581 CodeModel::Model CMModel;
659 /// setCodeModel - Set the CodeModel that the ExecutionEngine target
661 /// "CodeModel::JITDefault".
662 EngineBuilder &setCodeModel(CodeModel::Model M) {
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 142 lto_codegen_model CodeModel;
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 55 StringRef TT, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) {
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 58 CodeModel::Model CM,

Completed in 3511 milliseconds

12 3 4 5