Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h99 StackSymbolOrdering(true), EnableFastISel(false), UseInitArray(false), in TargetOptions()
182 unsigned EnableFastISel : 1; variable
278 ARE_EQUAL(EnableFastISel) &&
DTargetMachine.h190 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h150 extern bool EnableFastISel;
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLLVMTargetMachine.cpp45 bool EnableFastISel; variable
380 EnableFastISel = true; in addCommonCodeGenPasses()
/external/llvm/include/llvm-c/
DExecutionEngine.h48 LLVMBool EnableFastISel; member
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp332 return TM.Options.EnableFastISel && in useFastISel()
/external/llvm/bindings/go/llvm/
Dexecutionengine.go48 options.C.EnableFastISel = boolToLLVMBool(fastisel)
/external/llvm/lib/CodeGen/
DStackProtector.cpp339 EnableSelectionDAGSP && !TM->Options.EnableFastISel; in InsertStackProtectors()
DCodeGenPrepare.cpp5479 if (!TM || !TM->Options.EnableFastISel || !TLI || TLI->isJumpExpensive()) in splitBranchCondition()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp272 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()
276 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger()
430 assert((!EnableFastISelVerbose || TM.Options.EnableFastISel) && in runOnMachineFunction()
432 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()
1269 if (TM.Options.EnableFastISel) in SelectAllBasicBlocks()
DSelectionDAGBuilder.cpp8041 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
8059 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::CopyFromReg) { in LowerArguments()
8070 if (!isOnlyUsedInEntryBlock(&*I, TM.Options.EnableFastISel)) { in LowerArguments()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp261 assert((!EnableFastISelVerbose || EnableFastISel) && in runOnMachineFunction()
263 assert((!EnableFastISelAbort || EnableFastISel) && in runOnMachineFunction()
828 if (EnableFastISel) in SelectAllBasicBlocks()
DSelectionDAGBuilder.cpp5229 if (isTailCall && EnableFastISel) in LowerCallTo()
6521 if (EnableFastISel) in isOnlyUsedInEntryBlock()
6711 if (!EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
6721 if (!EnableFastISel && Res.getOpcode() == ISD::CopyFromReg) { in LowerArguments()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp454 if (!funcInfo.MF->getTarget().Options.EnableFastISel) in createFastISel()