HomeSort by relevance Sort by last modified time
    Searched refs:FP_TO_FP16 (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 505 /// FP16_TO_FP, FP_TO_FP16 - These operators are used to perform promotions
509 FP16_TO_FP, FP_TO_FP16,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 484 // Semi-soften first, to FP_TO_FP16, so that targets which support f16 as a
486 return DAG.getNode(ISD::FP_TO_FP16, SDLoc(N), NVT, Op);
598 return DAG.getNode(ISD::FP_TO_FP16, SDLoc(N), NVT, N->getOperand(0));
    [all...]
SelectionDAGDumper.cpp 260 case ISD::FP_TO_FP16: return "fp_to_fp16";
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 112 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break;
266 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp);
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]
X86ISelLowering.cpp 380 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand);
386 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand);
387 setOperationAction(ISD::FP_TO_FP16, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 379 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand);
381 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 542 milliseconds