Searched refs:FP128TyID (Results 1 – 15 of 15) sorted by relevance
53 FP128TyID, ///< 4: 128-bit floating point type (112-bit mantissa) enumerator134 bool isFP128Ty() const { return ID == FP128TyID; } in isFP128Ty()143 ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; in isFloatingPointTy()
31 case FP128TyID : return getFP128Ty(C); in getPrimitiveType()69 ID == Type::FP128TyID || ID == Type::X86_FP80TyID || in isFPOrFPVectorTy()137 case Type::FP128TyID: return 128; in getPrimitiveSizeInBits()163 if (ID == FP128TyID) return 113; in getFPMantissaWidth()
28 FP128Ty(C, Type::FP128TyID), in LLVMContextImpl()
203 case Type::FP128TyID: return MVT(MVT::f128); in getEVT()
79 case Type::FP128TyID: in getNullValue()957 case Type::FP128TyID: in isValueValidForType()
195 case Type::FP128TyID: OS << "fp128"; break; in print()
145 case Type::FP128TyID: in LLVMGetTypeKind()
415 case Type::FP128TyID: in getTypeSizeInBits()471 case Type::FP128TyID: in getAlignment()
210 case Type::FP128TyID: in runFunction()
476 case Type::FP128TyID: in runFunction()518 case Type::FP128TyID: in runFunction()
52 case Type::FP128TyID: in EnsureFPIntrinsicsExist()332 case Type::FP128TyID: in ReplaceFPIntrinsicWithCall()
532 case Type::FP128TyID: in getConstantValue()743 case Type::FP128TyID: { in getConstantValue()793 case Type::FP128TyID: in getConstantValue()
229 case Type::FP128TyID: in isEquivalentType()
450 case Type::FP128TyID: return Out << "long double " << NameSoFar; in printSimpleType()954 case Type::FP128TyID: { in printConstant()
229 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break; in WriteTypeTable()