HomeSort by relevance Sort by last modified time
    Searched refs:CodeModel (Results 126 - 150 of 272) sorted by null

1 2 3 4 56 7 8 91011

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 64 CodeModel::Model CM) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 196 CodeModel::Model CM,
270 CodeModel::Model CM, CodeGenOpt::Level OL,
285 CodeModel::Model CM,
295 CodeModel::Model CM,
305 CodeModel::Model CM,
317 CodeModel::Model CM,
327 CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
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",
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 226 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
229 (CMModel == CodeModel::Small
233 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
237 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
239 LSDAEncoding = (CMModel == CodeModel::Small)
242 TTypeEncoding = (CMModel == CodeModel::Small)
494 CodeModel::Model cm
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 161 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
280 CodeModel::Model CMModel;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 205 CodeModel::Model getCodeModel() const;
289 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h 104 CodeModel::Model CMM = CodeModel::JITDefault) {
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 32 module CodeModel = struct
113 ?code_model:CodeModel.t -> Target.t -> t
  /external/clang/utils/
modfuzz.py 65 class CodeModel:
90 model = CodeModel()
111 m2 = CodeModel()
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 105 CodeModel::Model CM,
129 CodeModel::Model CM,
139 CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 90 CodeModel::Model &CM) {
91 if (CM == CodeModel::Default) {
94 CM = CodeModel::Medium;
  /external/llvm/lib/Target/
TargetMachineC.cpp 107 LLVMCodeModel CodeModel) {
123 CodeModel::Model CM = unwrap(CodeModel);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.cpp 90 Reloc::Model RM, CodeModel::Model CM,
103 Reloc::Model RM, CodeModel::Model CM)
109 Reloc::Model RM, CodeModel::Model CM)
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 285 , CodeModel(CodeModel::Default)
323 .setCodeModel(CodeModel::JITDefault)
333 CodeModel::Model CodeModel;
  /external/clang/lib/CodeGen/
BackendUtil.cpp 536 unsigned CodeModel =
537 llvm::StringSwitch<unsigned>(CodeGenOpts.CodeModel)
538 .Case("small", llvm::CodeModel::Small)
539 .Case("kernel", llvm::CodeModel::Kernel)
540 .Case("medium", llvm::CodeModel::Medium)
541 .Case("large", llvm::CodeModel::Large)
542 .Case("default", llvm::CodeModel::Default)
544 assert(CodeModel != ~0u && "invalid code model!");
545 llvm::CodeModel::Model CM = static_cast<llvm::CodeModel::Model>(CodeModel)
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 298 ((CMModel == CodeModel::Large) ? dwarf::DW_EH_PE_sdata8
332 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
335 (CMModel == CodeModel::Small
338 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
342 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
344 LSDAEncoding = (CMModel == CodeModel::Small)
346 TTypeEncoding = (CMModel == CodeModel::Small
    [all...]
  /external/llvm/tools/lli/
lli.cpp 200 cl::opt<llvm::CodeModel::Model>
203 cl::init(CodeModel::JITDefault),
204 cl::values(clEnumValN(CodeModel::JITDefault, "default",
206 clEnumValN(CodeModel::Small, "small",
208 clEnumValN(CodeModel::Kernel, "kernel",
210 clEnumValN(CodeModel::Medium, "medium",
212 clEnumValN(CodeModel::Large, "large",

Completed in 826 milliseconds

1 2 3 4 56 7 8 91011