Searched refs:EnableFastISel (Results 1 – 13 of 13) sorted by relevance
121 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()216 unsigned EnableFastISel : 1; variable
240 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
47 LLVMBool EnableFastISel; member
47 options.C.EnableFastISel = boolToLLVMBool(fastisel)
440 return TM.Options.EnableFastISel && in useFastISel()
3589 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
439 (EnableSelectionDAGSP && !TM->Options.EnableFastISel && in InsertStackProtectors()
8110 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
219 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()232 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger()421 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()1367 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
10289 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()10329 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
545 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()