Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h479 FP16_TO_FP32, FP32_TO_FP16, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp239 case ISD::FP16_TO_FP32: return "fp16_to_fp32"; in getOperationName()
DLegalizeFloatTypes.cpp88 case ISD::FP16_TO_FP32:R = SoftenFloatRes_FP16_TO_FP32(N); break; in SoftenFloatResult()
DLegalizeIntegerTypes.cpp830 case ISD::FP16_TO_FP32: in PromoteIntegerOperand()
DLegalizeDAG.cpp3571 case ISD::FP16_TO_FP32: in ExpandNode()
DSelectionDAGBuilder.cpp5162 setValue(&I, DAG.getNode(ISD::FP16_TO_FP32, sdl, in visitIntrinsicCall()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td395 def f16_to_f32 : SDNode<"ISD::FP16_TO_FP32", SDTIntToFPOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp830 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp522 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand); in resetOperationActions()