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

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 444 if (OpVT == MVT::ppcf128)
451 if (OpVT == MVT::ppcf128)
497 } else if (OpVT == MVT::ppcf128) {
547 } else if (OpVT == MVT::ppcf128) {
570 if (RetVT == MVT::ppcf128)
581 if (RetVT == MVT::ppcf128)
592 if (RetVT == MVT::ppcf128)
610 if (RetVT == MVT::ppcf128)
621 if (RetVT == MVT::ppcf128)
632 if (RetVT == MVT::ppcf128)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 53 ppcf128 = 12, // This is a PPC 128-bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
56 LAST_FP_VALUETYPE = ppcf128,
407 case ppcf128:
SelectionDAG.h     [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 126 case MVT::ppcf128: return "ppcf128";
197 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context);
262 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 18 // implementing ppcf128 arithmetic in two f64 registers.
41 VT == MVT::ppcf128 ? Call_PPCF128 :
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 166 // FP split into multiple FP parts (for ppcf128)
167 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 &&
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 68 case MVT::ppcf128: return "MVT::ppcf128";
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 133 // This is used in the ppcf128->int sequence. Note it has different semantics
135 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom);
138 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
139 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand);
140 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
141 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand);
142 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand);
143 setOperationAction(ISD::FREM, MVT::ppcf128, Expand);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 730 /// for ppcf128, where the Hi part always comes first.
732 return isBigEndian() || VT == MVT::ppcf128;
    [all...]

Completed in 353 milliseconds