HomeSort by: relevance | last modified time | path
    Searched defs:softFloat (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 120 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool();
122 if (softFloat)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 179 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool();
189 if (softFloat)
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 43 bool SoftFloat = false;
57 SoftFloat = true;
59 SoftFloat = false;
62 return VectorABI && !SoftFloat;
182 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool();
184 if (softFloat)

Completed in 46 milliseconds