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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 378 UINT_TO_FP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 232 case ISD::UINT_TO_FP:
246 case ISD::UINT_TO_FP:
267 else if (Node->getOpcode() == ISD::UINT_TO_FP)
338 unsigned Opc = Op.getOpcode() == ISD::UINT_TO_FP ? ISD::ZERO_EXTEND :
555 "Elements in vector-UINT_TO_FP must be 32 or 64 bits wide");
SelectionDAGDumper.cpp 225 case ISD::UINT_TO_FP: return "uint_to_fp";
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp 92 case ISD::UINT_TO_FP:
528 case ISD::UINT_TO_FP:
    [all...]
LegalizeFloatTypes.cpp 97 case ISD::UINT_TO_FP: R = SoftenFloatRes_XINT_TO_FP(N); break;
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 74 setOperationAction(ISD::UINT_TO_FP, MVT::i8, Expand);
75 setOperationAction(ISD::UINT_TO_FP, MVT::i16, Expand);
76 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 353 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom);
354 setOperationAction(ISD::UINT_TO_FP, MVT::i16, Promote);
355 setOperationAction(ISD::UINT_TO_FP, MVT::i8, Promote);
357 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 208 // - For SINT_TO_FP and UINT_TO_FP, the src type
223 setOperationAction(ISD::UINT_TO_FP, MVT::v4i32, Expand);
224 setOperationAction(ISD::UINT_TO_FP, MVT::v2i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 248 // Promote all UINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have this
250 setOperationAction(ISD::UINT_TO_FP , MVT::i1 , Promote);
251 setOperationAction(ISD::UINT_TO_FP , MVT::i8 , Promote);
252 setOperationAction(ISD::UINT_TO_FP , MVT::i16 , Promote);
255 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
256 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
260 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
263 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 110 setOperationAction(ISD::UINT_TO_FP, VT, Custom);
115 setOperationAction(ISD::UINT_TO_FP, VT, Expand);
532 // Neon does not have single instruction SINT_TO_FP and UINT_TO_FP with
537 setOperationAction(ISD::UINT_TO_FP, MVT::v4i16, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 730 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 203 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand);
204 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 194 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand);
283 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand);
    [all...]

Completed in 647 milliseconds