HomeSort by relevance Sort by last modified time
    Searched refs:useSoftFloat (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 135 if (P.useSoftFloat())
171 if (P.useSoftFloat())
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 42 bool UseSoftFloat;
93 bool useSoftFloat() const { return UseSoftFloat; }
SparcISelLowering.h 63 bool useSoftFloat() const override;
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 257 bool useSoftFloat() const { return IsSoftFloat; }
MipsISelLowering.h 568 bool useSoftFloat() const override;
Mips16ISelLowering.cpp 128 if (!Subtarget.useSoftFloat())
MipsISelLowering.cpp     [all...]
MipsSEFrameLowering.cpp 649 if (!STI.useSoftFloat())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 94 bool UseSoftFloat;
206 // useSoftFloat - Return true if soft-float option is turned on.
207 bool useSoftFloat() const { return UseSoftFloat; }
PPCCTRLoops.cpp 438 if (TM->getSubtargetImpl(*BB->getParent())->getTargetLowering()->useSoftFloat()) {
PPCISelLowering.h 481 bool useSoftFloat() const override;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 132 /// UseSoftFloat - True if we're using software floating point features.
133 bool UseSoftFloat = false;
547 bool useSoftFloat() const { return UseSoftFloat; }
ARMISelLowering.h 234 bool useSoftFloat() const override;
  /external/llvm/lib/Target/X86/
X86Subtarget.h 274 bool UseSoftFloat;
455 bool useSoftFloat() const { return UseSoftFloat; }
X86ISelLowering.h 663 bool useSoftFloat() const override;
    [all...]
X86ISelLowering.cpp 75 bool UseX87 = !Subtarget.useSoftFloat() && Subtarget.hasX87();
169 if (!Subtarget.useSoftFloat() && Subtarget.hasAVX512())
175 } else if (!Subtarget.useSoftFloat()) {
189 if (!Subtarget.useSoftFloat()) {
209 if (!Subtarget.useSoftFloat()) {
236 if (!Subtarget.useSoftFloat() && Subtarget.hasAVX512()) {
244 } else if (!Subtarget.useSoftFloat()) {
352 if (Subtarget.useSoftFloat() || !Subtarget.hasF16C()) {
484 if (!Subtarget.useSoftFloat() && X86ScalarSSEf64) {
714 if (!Subtarget.useSoftFloat() && Subtarget.hasMMX())
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 171 virtual bool useSoftFloat() const { return false; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 224 virtual bool useSoftFloat() const { return false; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 225 virtual bool useSoftFloat() const { return false; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 225 virtual bool useSoftFloat() const { return false; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 231 virtual bool useSoftFloat() const { return false; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 231 virtual bool useSoftFloat() const { return false; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 231 virtual bool useSoftFloat() const { return false; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 231 virtual bool useSoftFloat() const { return false; }
    [all...]

Completed in 1750 milliseconds

1 2