HomeSort by relevance Sort by last modified time
    Searched refs:Soft (Results 26 - 50 of 66) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
27 Soft, // Soft float.
220 /// on the command line. This setting may either be Default, Soft, or Hard.
221 /// Default selects the target's default behavior. Soft selects the ABI for
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
27 Soft, // Soft float.
220 /// on the command line. This setting may either be Default, Soft, or Hard.
221 /// Default selects the target's default behavior. Soft selects the ABI for
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
27 Soft, // Soft float.
220 /// on the command line. This setting may either be Default, Soft, or Hard.
221 /// Default selects the target's default behavior. Soft selects the ABI for
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
27 Soft, // Soft float.
220 /// on the command line. This setting may either be Default, Soft, or Hard.
221 /// Default selects the target's default behavior. Soft selects the ABI for
  /external/llvm/include/llvm/Target/
TargetOptions.h 28 Default, // Target-specific (either soft or hard depending on triple, etc).
29 Soft, // Soft float.
215 /// on the command line. This setting may either be Default, Soft, or Hard.
216 /// Default selects the target's default behavior. Soft selects the ABI for
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp 99 GenerateSoftFloatCalls("soft-float",
111 clEnumValN(FloatABI::Soft, "soft",
112 "Soft float ABI (implied by -soft-float)"),
202 // to Soft or Hard.
204 FloatABIType = FloatABI::Soft;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetMachine.cpp 45 // Default to soft float ABI
47 FloatABIType = FloatABI::Soft;
  /frameworks/compile/libbcc/lib/
CompilerConfig.cpp 58 // Use soft-float ABI. This only selects the ABI (and is applicable only to
60 // floating point, add 'soft-float' feature to mFeatureString below.
61 mTargetOpts.FloatABIType = llvm::FloatABI::Soft;
  /external/clang/lib/Driver/
Tools.h 289 Soft,
763 Soft,
774 Soft,
784 Soft,
    [all...]
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 159 clEnumValN(FloatABI::Soft, "soft",
160 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
CommandFlags.h 179 clEnumValN(FloatABI::Soft, "soft",
180 "Soft float ABI (implied by -soft-float)"),
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 208 Subtarget.isTargetHardFloat() ? FloatABI::Hard : FloatABI::Soft;
236 // we need to know whether or not the soft float flag is set on the
241 F.getFnAttribute("use-soft-float").getValueAsString() == "true";
242 // If the soft float attribute is set on the function turn on the soft float
245 FS += FS.empty() ? "+soft-float" : ",+soft-float";

Completed in 1036 milliseconds

12 3