Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h121 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()
216 unsigned EnableFastISel : 1; variable
H A DTargetMachine.h240 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h47 LLVMBool EnableFastISel; member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go47 options.C.EnableFastISel = boolToLLVMBool(fastisel)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp440 return TM.Options.EnableFastISel && in useFastISel()
H A DARMISelLowering.cpp3589 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp439 (EnableSelectionDAGSP && !TM->Options.EnableFastISel && in InsertStackProtectors()
H A DCodeGenPrepare.cpp8110 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A 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()
1367 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp10289 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
10329 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp545 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()