Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DConstantsTest.cpp113 Type *FP128Ty = Type::getFP128Ty(getGlobalContext()); in TEST()
/external/llvm/lib/IR/
DType.cpp33 case FP128TyID : return getFP128Ty(C); in getPrimitiveType()
162 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty() function in Type
194 return getFP128Ty(C)->getPointerTo(AS); in getFP128PtrTy()
DValueTypes.cpp220 case MVT::f128: return Type::getFP128Ty(Context); in getTypeForEVT()
DConstants.cpp703 Ty = Type::getFP128Ty(Context); in get()
DCore.cpp443 return (LLVMTypeRef) Type::getFP128Ty(*unwrap(C)); in LLVMFP128TypeInContext()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp31 case FP128TyID : return getFP128Ty(C); in getPrimitiveType()
206 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty() function in Type
233 return getFP128Ty(C)->getPointerTo(AS); in getFP128PtrTy()
DValueTypes.cpp164 case MVT::f128: return Type::getFP128Ty(Context); in getTypeForEVT()
DConstants.cpp558 Ty = Type::getFP128Ty(Context); in get()
DCore.cpp235 return (LLVMTypeRef) Type::getFP128Ty(*unwrap(C)); in LLVMFP128TypeInContext()
/external/swiftshader/third_party/LLVM/unittests/Support/
DTypeBuilderTest.cpp68 …EXPECT_EQ(Type::getFP128Ty(getGlobalContext()), (TypeBuilder<types::fp128, true>::get(getGlobalCon… in TEST()
69 …EXPECT_EQ(Type::getFP128Ty(getGlobalContext()), (TypeBuilder<types::fp128, false>::get(getGlobalCo… in TEST()
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp89 EXPECT_EQ(Type::getFP128Ty(Context), in TEST()
91 EXPECT_EQ(Type::getFP128Ty(Context), in TEST()
DConstantsTest.cpp122 Type *FP128Ty = Type::getFP128Ty(Context); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h313 static Type *getFP128Ty(LLVMContext &C);
/external/llvm/include/llvm/IR/
DType.h373 static Type *getFP128Ty(LLVMContext &C);
DTypeBuilder.h226 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } in get()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTypeBuilder.h218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } in get()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp300 return llvm::Type::getFP128Ty(VMContext); in getTypeForFormat()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp602 TYPEKEYWORD("fp128", Type::getFP128Ty(Context)); in LexIdentifier()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp54 else if (Arg == "fp128") Value = Type::getFP128Ty(Context); in parse()
/external/llvm/lib/AsmParser/
DLLLexer.cpp715 TYPEKEYWORD("fp128", Type::getFP128Ty(Context)); in LexIdentifier()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp586 ResultTy = Type::getFP128Ty(Context); in ParseTypeTableBody()
813 ResultTy = Type::getFP128Ty(Context); in ParseOldTypeTable()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2014 FPC->getType() == Type::getFP128Ty(FPC->getContext())) { in printFloatingPointConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1648 ResultTy = Type::getFP128Ty(Context); in parseTypeTableBody()