Home
last modified time | relevance | path

Searched refs:LLVMDoubleType (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h43 class LLVMDoubleType; variable
93 bool isDoubleTy() { return isa<LLVMDoubleType>(); } in isDoubleTy()
98 isa<LLVMFloatType>() || isa<LLVMDoubleType>() || in isFloatingPointTy()
246 DEFINE_TRIVIAL_LLVM_TYPE(LLVMDoubleType);
DLLVMOpBase.td88 "::mlir::LLVM::LLVMDoubleType, "
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h67 #define LLVMDoubleType ILLEGAL_LLVM_FUNCTION macro
/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp50 .Case([this](LLVM::LLVMDoubleType) { in translateType() argument
224 return LLVM::LLVMDoubleType::get(&context); in translatePrimitiveType()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp32 .Case<LLVMDoubleType>([&](Type) { return "double"; }) in getTypeKeyword()
448 .Case("double", [&] { return LLVMDoubleType::get(ctx); }) in parseTypeImpl()
DLLVMTypes.cpp47 .Case<LLVMDoubleType, LLVMX86MMXType>( in getPrimitiveSizeInBits()
166 return LLVMDoubleType::get(context); in getDoubleTy()
DLLVMDialect.cpp1765 LLVMDoubleType, in initialize()
/external/llvm/include/llvm-c/
DCore.h917 LLVMTypeRef LLVMDoubleType(void);
/external/llvm-project/llvm/include/llvm-c/
DCore.h1210 LLVMTypeRef LLVMDoubleType(void);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1198 LLVMTypeRef LLVMDoubleType(void);
/external/llvm/lib/IR/
DCore.cpp461 LLVMTypeRef LLVMDoubleType(void) { in LLVMDoubleType() function
/external/llvm/bindings/go/llvm/
Dir.go513 func DoubleType() (t Type) { t.C = C.LLVMDoubleType(); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go578 func DoubleType() (t Type) { t.C = C.LLVMDoubleType(); return }
/external/llvm-project/llvm/lib/IR/
DCore.cpp636 LLVMTypeRef LLVMDoubleType(void) { in LLVMDoubleType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp624 LLVMTypeRef LLVMDoubleType(void) { in LLVMDoubleType() function