Home
last modified time | relevance | path

Searched refs:ppcf128 (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp229 if (RetVT == MVT::ppcf128) in getFPEXT()
234 else if (RetVT == MVT::ppcf128) in getFPEXT()
256 if (OpVT == MVT::ppcf128) in getFPROUND()
265 if (OpVT == MVT::ppcf128) in getFPROUND()
272 if (OpVT == MVT::ppcf128) in getFPROUND()
313 } else if (OpVT == MVT::ppcf128) { in getFPTOSINT()
355 } else if (OpVT == MVT::ppcf128) { in getFPTOUINT()
378 if (RetVT == MVT::ppcf128) in getSINTTOFP()
389 if (RetVT == MVT::ppcf128) in getSINTTOFP()
400 if (RetVT == MVT::ppcf128) in getSINTTOFP()
[all …]
DValueTypes.cpp126 case MVT::ppcf128: return "ppcf128"; in getEVTString()
157 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context); in getTypeForEVT()
339 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128); in getVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCCState.cpp19 if (I.ArgVT == llvm::MVT::ppcf128) in PreAnalyzeCallOperands()
29 if (I.ArgVT == llvm::MVT::ppcf128) { in PreAnalyzeFormalArguments()
DPPCISelLowering.cpp233 setOperationAction(ISD::FP_TO_SINT, MVT::ppcf128, Custom); in PPCTargetLowering()
234 setOperationAction(ISD::FP_TO_UINT, MVT::ppcf128, Custom); in PPCTargetLowering()
237 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand); in PPCTargetLowering()
238 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering()
239 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
240 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); in PPCTargetLowering()
241 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering()
242 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); in PPCTargetLowering()
3376 if (Flags.isSplit() && OrigVT != MVT::ppcf128) in CalculateStackSlotAlignment()
7790 if (Op.getOperand(0).getValueType() == MVT::ppcf128) { in LowerFP_TO_INT()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h55 ppcf128 = 13, // This is a PPC 128-bit floating point value enumerator
58 LAST_FP_VALUETYPE = ppcf128,
756 case ppcf128: in getSizeInBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp40 VT == MVT::ppcf128 ? Call_PPCF128 : in GetFPLibCall()
212 CN->getValueType(0).getSimpleVT() == llvm::MVT::ppcf128) { in SoftenFloatRes_ConstantFP()
1240 assert(N->getValueType(0) == MVT::ppcf128 && in ExpandFloatRes_FABS()
1556 assert(N->getValueType(0) == MVT::ppcf128 && "Unsupported XINT_TO_FP!"); in ExpandFloatRes_XINT_TO_FP()
1623 dl, MVT::ppcf128)); in ExpandFloatRes_XINT_TO_FP()
1701 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!"); in FloatExpandSetCCOperands()
1742 assert(N->getOperand(1).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FCOPYSIGN()
1754 assert(N->getOperand(IsStrict ? 1 : 0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_ROUND()
DLegalizeDAG.cpp2101 case MVT::ppcf128: LC = Call_PPCF128; break; in ExpandFPLibCall()
2157 case MVT::ppcf128: LC = Call_PPCF128; break; in ExpandArgFPLibCall()
2252 case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break; in isSinCosLibcallAvailable()
2286 case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break; in ExpandSinCosLibCall()
4050 case MVT::ppcf128: LC = RTLIB::POWI_PPCF128; break; in ConvertNodeToLibcall()
DLegalizeIntegerTypes.cpp2746 else if (VT == MVT::ppcf128) in ExpandIntRes_LLROUND_LLRINT()
2759 else if (VT == MVT::ppcf128) in ExpandIntRes_LLROUND_LLRINT()
DDAGCombiner.cpp11230 if (N0.getValueType() == MVT::ppcf128 && !LegalTypes) { in visitBITCAST()
11300 if (N0.getValueType() == MVT::ppcf128 && !LegalTypes) { in visitBITCAST()
16325 case MVT::ppcf128: in replaceStoreOfFPConstant()
DTargetLowering.cpp304 assert((VT == MVT::f32 || VT == MVT::f64 || VT == MVT::f128 || VT == MVT::ppcf128) in softenSetCCOperands()
DSelectionDAG.cpp1383 else if (EltVT == MVT::f80 || EltVT == MVT::f128 || EltVT == MVT::ppcf128 || in getConstantFP()
DSelectionDAGBuilder.cpp270 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && in getCopyFromParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td33 def ppcf128: ValueType<128, 13>; // PPC 128-bit floating point value
DSelectionDAG.h1413 case MVT::ppcf128: return APFloat::PPCDoubleDouble();
DTargetLowering.h1376 return DL.isBigEndian() || VT == MVT::ppcf128; in hasBigEndianPartOrdering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td217 def llvm_ppcf128_ty : LLVMType<ppcf128>;