Searched refs:EnableFastISel (Results 1 – 12 of 12) sorted by relevance
100 EnableFastISel(false), PositionIndependentExecutable(false), in TargetOptions()175 unsigned EnableFastISel : 1; variable269 ARE_EQUAL(EnableFastISel) &&
193 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
52 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
181 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
48 LLVMBool EnableFastISel; member
364 return TM.Options.EnableFastISel && in useFastISel()
48 options.C.EnableFastISel = boolToLLVMBool(fastisel)
371 EnableSelectionDAGSP && !TM->Options.EnableFastISel; in InsertStackProtectors()
5392 if (!TM || !TM->Options.EnableFastISel || !TLI || TLI->isJumpExpensive()) in splitBranchCondition()
271 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()275 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger()427 assert((!EnableFastISelVerbose || TM.Options.EnableFastISel) && in runOnMachineFunction()429 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()1152 if (TM.Options.EnableFastISel) in SelectAllBasicBlocks()
7507 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()7517 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::CopyFromReg) { in LowerArguments()7528 if (!isOnlyUsedInEntryBlock(&*I, TM.Options.EnableFastISel)) { in LowerArguments()
458 if (!funcInfo.MF->getTarget().Options.EnableFastISel) in createFastISel()