Home
last modified time | relevance | path

Searched refs:setFastISel (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.h227 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp781 TM->setFastISel(true); in addCoreISelPasses()
784 TM->setFastISel(false); 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()
245 IS.TM.setFastISel(SavedFastISel); in ~OptLevelChanger()