OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseSoftFloat
(Results
1 - 18
of
18
) sorted by null
/external/llvm/include/llvm/Target/
TargetOptions.h
48
UseSoftFloat
(false), NoZerosInBSS(false),
109
///
UseSoftFloat
- This flag is enabled when the -soft-float flag is
113
unsigned
UseSoftFloat
: 1;
170
///
UseSoftFloat
, but does not indicate that FP hardware may not be used.
205
ARE_EQUAL(
UseSoftFloat
) &&
/frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp
44
// options.
UseSoftFloat
= true;
46
mTargetOpts.
UseSoftFloat
= false;
/art/compiler/sea_ir/code_gen/
code_gen_data.cc
53
target_options.
UseSoftFloat
= false;
/external/llvm/lib/Target/Mips/
MipsOptimizeMathLibCalls.cpp
97
TM.Options.
UseSoftFloat
)
MipsISelLowering.cpp
[
all
...]
Mips16ISelLowering.cpp
424
if (getTargetMachine().Options.
UseSoftFloat
&&
MipsSEISelLowering.cpp
80
if (!TM.Options.
UseSoftFloat
) {
/external/llvm/lib/Target/
TargetMachine.cpp
85
RESET_OPTION(
UseSoftFloat
, "use-soft-float");
/art/compiler/llvm/
llvm_compilation_unit.cc
217
target_options.
UseSoftFloat
= false;
/external/llvm/tools/llc/
llc.cpp
271
Options.
UseSoftFloat
= GenerateSoftFloatCalls;
/frameworks/compile/slang/
slang_backend.cpp
136
// Options.
UseSoftFloat
= true;
138
Options.
UseSoftFloat
= false;
/external/llvm/tools/lli/
lli.cpp
387
Options.
UseSoftFloat
= GenerateSoftFloatCalls;
/external/clang/lib/CodeGen/
BackendUtil.cpp
452
Options.
UseSoftFloat
= CodeGenOpts.SoftFloat;
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
319
} else if (!TM.Options.
UseSoftFloat
) {
333
if (!TM.Options.
UseSoftFloat
) {
376
} else if (!TM.Options.
UseSoftFloat
) {
644
if (!TM.Options.
UseSoftFloat
&& X86ScalarSSEf64) {
678
} else if (!TM.Options.
UseSoftFloat
&& X86ScalarSSEf32) {
713
} else if (!TM.Options.
UseSoftFloat
) {
747
if (!TM.Options.
UseSoftFloat
) {
[
all
...]
/external/llvm/tools/lto/
LTOModule.cpp
235
Options.
UseSoftFloat
= GenerateSoftFloatCalls;
/external/llvm/tools/opt/
opt.cpp
500
Options.
UseSoftFloat
= GenerateSoftFloatCalls;
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
434
if (!TM.Options.
UseSoftFloat
&& Subtarget->hasVFP2() &&
[
all
...]
Completed in 836 milliseconds