/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | 395 if (OpVT == MVT::ppcf128) 402 if (OpVT == MVT::ppcf128) 448 } else if (OpVT == MVT::ppcf128) { 498 } else if (OpVT == MVT::ppcf128) { 521 if (RetVT == MVT::ppcf128) 532 if (RetVT == MVT::ppcf128) 543 if (RetVT == MVT::ppcf128) 561 if (RetVT == MVT::ppcf128) 572 if (RetVT == MVT::ppcf128) 583 if (RetVT == MVT::ppcf128) [all...] |
/external/llvm/lib/IR/ |
ValueTypes.cpp | 126 case MVT::ppcf128: return "ppcf128"; 192 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context); 252 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128);
|
/external/llvm/include/llvm/CodeGen/ |
ValueTypes.h | 58 ppcf128 = 12, // This is a PPC 128-bit floating point value enumerator in enum:llvm::MVT::SimpleValueType 61 LAST_FP_VALUETYPE = ppcf128, 387 case ppcf128: 575 /// with 128 bits - this returns f128 rather than ppcf128.
|
SelectionDAG.h | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeFloatTypes.cpp | 18 // implementing ppcf128 arithmetic in two f64 registers. 39 VT == MVT::ppcf128 ? Call_PPCF128 : [all...] |
LegalizeDAG.cpp | [all...] |
SelectionDAG.cpp | [all...] |
SelectionDAGBuilder.cpp | 164 // FP split into multiple FP parts (for ppcf128) 165 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 | 97 // This is used in the ppcf128->int sequence. Note it has different semantics 99 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom); 102 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand); 103 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); 104 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); 105 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); 106 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); 107 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); [all...] |