Home
last modified time | relevance | path

Searched refs:getO0WantsFastISel (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h228 bool getO0WantsFastISel() { return O0WantsFastISel; } in getO0WantsFastISel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp774 else if (TM->getOptLevel() == CodeGenOpt::None && TM->getO0WantsFastISel()) in addCoreISelPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp228 IS.TM.setFastISel(IS.TM.getO0WantsFastISel()); in OptLevelChanger()