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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 475 /// FP16_TO_FP32, FP32_TO_FP16 - These operators are used to perform
479 FP16_TO_FP32, FP32_TO_FP16,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 239 case ISD::FP16_TO_FP32: return "fp16_to_fp32";
LegalizeFloatTypes.cpp 88 case ISD::FP16_TO_FP32:R = SoftenFloatRes_FP16_TO_FP32(N); break;
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 522 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand);
    [all...]

Completed in 64 milliseconds