Home
last modified time | relevance | path

Searched refs:FullFP16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2490 const bool FullFP16 = in emitComparison() local
2495 if (VT == MVT::f16 && !FullFP16) { in emitComparison()
2599 const bool FullFP16 = in emitConditionalComparison() local
2604 if (LHS.getValueType() == MVT::f16 && !FullFP16) { in emitConditionalComparison()
10889 const bool FullFP16 = in LowerVSETCC() local
10894 if (!FullFP16 && LHS.getValueType().getVectorElementType() == MVT::f16) { in LowerVSETCC()
10905 assert((!FullFP16 && LHS.getValueType().getVectorElementType() != MVT::f16) || in LowerVSETCC()
13399 static bool hasPairwiseAdd(unsigned Opcode, EVT VT, bool FullFP16) { in hasPairwiseAdd() argument
13402 return (FullFP16 && VT == MVT::f16) || VT == MVT::f32 || VT == MVT::f64; in hasPairwiseAdd()
13415 const bool FullFP16 = in performExtractVectorEltCombine() local
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td6555 // FullFP16 instruction when it is available