Home
last modified time | relevance | path

Searched refs:FP16_TO_FP32 (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.cpp84 case ISD::FP16_TO_FP32:R = SoftenFloatRes_FP16_TO_FP32(N); break; in SoftenFloatResult()
DLegalizeIntegerTypes.cpp780 case ISD::FP16_TO_FP32: in PromoteIntegerOperand()
DLegalizeDAG.cpp3401 case ISD::FP16_TO_FP32: in ExpandNode()
DSelectionDAG.cpp6046 case ISD::FP16_TO_FP32: return "fp16_to_fp32"; in getOperationName()
DSelectionDAGBuilder.cpp4925 setValue(&I, DAG.getNode(ISD::FP16_TO_FP32, dl, in visitIntrinsicCall()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td392 def f16_to_f32 : SDNode<"ISD::FP16_TO_FP32", SDTIntToFPOp>;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp727 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand); in ARMTargetLowering()