Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h443 FP16_TO_FP32, FP32_TO_FP16, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp229 case ISD::FP32_TO_FP16: return "fp32_to_fp16"; in getOperationName()
DLegalizeFloatTypes.cpp589 case ISD::FP32_TO_FP16:Res = SoftenFloatOp_FP32_TO_FP16(N); break; in SoftenFloatOperand()
DLegalizeIntegerTypes.cpp100 case ISD::FP32_TO_FP16:Res = PromoteIntRes_FP32_TO_FP16(N); break; in PromoteIntegerResult()
DLegalizeDAG.cpp3018 case ISD::FP32_TO_FP16: in ExpandNode()
DSelectionDAGBuilder.cpp4925 setValue(&I, DAG.getNode(ISD::FP32_TO_FP16, dl, in visitIntrinsicCall()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td395 def f32_to_f16 : SDNode<"ISD::FP32_TO_FP16", SDTFPToIntOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp789 setOperationAction(ISD::FP32_TO_FP16, MVT::i32, Expand); in ARMTargetLowering()