Searched refs:isSoftF16 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 12207 static bool isSoftF16(T VT, const X86Subtarget &Subtarget) { in isSoftF16() function 12225 if (isSoftF16(EltVT, Subtarget)) in lowerShuffleAsElementInsertion() 17784 if (isSoftF16(VT, Subtarget)) { in LowerVSELECT() 19348 if (isSoftF16(VT, Subtarget)) in LowerSINT_TO_FP() 19852 if (isSoftF16(DstVT, Subtarget)) in LowerUINT_TO_FP() 20867 if (isSoftF16(SrcVT, Subtarget)) { in LowerFP_TO_INT() 21300 if (!isScalarFPTypeInSSEReg(SrcVT) || isSoftF16(SrcVT, Subtarget)) in LowerFP_TO_INT_SAT() 23261 if (isSoftF16(EltVT, Subtarget)) in LowerVSETCC() 23857 if (isSoftF16(Op0.getValueType(), Subtarget)) in LowerSETCC() 24050 if (isSoftF16(VT, Subtarget)) { in LowerSELECT() [all …]
|