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

  /external/llvm/lib/VMCore/
ValueTypes.cpp 118 case MVT::ppcf128: return "ppcf128";
172 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context);
220 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128);
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 54 ppcf128 = 12, // This is a PPC 128-bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
57 LAST_FP_VALUETYPE = ppcf128,
324 case ppcf128:
467 /// with 128 bits - this returns f128 rather than ppcf128.
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 18 // implementing ppcf128 arithmetic in two f64 registers.
37 VT == MVT::ppcf128 ? Call_PPCF128 :
    [all...]
TargetLowering.cpp 327 if (OpVT == MVT::ppcf128)
332 if (OpVT == MVT::ppcf128)
371 } else if (OpVT == MVT::ppcf128) {
414 } else if (OpVT == MVT::ppcf128) {
435 else if (RetVT == MVT::ppcf128)
444 else if (RetVT == MVT::ppcf128)
453 else if (RetVT == MVT::ppcf128)
469 else if (RetVT == MVT::ppcf128)
478 else if (RetVT == MVT::ppcf128)
487 else if (RetVT == MVT::ppcf128)
    [all...]
DAGCombiner.cpp 389 if (Op.getValueType() == MVT::ppcf128)
    [all...]
SelectionDAG.cpp 70 case MVT::ppcf128: return &APFloat::PPCDoubleDouble;
95 if (VT == MVT::ppcf128 ||
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp 161 // FP split into multiple FP parts (for ppcf128)
162 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == EVT(MVT::f64) &&
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 67 case MVT::ppcf128: return "MVT::ppcf128";
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 105 // This is used in the ppcf128->int sequence. Note it has different semantics
107 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom);
110 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
111 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand);
112 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
113 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand);
114 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand);
    [all...]

Completed in 274 milliseconds