Home
last modified time | relevance | path

Searched refs:EnableFastISel (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h142 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()
241 unsigned EnableFastISel : 1; variable
H A DTargetMachine.h263 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h47 LLVMBool EnableFastISel; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp183 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp450 return TM.Options.EnableFastISel && in useFastISel()
H A DARMISelLowering.cpp3820 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp559 (EnableSelectionDAGSP && !TM->Options.EnableFastISel); in InsertStackProtectors()
H A DCodeGenPrepare.cpp8629 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp246 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()
262 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger()
415 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()
1493 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp11227 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
11267 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp540 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()