/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-10-31-PPCF128Libcalls.ll | 13 %1 = call ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128 %0) ; <ppc_fp128> [#uses=1] 23 %8 = call ppc_fp128 @llvm.pow.ppcf128(ppc_fp128 %6, ppc_fp128 %7) ; <ppc_fp128> [#uses=1] 31 declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind readonly 37 declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind readonly
|
D | fp128-bitcast-after-operation.ll | 44 %0 = tail call ppc_fp128 @llvm.fabs.ppcf128(ppc_fp128 %x) 131 …%0 = tail call ppc_fp128 @llvm.copysign.ppcf128(ppc_fp128 0xMBCB0000000000000400F000000000000, ppc… 136 declare ppc_fp128 @llvm.fabs.ppcf128(ppc_fp128) 137 declare ppc_fp128 @llvm.copysign.ppcf128(ppc_fp128, ppc_fp128)
|
D | fminnum.ll | 8 declare ppc_fp128 @llvm.minnum.ppcf128(ppc_fp128, ppc_fp128) 52 %z = call ppc_fp128 @llvm.minnum.ppcf128(ppc_fp128 %x, ppc_fp128 %y) readnone
|
D | fmaxnum.ll | 8 declare ppc_fp128 @llvm.maxnum.ppcf128(ppc_fp128, ppc_fp128) 52 %z = call ppc_fp128 @llvm.maxnum.ppcf128(ppc_fp128 %x, ppc_fp128 %y) readnone
|
/external/llvm/test/Transforms/ConstProp/ |
D | convert-from-fp16.ll | 42 %0 = call ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16 0) 87 %1 = call ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16 %0) 97 declare ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16)
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 469 if (OpVT == MVT::ppcf128) in getFPROUND() 478 if (OpVT == MVT::ppcf128) in getFPROUND() 485 if (OpVT == MVT::ppcf128) in getFPROUND() 523 } else if (OpVT == MVT::ppcf128) { in getFPTOSINT() 565 } else if (OpVT == MVT::ppcf128) { in getFPTOUINT() 588 if (RetVT == MVT::ppcf128) in getSINTTOFP() 599 if (RetVT == MVT::ppcf128) in getSINTTOFP() 610 if (RetVT == MVT::ppcf128) in getSINTTOFP() 628 if (RetVT == MVT::ppcf128) in getUINTTOFP() 639 if (RetVT == MVT::ppcf128) in getUINTTOFP() [all …]
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 135 case MVT::ppcf128: return "ppcf128"; in getEVTString() 216 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context); in getTypeForEVT() 291 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128); in getVT()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineValueType.h | 54 ppcf128 = 12, // This is a PPC 128-bit floating point value enumerator 57 LAST_FP_VALUETYPE = ppcf128, 473 case ppcf128: in getSizeInBits()
|
D | ValueTypes.td | 34 def ppcf128: ValueType<128, 12>; // PPC 128-bit floating point value
|
D | SelectionDAG.h | 1119 case MVT::ppcf128: return APFloat::PPCDoubleDouble;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 41 VT == MVT::ppcf128 ? Call_PPCF128 : in GetFPLibCall() 1053 assert(N->getValueType(0) == MVT::ppcf128 && in ExpandFloatRes_FABS() 1388 assert(N->getValueType(0) == MVT::ppcf128 && "Unsupported XINT_TO_FP!"); in ExpandFloatRes_XINT_TO_FP() 1453 dl, MVT::ppcf128)); in ExpandFloatRes_XINT_TO_FP() 1524 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!"); in FloatExpandSetCCOperands() 1565 assert(N->getOperand(1).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FCOPYSIGN() 1576 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_ROUND() 1592 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_TO_SINT() 1594 SDValue Res = DAG.getNode(ISD::FP_ROUND_INREG, dl, MVT::ppcf128, in ExpandFloatOp_FP_TO_SINT() 1613 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_TO_UINT() [all …]
|
D | LegalizeDAG.cpp | 2318 case MVT::ppcf128: LC = Call_PPCF128; break; in ExpandFPLibCall() 2413 case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break; in isSinCosLibcallAvailable() 2461 case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break; in ExpandSinCosLibCall()
|
D | DAGCombiner.cpp | 7338 if (N0.getValueType() == MVT::ppcf128 && !LegalTypes) { in visitBITCAST() 7409 if (N0.getValueType() == MVT::ppcf128 && !LegalTypes) { in visitBITCAST() 11781 case MVT::ppcf128: in replaceStoreOfFPConstant()
|
D | SelectionDAG.cpp | 1266 else if (EltVT==MVT::f80 || EltVT==MVT::f128 || EltVT==MVT::ppcf128 || in getConstantFP()
|
D | SelectionDAGBuilder.cpp | 178 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && in getCopyFromParts()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 69 case MVT::ppcf128: return "MVT::ppcf128"; in getEnumName()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 134 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom); in PPCTargetLowering() 137 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand); in PPCTargetLowering() 138 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering() 139 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering() 140 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); in PPCTargetLowering() 141 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering() 142 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); in PPCTargetLowering() 2689 if (Flags.isSplit() && OrigVT != MVT::ppcf128) in CalculateStackSlotAlignment() 8059 assert(N->getValueType(0) == MVT::ppcf128); in ReplaceNodeResults() 8060 assert(N->getOperand(0).getValueType() == MVT::ppcf128); in ReplaceNodeResults() [all …]
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.td | 146 def llvm_ppcf128_ty : LLVMType<ppcf128>;
|
/external/llvm/docs/ |
D | LangRef.rst | 9689 declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128 %Val) 9729 declare ppc_fp128 @llvm.powi.ppcf128(ppc_fp128 %Val, i32 %power) 9767 declare ppc_fp128 @llvm.sin.ppcf128(ppc_fp128 %Val) 9803 declare ppc_fp128 @llvm.cos.ppcf128(ppc_fp128 %Val) 9839 declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128 %Val, ppc_fp128 Power) 9876 declare ppc_fp128 @llvm.exp.ppcf128(ppc_fp128 %Val) 9911 declare ppc_fp128 @llvm.exp2.ppcf128(ppc_fp128 %Val) 9946 declare ppc_fp128 @llvm.log.ppcf128(ppc_fp128 %Val) 9981 declare ppc_fp128 @llvm.log10.ppcf128(ppc_fp128 %Val) 10016 declare ppc_fp128 @llvm.log2.ppcf128(ppc_fp128 %Val) [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 828 return DL.isBigEndian() || VT == MVT::ppcf128; in hasBigEndianPartOrdering()
|