Searched refs:EnableFastISel (Results 1 – 11 of 11) sorted by relevance
143 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()247 unsigned EnableFastISel : 1; variable
262 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
47 LLVMBool EnableFastISel; member
183 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
441 return TM.Options.EnableFastISel && in useFastISel()
3836 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
559 (EnableSelectionDAGSP && !TM->Options.EnableFastISel); in InsertStackProtectors()
8746 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
247 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()
11747 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()11787 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
556 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()