/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 99 StackSymbolOrdering(true), EnableFastISel(false), UseInitArray(false), in TargetOptions() 182 unsigned EnableFastISel : 1; variable 278 ARE_EQUAL(EnableFastISel) &&
|
D | TargetMachine.h | 190 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 114 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions() 198 unsigned EnableFastISel : 1; variable
|
D | TargetMachine.h | 227 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetOptions.h | 130 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions() 220 unsigned EnableFastISel : 1; variable
|
D | TargetMachine.h | 229 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
|
/external/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
|
/external/llvm-project/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 47 LLVMBool EnableFastISel; member
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 48 LLVMBool EnableFastISel; member
|
/external/llvm-project/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 47 LLVMBool EnableFastISel; member
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 182 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 332 return TM.Options.EnableFastISel && in useFastISel()
|
/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 48 options.C.EnableFastISel = boolToLLVMBool(fastisel)
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | executionengine.go | 47 options.C.EnableFastISel = boolToLLVMBool(fastisel)
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 438 return TM.Options.EnableFastISel && in useFastISel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 433 return TM.Options.EnableFastISel && in useFastISel()
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 339 EnableSelectionDAGSP && !TM->Options.EnableFastISel; in InsertStackProtectors()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 412 (EnableSelectionDAGSP && !TM->Options.EnableFastISel && in InsertStackProtectors()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 439 (EnableSelectionDAGSP && !TM->Options.EnableFastISel && in InsertStackProtectors()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 272 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()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 219 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger() 232 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger() 417 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction() 1359 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 226 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()
|