OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FloatABIType
(Results
1 - 16
of
16
) sorted by null
/external/llvm/include/llvm/Target/
TargetOptions.h
24
// Possible float ABI settings. Used with
FloatABIType
in TargetOptions.h.
54
FloatABIType
(FloatABI::Default), AllowFPOpFusion(FPOpFusion::Standard)
167
///
FloatABIType
- This setting is set by -float-abi=xxx option is specfied
173
FloatABI::ABIType
FloatABIType
;
217
ARE_EQUAL(
FloatABIType
) &&
/frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp
43
// options.
FloatABIType
= llvm::FloatABI::Soft;
45
mTargetOpts.
FloatABIType
= llvm::FloatABI::Soft;
/external/llvm/lib/Target/X86/
X86TargetMachine.cpp
109
if (Options.
FloatABIType
== FloatABI::Default)
110
this->Options.
FloatABIType
= FloatABI::Hard;
/art/compiler/sea_ir/code_gen/
code_gen_data.cc
50
target_options.
FloatABIType
= ::llvm::FloatABI::Soft;
/external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp
55
if (Options.
FloatABIType
== FloatABI::Default)
56
this->Options.
FloatABIType
= FloatABI::Soft;
ARMAsmPrinter.cpp
864
if (Subtarget->isAAPCS_ABI() && TM.Options.
FloatABIType
== FloatABI::Hard) {
[
all
...]
ARMFastISel.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
/external/clang/lib/CodeGen/
BackendUtil.cpp
426
Options.
FloatABIType
= llvm::FloatABI::Soft;
428
Options.
FloatABIType
= llvm::FloatABI::Hard;
431
Options.
FloatABIType
= llvm::FloatABI::Default;
/art/compiler/llvm/
llvm_compilation_unit.cc
215
target_options.
FloatABIType
= ::llvm::FloatABI::Soft;
/external/llvm/tools/llc/
llc.cpp
273
Options.
FloatABIType
= FloatABIForCalls;
/frameworks/compile/slang/
slang_backend.cpp
135
// Options.
FloatABIType
= llvm::FloatABI::Soft;
137
Options.
FloatABIType
= llvm::FloatABI::Hard;
/external/llvm/tools/lli/
lli.cpp
389
Options.
FloatABIType
= FloatABIForCalls;
/external/llvm/tools/lto/
LTOModule.cpp
237
Options.
FloatABIType
= FloatABIForCalls;
/external/llvm/tools/opt/
opt.cpp
502
Options.
FloatABIType
= FloatABIForCalls;
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
[
all
...]
Completed in 246 milliseconds