Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp77 setFastISel(false); in SPIRVTargetMachine()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h246 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h774 TM.setFastISel(true); in addCoreISelPasses()
777 TM.setFastISel(false); in addCoreISelPasses()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1045 TM->setFastISel(true); in addCoreISelPasses()
1048 TM->setFastISel(false); in addCoreISelPasses()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp226 IS.TM.setFastISel(IS.TM.getO0WantsFastISel()); in OptLevelChanger()
243 IS.TM.setFastISel(SavedFastISel); in ~OptLevelChanger()