Searched refs:hasFp256 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h314 bool hasFp256() const { return hasAVX(); } function in class:llvm::final
H A DX86ISelLowering.cpp1136 if (!TM.Options.UseSoftFloat && Subtarget->hasFp256()) {
1700 if (Subtarget->hasFp256())
5751 if (!Subtarget->hasFp256())
9261 bool HasFp256 = Subtarget->hasFp256();
10088 if (Subtarget->hasFp256()) {
10107 if (Subtarget->hasFp256()) {
11148 if (Subtarget->hasFp256()) {
11167 if (Subtarget->hasFp256()) {
11304 assert(Subtarget->hasFp256() && "256-bit vector without AVX!");
15859 if (!Subtarget->hasFp256())
[all...]

Completed in 110 milliseconds