Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp435 if (OpVT == MVT::ppcf128) in getFPROUND()
442 if (OpVT == MVT::ppcf128) in getFPROUND()
488 } else if (OpVT == MVT::ppcf128) { in getFPTOSINT()
538 } else if (OpVT == MVT::ppcf128) { in getFPTOUINT()
561 if (RetVT == MVT::ppcf128) in getSINTTOFP()
572 if (RetVT == MVT::ppcf128) in getSINTTOFP()
583 if (RetVT == MVT::ppcf128) in getSINTTOFP()
601 if (RetVT == MVT::ppcf128) in getUINTTOFP()
612 if (RetVT == MVT::ppcf128) in getUINTTOFP()
623 if (RetVT == MVT::ppcf128) in getUINTTOFP()
[all …]
/trueos/contrib/llvm/lib/IR/
HDValueTypes.cpp126 case MVT::ppcf128: return "ppcf128"; in getEVTString()
197 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context); in getTypeForEVT()
262 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128); in getVT()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeFloatTypes.cpp39 VT == MVT::ppcf128 ? Call_PPCF128 : in GetFPLibCall()
865 assert(N->getValueType(0) == MVT::ppcf128 && in ExpandFloatRes_FABS()
1179 assert(N->getValueType(0) == MVT::ppcf128 && "Unsupported XINT_TO_FP!"); in ExpandFloatRes_XINT_TO_FP()
1243 MVT::ppcf128)); in ExpandFloatRes_XINT_TO_FP()
1314 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!"); in FloatExpandSetCCOperands()
1355 assert(N->getOperand(1).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FCOPYSIGN()
1366 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_ROUND()
1382 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_TO_SINT()
1384 SDValue Res = DAG.getNode(ISD::FP_ROUND_INREG, dl, MVT::ppcf128, in ExpandFloatOp_FP_TO_SINT()
1403 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_TO_UINT()
[all …]
HDLegalizeDAG.cpp2005 case MVT::ppcf128: LC = Call_PPCF128; break; in ExpandFPLibCall()
2142 case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break; in isSinCosLibcallAvailable()
2192 case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break; in ExpandSinCosLibCall()
HDSelectionDAG.cpp1122 else if (EltVT==MVT::f80 || EltVT==MVT::f128 || EltVT==MVT::ppcf128 || in getConstantFP()
HDSelectionDAGBuilder.cpp166 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && in getCopyFromParts()
HDDAGCombiner.cpp9056 case MVT::ppcf128: in visitSTORE()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDValueTypes.h58 ppcf128 = 12, // This is a PPC 128-bit floating point value enumerator
61 LAST_FP_VALUETYPE = ppcf128,
406 case ppcf128: in getSizeInBits()
HDValueTypes.td34 def ppcf128: ValueType<128, 12>; // PPC 128-bit floating point value
HDSelectionDAG.h1025 case MVT::ppcf128: return APFloat::PPCDoubleDouble;
/trueos/contrib/llvm/utils/TableGen/
HDCodeGenTarget.cpp68 case MVT::ppcf128: return "MVT::ppcf128"; in getEnumName()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp99 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom); in PPCTargetLowering()
102 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand); in PPCTargetLowering()
103 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering()
104 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
105 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); in PPCTargetLowering()
106 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering()
107 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); in PPCTargetLowering()
5863 assert(N->getValueType(0) == MVT::ppcf128); in ReplaceNodeResults()
5864 assert(N->getOperand(0).getValueType() == MVT::ppcf128); in ReplaceNodeResults()
5877 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::ppcf128, in ReplaceNodeResults()
[all …]
/trueos/contrib/llvm/include/llvm/IR/
HDIntrinsics.td126 def llvm_ppcf128_ty : LLVMType<ppcf128>;