Searched refs:FP16_TO_FP (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h487 /// FP16_TO_FP, FP_TO_FP16 - These operators are used to perform promotions
491 FP16_TO_FP, FP_TO_FP16, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp244 case ISD::FP16_TO_FP: return "fp16_to_fp";
H A DLegalizeFloatTypes.cpp90 case ISD::FP16_TO_FP: R = SoftenFloatRes_FP16_TO_FP(N); break;
407 // hard-float FP_EXTEND rather than FP16_TO_FP.
721 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), RVT, Op);
1590 return ISD::FP16_TO_FP;
1722 case ISD::FP16_TO_FP:
H A DLegalizeDAG.cpp3425 case ISD::FP16_TO_FP: {
3435 DAG.getNode(ISD::FP16_TO_FP, dl, MVT::f32, Node->getOperand(0));
H A DDAGCombiner.cpp8167 if (N0.getOpcode() == ISD::FP16_TO_FP &&
8168 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal)
8169 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), VT, N0.getOperand(0));
12363 if (N0->getOpcode() == ISD::FP16_TO_FP)
H A DLegalizeIntegerTypes.cpp862 case ISD::FP16_TO_FP:
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp357 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand);
359 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp257 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp881 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand);
887 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp372 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand);
377 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand);
378 setOperationAction(ISD::FP16_TO_FP, MVT::f80, Expand);

Completed in 233 milliseconds