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

  /external/llvm/include/llvm/Target/
TargetOptions.h 52 EnableFastISel(false), PositionIndependentExecutable(false),
144 /// EnableFastISel - This flag enables fast-path instruction selection
147 unsigned EnableFastISel : 1;
212 ARE_EQUAL(EnableFastISel) &&
TargetMachine.h 211 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 191 targetOptions.EnableFastISel = options.EnableFastISel;
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 163 TM->Options.EnableFastISel)
  /art/compiler/llvm/
llvm_compilation_unit.cc 218 target_options.EnableFastISel = false;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 351 assert((!EnableFastISelVerbose || TM.Options.EnableFastISel) &&
353 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) &&
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 2013 milliseconds