/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/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 48 LLVMBool EnableFastISel; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 47 LLVMBool EnableFastISel; member
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 433 return TM.Options.EnableFastISel && in useFastISel()
|
D | ARMISelLowering.cpp | 3370 DAG.getMachineFunction().getTarget().Options.EnableFastISel) in promoteToConstantPool()
|
/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-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 412 (EnableSelectionDAGSP && !TM->Options.EnableFastISel && in InsertStackProtectors()
|
D | CodeGenPrepare.cpp | 7338 if (!TM || !TM->Options.EnableFastISel || !TLI || TLI->isJumpExpensive()) in splitBranchCondition()
|
/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-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()
|
D | SelectionDAGBuilder.cpp | 9908 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/ |
D | MipsISelLowering.cpp | 454 if (!funcInfo.MF->getTarget().Options.EnableFastISel) in createFastISel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 546 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()
|