Home
last modified time | relevance | path

Searched refs:setFastISel (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h240 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h775 TM.setFastISel(true); in addCoreISelPasses()
778 TM.setFastISel(false); in addCoreISelPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp990 TM->setFastISel(true); in addCoreISelPasses()
993 TM->setFastISel(false); in addCoreISelPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp229 IS.TM.setFastISel(IS.TM.getO0WantsFastISel()); in OptLevelChanger()
246 IS.TM.setFastISel(SavedFastISel); in ~OptLevelChanger()