Home
last modified time | relevance | path

Searched refs:FP16_TO_FP32 (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h443 FP16_TO_FP32, FP32_TO_FP16, enumerator
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp228 case ISD::FP16_TO_FP32: return "fp16_to_fp32"; in getOperationName()
DLegalizeFloatTypes.cpp86 case ISD::FP16_TO_FP32:R = SoftenFloatRes_FP16_TO_FP32(N); break; in SoftenFloatResult()
DLegalizeIntegerTypes.cpp800 case ISD::FP16_TO_FP32: in PromoteIntegerOperand()
DLegalizeDAG.cpp3342 case ISD::FP16_TO_FP32: in ExpandNode()
DSelectionDAGBuilder.cpp5070 setValue(&I, DAG.getNode(ISD::FP16_TO_FP32, sdl, in visitIntrinsicCall()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAG.td396 def f16_to_f32 : SDNode<"ISD::FP16_TO_FP32", SDTIntToFPOp>;
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp868 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand); in ARMTargetLowering()