HomeSort by relevance Sort by last modified time
    Searched refs:CodeModel (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/llvm/include/llvm/Support/
CodeGen.h 29 namespace CodeModel {
54 inline CodeModel::Model unwrap(LLVMCodeModel Model) {
57 return CodeModel::Default;
59 return CodeModel::JITDefault;
61 return CodeModel::Small;
63 return CodeModel::Kernel;
65 return CodeModel::Medium;
67 return CodeModel::Large;
69 return CodeModel::Default;
72 inline LLVMCodeModel wrap(CodeModel::Model Model)
    [all...]
  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 29 CodeModel::Model CMModel;
37 CodeModel::Model CM = CodeModel::Default,
42 CodeModel::Model getCodeModel() const { return CMModel; }
  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 55 // SunCC Reloc CodeModel Constraints
65 CodeModel::Model CM,
70 if (CM == CodeModel::Default)
71 CM = RM == Reloc::PIC_ ? CodeModel::Medium : CodeModel::Small;
78 CodeModel::Model CM,
83 if (CM == CodeModel::Default)
84 CM = CodeModel::Medium;
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 44 CodeModel::Model CM) const {
51 if (CM == CodeModel::Small)
SystemZSubtarget.h 56 CodeModel::Model CM) const;
SystemZTargetMachine.h 41 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 52 CodeModel::Model CM, CodeGenOpt::Level OP, bool is64bit);
103 Reloc::Model RM, CodeModel::Model CM,
112 Reloc::Model RM, CodeModel::Model CM,
NVPTXTargetMachine.cpp 71 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
85 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
93 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
83 Reloc::Model RM, CodeModel::Model CM,
94 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 38 Reloc::Model RM, CodeModel::Model CM,
69 Reloc::Model RM, CodeModel::Model CM,
81 Reloc::Model RM, CodeModel::Model CM,
SparcTargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM,
83 CodeModel::Model CM,
95 CodeModel::Model CM,
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 55 cl::opt<llvm::CodeModel::Model>
58 cl::init(CodeModel::Default),
59 cl::values(clEnumValN(CodeModel::Default, "default",
61 clEnumValN(CodeModel::Small, "small",
63 clEnumValN(CodeModel::Kernel, "kernel",
65 clEnumValN(CodeModel::Medium, "medium",
67 clEnumValN(CodeModel::Large, "large",
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 44 Reloc::Model RM, CodeModel::Model CM,
79 Reloc::Model RM, CodeModel::Model CM,
117 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 53 Reloc::Model RM, CodeModel::Model CM,
108 Reloc::Model RM, CodeModel::Model CM,
119 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 40 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM,
118 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 47 llvm::CodeModel::Model mCodeModel;
84 inline llvm::CodeModel::Model getCodeModel() const
86 inline void setCodeModel(llvm::CodeModel::Model pCodeMode)
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 27 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 73 CodeModel::Model CM,
83 if (CM == CodeModel::Default)
84 CM = CodeModel::Small;
85 else if (CM == CodeModel::JITDefault) {
89 CM = CodeModel::Large;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 44 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 38 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 41 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 32 Reloc::Model RM, CodeModel::Model CM,
MSP430TargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.h 41 CodeModel::Model CM, CodeGenOpt::Level OL);

Completed in 735 milliseconds

1 2 3 4