Searched refs:FP16_TO_FP32 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 479 FP16_TO_FP32, FP32_TO_FP16, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 239 case ISD::FP16_TO_FP32: return "fp16_to_fp32"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 88 case ISD::FP16_TO_FP32:R = SoftenFloatRes_FP16_TO_FP32(N); break; in SoftenFloatResult()
|
D | LegalizeIntegerTypes.cpp | 830 case ISD::FP16_TO_FP32: in PromoteIntegerOperand()
|
D | LegalizeDAG.cpp | 3571 case ISD::FP16_TO_FP32: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5162 setValue(&I, DAG.getNode(ISD::FP16_TO_FP32, sdl, in visitIntrinsicCall()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 395 def f16_to_f32 : SDNode<"ISD::FP16_TO_FP32", SDTIntToFPOp>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 830 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 522 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand); in resetOperationActions()
|