Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp85 setO0WantsFastISel(false); in SPIRVTargetMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h265 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h854 TM.setO0WantsFastISel(Opt.EnableFastISelOption.value_or(true)); in addCoreISelPasses()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp968 TM->setO0WantsFastISel(EnableFastISelOption != cl::BOU_FALSE); in addCoreISelPasses()