Searched refs:FP128TyID (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/
H A DType.h56 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) enumerator in enum:llvm::Type::TypeID
151 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
161 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID ||
/external/llvm/lib/VMCore/
H A DLLVMContextImpl.cpp29 FP128Ty(C, Type::FP128TyID),
H A DType.cpp32 case FP128TyID : return getFP128Ty(C);
71 getTypeID() == Type::FP128TyID || getTypeID() == Type::X86_FP80TyID ||
140 case Type::FP128TyID: return 128;
167 if (getTypeID() == FP128TyID) return 113;
H A DValueTypes.cpp219 case Type::FP128TyID: return MVT(MVT::f128);
H A DConstants.cpp106 case Type::FP128TyID:
1156 case Type::FP128TyID:
H A DAsmWriter.cpp201 case Type::FP128TyID: OS << "fp128"; break;
H A DCore.cpp166 case Type::FP128TyID:
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp241 case Type::FP128TyID:
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp52 case Type::FP128TyID:
332 case Type::FP128TyID:
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp483 case Type::FP128TyID:
524 case Type::FP128TyID:
/external/llvm/lib/Target/
H A DTargetData.cpp490 case Type::FP128TyID:
542 // PPC_FP128TyID and FP128TyID have different data contents, but the
545 case Type::FP128TyID:
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp540 case Type::FP128TyID:
751 case Type::FP128TyID: {
801 case Type::FP128TyID:
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp229 case Type::FP128TyID:
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp266 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;

Completed in 8692 milliseconds