Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h121 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()
213 unsigned EnableFastISel : 1; variable
DTargetMachine.h240 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
DExecutionEngine.h47 LLVMBool EnableFastISel; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.cpp440 return TM.Options.EnableFastISel && in useFastISel()
DARMISelLowering.cpp3706 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp439 (EnableSelectionDAGSP && !TM->Options.EnableFastISel && in InsertStackProtectors()
DCodeGenPrepare.cpp8142 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp219 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()
232 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger()
421 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()
1376 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
DSelectionDAGBuilder.cpp10344 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
10384 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp545 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()