Searched refs:FP128Ty (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 113 Type *FP128Ty = Type::getFP128Ty(getGlobalContext()); in TEST() local 117 Constant *X = ConstantExpr::getUIToFP(Zero128, FP128Ty); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.cpp | 28 FP128Ty(C, Type::FP128TyID), in LLVMContextImpl()
|
D | LLVMContextImpl.h | 173 Type X86_FP80Ty, FP128Ty, PPC_FP128Ty, X86_MMXTy; variable
|
D | Type.cpp | 206 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 34 FP128Ty(C, Type::FP128TyID), in LLVMContextImpl()
|
D | Type.cpp | 162 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty()
|
D | LLVMContextImpl.h | 1109 Type X86_FP80Ty, FP128Ty, PPC_FP128Ty, X86_MMXTy;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 34 FP128Ty(C, Type::FP128TyID), in LLVMContextImpl()
|
D | Type.cpp | 169 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty()
|
D | LLVMContextImpl.h | 1294 Type X86_FP80Ty, FP128Ty, PPC_FP128Ty, X86_MMXTy;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 122 Type *FP128Ty = Type::getFP128Ty(Context); in TEST() local 126 Constant *X = ConstantExpr::getUIToFP(Zero128, FP128Ty); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 122 Type *FP128Ty = Type::getFP128Ty(Context); in TEST() local 126 Constant *X = ConstantExpr::getUIToFP(Zero128, FP128Ty); in TEST()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 434 [c]. See [llvm::Type::FP128Ty]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 588 [c]. See [llvm::Type::FP128Ty]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 567 [c]. See [llvm::Type::FP128Ty]. *)
|