Home
last modified time | relevance | path

Searched refs:EnableFastISel (Results 1 – 23 of 23) 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-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()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
/external/llvm/include/llvm-c/
DExecutionEngine.h48 LLVMBool EnableFastISel; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DExecutionEngine.h47 LLVMBool EnableFastISel; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
/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/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()
/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/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()
/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-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()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp454 if (!funcInfo.MF->getTarget().Options.EnableFastISel) in createFastISel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp546 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()