HomeSort by relevance Sort by last modified time
    Searched refs:OptLevel (Results 226 - 250 of 305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/SystemZ/
SystemZ.h 176 CodeGenOpt::Level OptLevel);
  /external/llvm/tools/lto/
lto.cpp 32 OptLevel("O",
159 if (OptLevel < '0' || OptLevel > '3')
161 CG->setOptLevel(OptLevel - '0');
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 301 /// generation. If OptLevel is None, the code generator should emit code as
328 CodeGenOpt::Level OptLevel,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 209 CodeGenOpt::Level OptLevel,
219 return new JIT(M, *TM, *TJ, JMM, OptLevel, GVsWithCode);
271 JITMemoryManager *JMM, CodeGenOpt::Level OptLevel, bool GVsWithCode)
291 if (TM.addPassesToEmitMachineCode(PM, *JCE, OptLevel)) {
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
bugpoint.cpp 163 Builder.OptLevel = 3;
  /external/swiftshader/third_party/subzero/src/
IceTypes.h 77 enum OptLevel { Opt_m1, Opt_0, Opt_1, Opt_2 };
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 82 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 82 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 82 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 82 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 82 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 82 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 82 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 82 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 517 CodeGenOpt::Level OptLevel;
570 OptLevel = l;
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 258 CodeGenOpt::Level OptLevel) {
259 return new Mips16DAGToDAGISel(TM, OptLevel);
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
executionengine_ocaml.c 192 llvm_ee_create_jit(LLVMModuleRef M, value OptLevel) {
195 if (LLVMCreateJITCompilerForModule(&JIT, M, Int_val(OptLevel), &Error))
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 44 CodeGenOpt::Level OptLevel,
51 CodeGenOpt::Level OptLevel,
405 CodeGenOpt::Level OptLevel,
412 .setOptLevel(OptLevel)
423 CodeGenOpt::Level OptLevel,
443 return ExecutionEngine::JITCtor(M, ErrorStr, JMM, OptLevel, GVsWithCode, TM);
473 ExecutionEngine::MCJITCtor(M, ErrorStr, JMM, OptLevel,
478 ExecutionEngine::JITCtor(M, ErrorStr, JMM, OptLevel,
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 54 OptLevel("O",
330 switch (OptLevel) {
  /frameworks/compile/slang/
rs_cc_options.cpp 282 size_t OptLevel =
286 OptLevel == 0 ? llvm::CodeGenOpt::None : llvm::CodeGenOpt::Aggressive;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 528 CodeGenOpt::Level OptLevel;
581 OptLevel = l;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 528 CodeGenOpt::Level OptLevel;
581 OptLevel = l;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 528 CodeGenOpt::Level OptLevel;
581 OptLevel = l;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 528 CodeGenOpt::Level OptLevel;
581 OptLevel = l;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 528 CodeGenOpt::Level OptLevel;
581 OptLevel = l;

Completed in 1471 milliseconds

1 2 3 4 5 6 7 8 91011>>