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;
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 186 TM->Options.EnableFastISel)
  /art/compiler/llvm/
llvm_compilation_unit.cc 216 target_options.EnableFastISel = false;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 375 EnableSelectionDAGSP && !TM->Options.EnableFastISel;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 260 SavedFastISel = IS.TM.Options.EnableFastISel;
408 assert((!EnableFastISelVerbose || TM.Options.EnableFastISel) &&
410 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) &&
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 260 milliseconds