|
LLVM 22.0.0git
|
| LLVM_C_ABI LLVMTypeRef LLVMBFloatType | ( | void | ) |
Definition at line 739 of file Core.cpp.
References LLVMBFloatTypeInContext(), and LLVMGetGlobalContext().
| LLVM_C_ABI LLVMTypeRef LLVMBFloatTypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 16-bit brain floating point type from a context.
Definition at line 714 of file Core.cpp.
References llvm::CallingConv::C, llvm::Type::getBFloatTy(), and llvm::unwrap().
Referenced by LLVMBFloatType().
| LLVM_C_ABI LLVMTypeRef LLVMDoubleType | ( | void | ) |
Definition at line 745 of file Core.cpp.
References LLVMDoubleTypeInContext(), and LLVMGetGlobalContext().
| LLVM_C_ABI LLVMTypeRef LLVMDoubleTypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 64-bit floating point type from a context.
Definition at line 720 of file Core.cpp.
References llvm::CallingConv::C, llvm::Type::getDoubleTy(), and llvm::unwrap().
Referenced by LLVMDoubleType().
| LLVM_C_ABI LLVMTypeRef LLVMFloatType | ( | void | ) |
Definition at line 742 of file Core.cpp.
References LLVMFloatTypeInContext(), and LLVMGetGlobalContext().
| LLVM_C_ABI LLVMTypeRef LLVMFloatTypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 32-bit floating point type from a context.
Definition at line 717 of file Core.cpp.
References llvm::CallingConv::C, llvm::Type::getFloatTy(), and llvm::unwrap().
Referenced by LLVMFloatType().
| LLVM_C_ABI LLVMTypeRef LLVMFP128Type | ( | void | ) |
Definition at line 751 of file Core.cpp.
References LLVMFP128TypeInContext(), and LLVMGetGlobalContext().
| LLVM_C_ABI LLVMTypeRef LLVMFP128TypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 128-bit floating point type (112-bit mantissa) from a context.
Definition at line 726 of file Core.cpp.
References llvm::CallingConv::C, llvm::Type::getFP128Ty(), and llvm::unwrap().
Referenced by LLVMFP128Type().
| LLVM_C_ABI 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 736 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMHalfTypeInContext().
| LLVM_C_ABI LLVMTypeRef LLVMHalfTypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 16-bit floating point type from a context.
Definition at line 711 of file Core.cpp.
References llvm::CallingConv::C, llvm::Type::getHalfTy(), and llvm::unwrap().
Referenced by LLVMHalfType().
| LLVM_C_ABI LLVMTypeRef LLVMPPCFP128Type | ( | void | ) |
Definition at line 754 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMPPCFP128TypeInContext().
| LLVM_C_ABI LLVMTypeRef LLVMPPCFP128TypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 128-bit floating point type (two 64-bits) from a context.
Definition at line 729 of file Core.cpp.
References llvm::CallingConv::C, llvm::Type::getPPC_FP128Ty(), and llvm::unwrap().
Referenced by LLVMPPCFP128Type().
| LLVM_C_ABI LLVMTypeRef LLVMX86FP80Type | ( | void | ) |
Definition at line 748 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMX86FP80TypeInContext().
| LLVM_C_ABI LLVMTypeRef LLVMX86FP80TypeInContext | ( | LLVMContextRef | C | ) |
Obtain a 80-bit floating point type (X87) from a context.
Definition at line 723 of file Core.cpp.
References llvm::CallingConv::C, llvm::Type::getX86_FP80Ty(), and llvm::unwrap().
Referenced by LLVMX86FP80Type().