HomeSort by relevance Sort by last modified time
    Searched refs:EnableFastISel (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Target/
TargetOptions.h 63 EnableFastISel(false), PositionIndependentExecutable(false),
157 /// EnableFastISel - This flag enables fast-path instruction selection
160 unsigned EnableFastISel : 1;
245 ARE_EQUAL(EnableFastISel) &&
TargetMachine.h 184 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }
  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 54 target_options.EnableFastISel = false;
  /external/llvm/include/llvm-c/
ExecutionEngine.h 49 LLVMBool EnableFastISel;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 189 targetOptions.EnableFastISel = options.EnableFastISel;