Home
last modified time | relevance | path

Searched refs:hasX87 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h380 bool hasX87() const { return HasX87; } in hasX87() function
DX86ISelLowering.cpp75 bool UseX87 = !Subtarget.useSoftFloat() && Subtarget.hasX87(); in X86TargetLowering()
2308 if (!Subtarget.hasX87()) in LowerCallResult()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h578 bool hasX87() const { return HasX87; } in hasX87() function
DX86ISelLowering.cpp112 bool UseX87 = !Subtarget.useSoftFloat() && Subtarget.hasX87(); in X86TargetLowering()
2280 if (Subtarget.hasSSE1() && (Subtarget.is64Bit() || Subtarget.hasX87()) && in getOptimalMemOpType()
3041 if (!Subtarget.hasX87()) in LowerCallResult()
27333 (Subtarget.hasSSE2() || Subtarget.hasX87())) in shouldExpandAtomicLoadInIR()
29407 if (Subtarget.hasX87()) { in ReplaceNodeResults()
44336 if (!Subtarget.useSoftFloat() && Subtarget.hasX87() && in combineSIntToFP()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h614 bool hasX87() const { return HasX87; } in hasX87() function
DX86ISelLowering.cpp106 bool UseX87 = !Subtarget.useSoftFloat() && Subtarget.hasX87(); in X86TargetLowering()
2283 if (Subtarget.hasSSE1() && (Subtarget.is64Bit() || Subtarget.hasX87()) && in getOptimalMemOpType()
3049 if (!Subtarget.hasX87()) in LowerCallResult()
28406 (Subtarget.hasSSE1() || Subtarget.hasX87())) in shouldExpandAtomicStoreInIR()
28425 (Subtarget.hasSSE1() || Subtarget.hasX87())) in shouldExpandAtomicLoadInIR()
29228 } else if (Subtarget.hasX87()) { in LowerATOMIC_STORE()
30572 if (Subtarget.hasX87()) { in ReplaceNodeResults()
47747 if (!Subtarget.useSoftFloat() && Subtarget.hasX87() && in combineSIntToFP()