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

12 3 4 5

  /external/llvm/lib/Target/X86/
X86TargetMachine.h 34 CodeModel::Model CM, CodeGenOpt::Level OL);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 44 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 156 CodeModel::Model CM,
194 if (CM == CodeModel::Default)
195 CM = CodeModel::Small;
196 else if (CM == CodeModel::JITDefault)
198 CM = is64Bit ? CodeModel::Large : CodeModel::Small;
  /external/llvm/include/llvm/CodeGen/
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",
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 64 mCodeModel = llvm::CodeModel::Small;
253 // x86_64 needs small CodeModel if use PIC_ reloc, or else dlopen failed with TEXTREL.
255 setCodeModel(llvm::CodeModel::Small);
257 setCodeModel(llvm::CodeModel::Medium);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 164 CodeModel::Model CM,
202 if (CM == CodeModel::Default)
203 CM = CodeModel::Small;
204 else if (CM == CodeModel::JITDefault)
205 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /external/llvm/lib/CodeGen/
ParallelCG.cpp 31 CodeModel::Model CM, CodeGenOpt::Level OL,
46 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL,
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 71 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO())
76 if (TM.getCodeModel() == CodeModel::Small && GV->hasExternalWeakLinkage()) {
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 21 code_model: Llvm_target.CodeModel.t;
28 code_model = Llvm_target.CodeModel.JITDefault;
  /external/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 42 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 53 CodeModel::Model CM,
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 54 CodeModel::Model CM,
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 120 CodeModel::Model CM) const;
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 28 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 179 Reloc::Model RM, CodeModel::Model CM,
251 Reloc::Model RM, CodeModel::Model CM,
265 Reloc::Model RM, CodeModel::Model CM,
274 Reloc::Model RM, CodeModel::Model CM,
283 Reloc::Model RM, CodeModel::Model CM,
294 Reloc::Model RM, CodeModel::Model CM,
303 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/include/llvm/Target/
TargetMachine.h 182 CodeModel::Model getCodeModel() const;
277 TargetOptions Options, Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 86 CodeModel::Model CM,
89 if (CM == CodeModel::JITDefault)
  /external/llvm/lib/Target/
TargetMachine.cpp 85 CodeModel::Model TargetMachine::getCodeModel() const {
87 return CodeModel::Default;
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 32 module CodeModel = struct
116 ?code_model:CodeModel.t -> Target.t -> t
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCTargetDesc.cpp 55 CodeModel::Model CM,
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 57 CodeModel::Model CM,
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 194 CodeModel::Model CM, MCContext &ctx);
197 CodeModel::Model CM, MCContext &ctx),
344 CodeModel::Model CMModel;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 289 ((CMModel == CodeModel::Large) ? dwarf::DW_EH_PE_sdata8
320 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
323 (CMModel == CodeModel::Small
326 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
330 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
332 LSDAEncoding = (CMModel == CodeModel::Small)
334 TTypeEncoding = (CMModel == CodeModel::Small
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 89 CodeModel::Model CM,
108 CodeModel::Model CM, CodeGenOpt::Level OL)
118 CodeModel::Model CM, CodeGenOpt::Level OL)

Completed in 1554 milliseconds

12 3 4 5