Searched refs:FP16_TO_FP32 (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h440 // FP16_TO_FP32, FP32_TO_FP16 - These operators are used to perform
444 FP16_TO_FP32, FP32_TO_FP16, enumerator in enum:llvm::ISD::NodeType
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp84 case ISD::FP16_TO_FP32:R = SoftenFloatRes_FP16_TO_FP32(N); break;
H A DLegalizeIntegerTypes.cpp780 case ISD::FP16_TO_FP32:
H A DLegalizeDAG.cpp3401 case ISD::FP16_TO_FP32:
H A DSelectionDAG.cpp6046 case ISD::FP16_TO_FP32: return "fp16_to_fp32";
H A DSelectionDAGBuilder.cpp4925 setValue(&I, DAG.getNode(ISD::FP16_TO_FP32, dl,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp727 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand);

Completed in 259 milliseconds