/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-7.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 107 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions() 190 unsigned EnableFastISel : 1; variable
|
D | TargetMachine.h | 201 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetOptions.h | 150 extern bool EnableFastISel;
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
|
/external/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/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 45 bool EnableFastISel; variable 380 EnableFastISel = true; in addCommonCodeGenPasses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 48 LLVMBool EnableFastISel; member
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 48 LLVMBool EnableFastISel; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 183 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | executionengine.go | 48 options.C.EnableFastISel = boolToLLVMBool(fastisel)
|
/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 48 options.C.EnableFastISel = boolToLLVMBool(fastisel)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 394 return TM.Options.EnableFastISel && in useFastISel()
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 339 EnableSelectionDAGSP && !TM->Options.EnableFastISel; in InsertStackProtectors()
|
D | CodeGenPrepare.cpp | 5479 if (!TM || !TM->Options.EnableFastISel || !TLI || TLI->isJumpExpensive()) in splitBranchCondition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 382 (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()
|
D | SelectionDAGBuilder.cpp | 8041 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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 219 SavedFastISel = IS.TM.Options.EnableFastISel; in OptLevelChanger() 224 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled") in OptLevelChanger() 386 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction() 1489 if (TM.Options.EnableFastISel) { in SelectAllBasicBlocks()
|
D | SelectionDAGBuilder.cpp | 9138 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { in LowerArguments() 9164 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::CopyFromReg) { in LowerArguments() 9175 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 261 assert((!EnableFastISelVerbose || EnableFastISel) && in runOnMachineFunction() 263 assert((!EnableFastISelAbort || EnableFastISel) && in runOnMachineFunction() 828 if (EnableFastISel) in SelectAllBasicBlocks()
|
D | SelectionDAGBuilder.cpp | 5229 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()
|