Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3031 const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16(); in emitStrictFPComparison() local
3033 if (VT == MVT::f16 && !FullFP16) { in emitStrictFPComparison()
3049 const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16(); in emitComparison() local
3053 if (VT == MVT::f16 && !FullFP16) { in emitComparison()
3157 const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16(); in emitConditionalComparison() local
3161 if (LHS.getValueType() == MVT::f16 && !FullFP16) { in emitConditionalComparison()
13151 const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16(); in LowerVSETCC() local
13155 if (!FullFP16 && LHS.getValueType().getVectorElementType() == MVT::f16) { in LowerVSETCC()
13166 assert((!FullFP16 && LHS.getValueType().getVectorElementType() != MVT::f16) || in LowerVSETCC()
16445 static bool hasPairwiseAdd(unsigned Opcode, EVT VT, bool FullFP16) { in hasPairwiseAdd() argument
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrNEON.td6543 // FullFP16 instruction when it is available