Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h126 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()
232 unsigned EnableFastISel : 1; variable
H A DTargetMachine.h294 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h56 LLVMBool EnableFastISel; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp411 return TM.Options.EnableFastISel && in useFastISel()
H A DARMISelLowering.cpp3906 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp581 (EnableSelectionDAGSP && !TM->Options.EnableFastISel); in InsertStackProtectors()
H A DCodeGenPrepare.cpp9146 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
/freebsd/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()
351 if (EnableFastISelAbort && !Selector->TM.Options.EnableFastISel) in runOnMachineFunction()
421 if (EnableFastISelAbort && !Selector->TM.Options.EnableFastISel) in run()
1619 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp11899 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
11939 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp565 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc27036 {"_ZN4llvm14EnableFastISelE", "llvm::EnableFastISel"},