Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h114 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions()
198 unsigned EnableFastISel : 1; variable
DTargetMachine.h227 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DExecutionEngine.h47 LLVMBool EnableFastISel; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp433 return TM.Options.EnableFastISel && in useFastISel()
DARMISelLowering.cpp3370 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp412 (EnableSelectionDAGSP && !TM->Options.EnableFastISel && in InsertStackProtectors()
DCodeGenPrepare.cpp7338 if (!TM || !TM->Options.EnableFastISel || !TLI || TLI->isJumpExpensive()) in splitBranchCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp226 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger()
231 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger()
415 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()
1359 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
DSelectionDAGBuilder.cpp9908 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments()
9948 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp546 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()