Searched refs:isSoftF16 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 12706 static bool isSoftF16(T VT, const X86Subtarget &Subtarget) { in isSoftF16() function 12725 if (isSoftF16(EltVT, Subtarget)) in lowerShuffleAsElementInsertion() 18465 if (isSoftF16(VT, Subtarget)) { in LowerVSELECT() 20057 if (isSoftF16(VT, Subtarget)) in LowerSINT_TO_FP() 20567 if (isSoftF16(DstVT, Subtarget)) in LowerUINT_TO_FP() 21583 if (isSoftF16(SrcVT, Subtarget)) { in LowerFP_TO_INT() 22029 if (!isScalarFPTypeInSSEReg(SrcVT) || isSoftF16(SrcVT, Subtarget)) in LowerFP_TO_INT_SAT() 24004 if (isSoftF16(EltVT, Subtarget)) { in LowerVSETCC() 24621 if (isSoftF16(Op0.getValueType(), Subtarget)) in LowerSETCC() 24958 if (isSoftF16(VT, Subtarget)) { in LowerSELECT() [all …]
|