Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h444 FP16_TO_FP32, FP32_TO_FP16, enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp589 case ISD::FP32_TO_FP16:Res = SoftenFloatOp_FP32_TO_FP16(N); break; in SoftenFloatOperand()
DLegalizeIntegerTypes.cpp99 case ISD::FP32_TO_FP16:Res = PromoteIntRes_FP32_TO_FP16(N); break; in PromoteIntegerResult()
DLegalizeDAG.cpp3404 case ISD::FP32_TO_FP16: in ExpandNode()
DSelectionDAG.cpp6047 case ISD::FP32_TO_FP16: return "fp32_to_fp16"; in getOperationName()
DSelectionDAGBuilder.cpp4921 setValue(&I, DAG.getNode(ISD::FP32_TO_FP16, dl, in visitIntrinsicCall()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td393 def f32_to_f16 : SDNode<"ISD::FP32_TO_FP16", SDTFPToIntOp>;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp728 setOperationAction(ISD::FP32_TO_FP16, MVT::i32, Expand); in ARMTargetLowering()