Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp78 setFastISel(false); in SPIRVTargetMachine()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h757 TM.setFastISel(true); in addCoreISelPasses()
760 TM.setFastISel(false); in addCoreISelPasses()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h254 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1018 TM->setFastISel(true); in addCoreISelPasses()
1021 TM->setFastISel(false); in addCoreISelPasses()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp230 IS.TM.setFastISel(IS.TM.getO0WantsFastISel()); in OptLevelChanger()
247 IS.TM.setFastISel(SavedFastISel); in ~OptLevelChanger()