OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FloatABIType
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/Target/
TargetOptions.h
104
EmulatedTLS(false),
FloatABIType
(FloatABI::Default),
208
///
FloatABIType
- This setting is set by -float-abi=xxx option is specfied
214
FloatABI::ABIType
FloatABIType
;
274
ARE_EQUAL(
FloatABIType
) &&
/frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp
59
mTargetOpts.
FloatABIType
= llvm::FloatABI::Soft;
/external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp
188
if (Options.
FloatABIType
== FloatABI::Default)
189
this->Options.
FloatABIType
=
ARMAsmPrinter.cpp
770
if (STI.isAAPCS_ABI() && TM.Options.
FloatABIType
== FloatABI::Hard)
[
all
...]
ARMFastISel.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
CommandFlags.h
283
Options.
FloatABIType
= FloatABIForCalls;
/external/llvm/tools/llc/
llc.cpp
303
Options.
FloatABIType
= FloatABIForCalls;
/external/llvm/tools/lli/
lli.cpp
470
Options.
FloatABIType
= FloatABIForCalls;
/external/clang/lib/CodeGen/
BackendUtil.cpp
514
Options.
FloatABIType
=
/frameworks/compile/slang/
slang_backend.cpp
144
Options.
FloatABIType
= llvm::FloatABI::Soft;
Completed in 380 milliseconds