Home
last modified time | relevance | path

Searched refs:FP128TyID (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h61 FP128TyID, ///< 128-bit floating point type (112-bit significand) enumerator
162 bool isFP128Ty() const { return getTypeID() == FP128TyID; } in isFP128Ty()
176 case FP128TyID: in isIEEELikeFPTy()
H A DDataLayout.h700 case Type::FP128TyID: in getTypeSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp47 case FP128TyID : return getFP128Ty(C); in getPrimitiveType()
114 case FP128TyID: return APFloat::IEEEquad(); in getFltSemantics()
210 case Type::FP128TyID: in getPrimitiveSizeInBits()
245 if (getTypeID() == FP128TyID) return 113; in getFPMantissaWidth()
H A DLLVMContextImpl.cpp38 X86_FP80Ty(C, Type::X86_FP80TyID), FP128Ty(C, Type::FP128TyID), in LLVMContextImpl()
H A DDataLayout.cpp801 case Type::FP128TyID: in getAlignment()
H A DIntrinsics.cpp137 case Type::FP128TyID: in getMangledTypeStr()
H A DConstants.cpp382 case Type::FP128TyID: in getNullValue()
1657 case Type::FP128TyID: in isValueValidForType()
H A DAsmWriter.cpp628 case Type::FP128TyID: OS << "fp128"; return; in print()
H A DCore.cpp598 case Type::FP128TyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp328 case Type::FP128TyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp282 case Type::FP128TyID: return MVT(MVT::f128); in getVT()
H A DIntrinsicLowering.cpp216 case Type::FP128TyID: in ReplaceFPIntrinsicWithCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp195 case llvm::Type::FP128TyID: in addStruct()
H A DX86.cpp2301 if (IRType->getTypeID() == llvm::Type::FP128TyID) in GetByteVectorType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp593 case Type::FP128TyID: in getConstantValue()
848 case Type::FP128TyID: { in getConstantValue()
908 case Type::FP128TyID: in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp266 case Type::FP128TyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp599 case Type::FP128TyID: in runFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp815 case llvm::Type::FP128TyID: in getComplexMultiplyLibCallName()
1081 case llvm::Type::FP128TyID: in EmitBinDiv()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp564 case Type::FP128TyID: in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1005 case Type::FP128TyID: in printModuleLevelGV()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1042 case Type::FP128TyID: in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1156 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break; in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18427 case Type::FP128TyID: in isFMAFasterThanFMulAndFAdd()