Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h143 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()
247 unsigned EnableFastISel : 1; variable
H A DTargetMachine.h262 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/src/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h47 LLVMBool EnableFastISel; member
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp183 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp441 return TM.Options.EnableFastISel && in useFastISel()
H A DARMISelLowering.cpp3836 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp559 (EnableSelectionDAGSP && !TM->Options.EnableFastISel); in InsertStackProtectors()
H A DCodeGenPrepare.cpp8746 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp247 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()
263 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger()
353 if (EnableFastISelAbort && !Selector->TM.Options.EnableFastISel) in runOnMachineFunction()
453 if (EnableFastISelAbort && !Selector->TM.Options.EnableFastISel) in run()
1606 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp11747 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
11787 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp556 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()