Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2412 const bool FullFP16 = in emitComparison() local
2417 if (VT == MVT::f16 && !FullFP16) { in emitComparison()
2521 const bool FullFP16 = in emitConditionalComparison() local
2526 if (LHS.getValueType() == MVT::f16 && !FullFP16) { in emitConditionalComparison()
10530 const bool FullFP16 = in LowerVSETCC() local
10535 if (!FullFP16 && LHS.getValueType().getVectorElementType() == MVT::f16) { in LowerVSETCC()
10546 assert((!FullFP16 && LHS.getValueType().getVectorElementType() != MVT::f16) || in LowerVSETCC()
12984 static bool hasPairwiseAdd(unsigned Opcode, EVT VT, bool FullFP16) { in hasPairwiseAdd() argument
12987 return (FullFP16 && VT == MVT::f16) || VT == MVT::f32 || VT == MVT::f64; in hasPairwiseAdd()
13000 const bool FullFP16 = in performExtractVectorEltCombine() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrNEON.td6466 // FullFP16 instruction when it is available