| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 61 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 D | DataLayout.h | 700 case Type::FP128TyID: in getTypeSizeInBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 47 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 D | LLVMContextImpl.cpp | 38 X86_FP80Ty(C, Type::X86_FP80TyID), FP128Ty(C, Type::FP128TyID), in LLVMContextImpl()
|
| H A D | DataLayout.cpp | 801 case Type::FP128TyID: in getAlignment()
|
| H A D | Intrinsics.cpp | 137 case Type::FP128TyID: in getMangledTypeStr()
|
| H A D | Constants.cpp | 382 case Type::FP128TyID: in getNullValue() 1657 case Type::FP128TyID: in isValueValidForType()
|
| H A D | AsmWriter.cpp | 628 case Type::FP128TyID: OS << "fp128"; return; in print()
|
| H A D | Core.cpp | 598 case Type::FP128TyID: in LLVMGetTypeKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 328 case Type::FP128TyID: in getSmallestAddressableSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 282 case Type::FP128TyID: return MVT(MVT::f128); in getVT()
|
| H A D | IntrinsicLowering.cpp | 216 case Type::FP128TyID: in ReplaceFPIntrinsicWithCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 195 case llvm::Type::FP128TyID: in addStruct()
|
| H A D | X86.cpp | 2301 if (IRType->getTypeID() == llvm::Type::FP128TyID) in GetByteVectorType()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 593 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 D | IR2Vec.cpp | 266 case Type::FP128TyID: in getVocabKeyForTypeID()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 599 case Type::FP128TyID: in runFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 815 case llvm::Type::FP128TyID: in getComplexMultiplyLibCallName() 1081 case llvm::Type::FP128TyID: in EmitBinDiv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 564 case Type::FP128TyID: in cmpTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1005 case Type::FP128TyID: in printModuleLevelGV()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1042 case Type::FP128TyID: in writeTypeTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1156 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break; in writeTypeTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 18427 case Type::FP128TyID: in isFMAFasterThanFMulAndFAdd()
|