Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h100 EnableFastISel(false), PositionIndependentExecutable(false), in TargetOptions()
175 unsigned EnableFastISel : 1; variable
269 ARE_EQUAL(EnableFastISel) &&
DTargetMachine.h193 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c52 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp181 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/external/llvm/include/llvm-c/
DExecutionEngine.h48 LLVMBool EnableFastISel; member
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp364 return TM.Options.EnableFastISel && in useFastISel()
/external/llvm/bindings/go/llvm/
Dexecutionengine.go48 options.C.EnableFastISel = boolToLLVMBool(fastisel)
/external/llvm/lib/CodeGen/
DStackProtector.cpp371 EnableSelectionDAGSP && !TM->Options.EnableFastISel; in InsertStackProtectors()
DCodeGenPrepare.cpp5392 if (!TM || !TM->Options.EnableFastISel || !TLI || TLI->isJumpExpensive()) in splitBranchCondition()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp271 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()
DSelectionDAGBuilder.cpp7507 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()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp458 if (!funcInfo.MF->getTarget().Options.EnableFastISel) in createFastISel()