HomeSort by relevance Sort by last modified time
    Searched refs:CodeModel (Results 201 - 225 of 358) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/bindings/ocaml/target/
llvm_target.ml 32 module CodeModel = struct
113 ?code_model:CodeModel.t -> Target.t -> t
target_ocaml.c 244 ?code_model:CodeModel.t -> Target.t -> TargetMachine.t */
247 value CodeModel, LLVMTargetRef Target) {
262 if(CodeModel != Val_int(0))
263 CodeModelEnum = Int_val(Field(CodeModel, 0));
  /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",
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 138 static cl::opt<llvm::CodeModel::Model>
141 cl::init(CodeModel::Default),
142 cl::values(clEnumValN(CodeModel::Default, "default",
144 clEnumValN(CodeModel::Small, "small",
146 clEnumValN(CodeModel::Kernel, "kernel",
148 clEnumValN(CodeModel::Medium, "medium",
150 clEnumValN(CodeModel::Large, "large",
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 76 CodeModel::Model CM);
88 CodeModel::Model CM);
278 CodeModel::Model CM) const {
334 CodeModel::Model CM = CodeModel::Default) const {
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 96 CodeModel::Model &CM);
107 CodeModel::Model CM, CodeGenOpt::Level OL);
301 CodeModel::Model &CM) const {
356 CodeModel::Model CM = CodeModel::Default,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 334 CodeModel::Model CM) {
372 if (CM == CodeModel::Default)
373 CM = CodeModel::Small;
374 else if (CM == CodeModel::JITDefault)
376 CM = is64Bit ? CodeModel::Large : CodeModel::Small;
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 199 CodeModel::Model CM, CodeGenOpt::Level OL)
235 CodeModel::Model CM,
245 CodeModel::Model CM,
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 98 std::string CodeModel;
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 51 Options.CodeModel = Int_val(Field(OptRecord, 1));
  /external/llvm/include/llvm-c/
ExecutionEngine.h 46 LLVMCodeModel CodeModel;
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 95 CodeModel::Model CM,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 46 LLVMCodeModel CodeModel;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm-c/
ExecutionEngine.h 46 LLVMCodeModel CodeModel;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm-c/
ExecutionEngine.h 46 LLVMCodeModel CodeModel;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm-c/
ExecutionEngine.h 46 LLVMCodeModel CodeModel;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm-c/
ExecutionEngine.h 46 LLVMCodeModel CodeModel;

Completed in 1390 milliseconds

1 2 3 4 5 6 7 891011>>