Searched defs:useSoftFloat (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h93 bool useSoftFloat() const { return UseSoftFloat; } function in class:llvm::SparcSubtarget
H A DSparcISelLowering.cpp1484 if (!Subtarget->useSoftFloat()) {
1781 if (Subtarget->is64Bit() && !Subtarget->useSoftFloat()) {
1799 } else if (!Subtarget->useSoftFloat()) {
1840 bool SparcTargetLowering::useSoftFloat() const { function in class:SparcTargetLowering
1841 return Subtarget->useSoftFloat();
/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h257 bool useSoftFloat() const { return IsSoftFloat; } function in class:llvm::MipsSubtarget
H A DMipsISelLowering.cpp3117 if (VA.getValVT().isFloatingPoint() && !Subtarget.useSoftFloat())
3188 if (Subtarget.hasMips3() && Subtarget.useSoftFloat()) {
3716 bool MipsTargetLowering::useSoftFloat() const { function in class:MipsTargetLowering
3717 return Subtarget.useSoftFloat();
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h206 // useSoftFloat - Return true if soft-float option is turned on.
207 bool useSoftFloat() const { return UseSoftFloat; } function in class:llvm::PPCSubtarget
H A DPPCISelLowering.cpp83 if (!useSoftFloat()) {
1002 bool PPCTargetLowering::useSoftFloat() const { function in class:PPCTargetLowering
1003 return Subtarget.useSoftFloat();
2929 if (useSoftFloat())
3048 if (useSoftFloat())
4786 if (useSoftFloat())
/external/llvm/include/llvm/Target/
H A DTargetLowering.h171 virtual bool useSoftFloat() const { return false; } function in class:llvm::TargetLoweringBase
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h455 bool useSoftFloat() const { return UseSoftFloat; } function in class:llvm::final
H A DX86ISelLowering.cpp75 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()
1892 bool X86TargetLowering::useSoftFloat() const { function in class:X86TargetLowering
[all...]
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h547 bool useSoftFloat() const { return UseSoftFloat; } function in class:llvm::ARMSubtarget
H A DARMISelLowering.cpp173 Subtarget->hasARMOps() && !Subtarget->useSoftFloat()) {
436 if (!Subtarget->useSoftFloat() && Subtarget->hasVFP2() &&
897 if (!Subtarget->useSoftFloat() && Subtarget->hasVFP2() &&
942 if (!Subtarget->useSoftFloat() && Subtarget->hasVFP2() &&
956 if (!Subtarget->useSoftFloat() && !Subtarget->isThumb1Only()) {
1038 if (Subtarget->useSoftFloat() || Subtarget->isThumb1Only() ||
1062 bool ARMTargetLowering::useSoftFloat() const { function in class:ARMTargetLowering
1063 return Subtarget->useSoftFloat();
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp541 bool useSoftFloat() const { function in class:__anon13183::MipsAsmParser

Completed in 453 milliseconds