Searched refs:EnableFastISel (Results 1 – 13 of 13) sorted by relevance
132 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()232 unsigned EnableFastISel : 1; variable
246 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
47 LLVMBool EnableFastISel; member
182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
47 options.C.EnableFastISel = boolToLLVMBool(fastisel)
448 return TM.Options.EnableFastISel && in useFastISel()
3772 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
442 (EnableSelectionDAGSP && !TM->Options.EnableFastISel); in InsertStackProtectors()
8251 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
216 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()229 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger()377 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()1336 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
10569 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()10609 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
527 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()