Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp84 setFastISel(false); in SPIRVTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp256 unwrap(T)->setFastISel(Enable); in LLVMSetTargetMachineFastISel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h263 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h875 TM.setFastISel(true); in addCoreISelPasses()
878 TM.setFastISel(false); in addCoreISelPasses()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp988 TM->setFastISel(true); in addCoreISelPasses()
991 TM->setFastISel(false); in addCoreISelPasses()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp256 IS.TM.setFastISel(IS.TM.getO0WantsFastISel()); in OptLevelChanger()
259 IS.TM.setFastISel(false); in OptLevelChanger()
275 IS.TM.setFastISel(SavedFastISel); in ~OptLevelChanger()