Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Target/
HDTargetOptions.h52 EnableFastISel(false), PositionIndependentExecutable(false), in TargetOptions()
147 unsigned EnableFastISel : 1; variable
212 ARE_EQUAL(EnableFastISel) &&
HDTargetMachine.h220 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/trueos/contrib/llvm/include/llvm-c/
HDExecutionEngine.h49 LLVMBool EnableFastISel; member
/trueos/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp191 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/trueos/contrib/llvm/lib/Target/ARM/
HDARMTargetMachine.cpp163 TM->Options.EnableFastISel) in addInstSelector()
/trueos/contrib/llvm/lib/CodeGen/
HDStackProtector.cpp354 EnableSelectionDAGSP && !TM->Options.EnableFastISel; in InsertStackProtectors()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp241 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()
389 assert((!EnableFastISelVerbose || TM.Options.EnableFastISel) && in runOnMachineFunction()
391 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()
995 if (TM.Options.EnableFastISel) in SelectAllBasicBlocks()
HDSelectionDAGBuilder.cpp7401 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
7411 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::CopyFromReg) { in LowerArguments()
7422 if (!isOnlyUsedInEntryBlock(I, TM.Options.EnableFastISel)) { in LowerArguments()