LLVM
17.0.0git
|
Functions | |
LLVMTypeRef | LLVMHalfTypeInContext (LLVMContextRef C) |
Obtain a 16-bit floating point type from a context. More... | |
LLVMTypeRef | LLVMBFloatTypeInContext (LLVMContextRef C) |
Obtain a 16-bit brain floating point type from a context. More... | |
LLVMTypeRef | LLVMFloatTypeInContext (LLVMContextRef C) |
Obtain a 32-bit floating point type from a context. More... | |
LLVMTypeRef | LLVMDoubleTypeInContext (LLVMContextRef C) |
Obtain a 64-bit floating point type from a context. More... | |
LLVMTypeRef | LLVMX86FP80TypeInContext (LLVMContextRef C) |
Obtain a 80-bit floating point type (X87) from a context. More... | |
LLVMTypeRef | LLVMFP128TypeInContext (LLVMContextRef C) |
Obtain a 128-bit floating point type (112-bit mantissa) from a context. More... | |
LLVMTypeRef | LLVMPPCFP128TypeInContext (LLVMContextRef C) |
Obtain a 128-bit floating point type (two 64-bits) from a context. More... | |
LLVMTypeRef | LLVMHalfType (void) |
Obtain a floating point type from the global context. More... | |
LLVMTypeRef | LLVMBFloatType (void) |
LLVMTypeRef | LLVMFloatType (void) |
LLVMTypeRef | LLVMDoubleType (void) |
LLVMTypeRef | LLVMX86FP80Type (void) |
LLVMTypeRef | LLVMFP128Type (void) |
LLVMTypeRef | LLVMPPCFP128Type (void) |
LLVMTypeRef LLVMBFloatType | ( | void | ) |
Definition at line 657 of file Core.cpp.
References LLVMBFloatTypeInContext(), and LLVMGetGlobalContext().
LLVMTypeRef LLVMBFloatTypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 16-bit brain floating point type from a context.
Definition at line 629 of file Core.cpp.
References llvm::Type::getBFloatTy(), and llvm::unwrap().
Referenced by LLVMBFloatType().
LLVMTypeRef LLVMDoubleType | ( | void | ) |
Definition at line 663 of file Core.cpp.
References LLVMDoubleTypeInContext(), and LLVMGetGlobalContext().
LLVMTypeRef LLVMDoubleTypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 64-bit floating point type from a context.
Definition at line 635 of file Core.cpp.
References llvm::Type::getDoubleTy(), and llvm::unwrap().
Referenced by LLVMDoubleType().
LLVMTypeRef LLVMFloatType | ( | void | ) |
Definition at line 660 of file Core.cpp.
References LLVMFloatTypeInContext(), and LLVMGetGlobalContext().
LLVMTypeRef LLVMFloatTypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 32-bit floating point type from a context.
Definition at line 632 of file Core.cpp.
References llvm::Type::getFloatTy(), and llvm::unwrap().
Referenced by LLVMFloatType().
LLVMTypeRef LLVMFP128Type | ( | void | ) |
Definition at line 669 of file Core.cpp.
References LLVMFP128TypeInContext(), and LLVMGetGlobalContext().
LLVMTypeRef LLVMFP128TypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 128-bit floating point type (112-bit mantissa) from a context.
Definition at line 641 of file Core.cpp.
References llvm::Type::getFP128Ty(), and llvm::unwrap().
Referenced by LLVMFP128Type().
LLVMTypeRef LLVMHalfType | ( | void | ) |
Obtain a floating point type from the global context.
These map to the functions in this group of the same name.
Definition at line 654 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMHalfTypeInContext().
LLVMTypeRef LLVMHalfTypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 16-bit floating point type from a context.
Definition at line 626 of file Core.cpp.
References llvm::Type::getHalfTy(), and llvm::unwrap().
Referenced by LLVMHalfType().
LLVMTypeRef LLVMPPCFP128Type | ( | void | ) |
Definition at line 672 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMPPCFP128TypeInContext().
LLVMTypeRef LLVMPPCFP128TypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 128-bit floating point type (two 64-bits) from a context.
Definition at line 644 of file Core.cpp.
References llvm::Type::getPPC_FP128Ty(), and llvm::unwrap().
Referenced by LLVMPPCFP128Type().
LLVMTypeRef LLVMX86FP80Type | ( | void | ) |
Definition at line 666 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMX86FP80TypeInContext().
LLVMTypeRef LLVMX86FP80TypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 80-bit floating point type (X87) from a context.
Definition at line 638 of file Core.cpp.
References llvm::Type::getX86_FP80Ty(), and llvm::unwrap().
Referenced by LLVMX86FP80Type().