Searched refs:LLVMX86FP80Type (Results 1 – 15 of 15) sorted by relevance
45 class LLVMX86FP80Type; variable95 bool isX86_FP80Ty() { return isa<LLVMX86FP80Type>(); } in isX86_FP80Ty()99 isa<LLVMFP128Type>() || isa<LLVMX86FP80Type>(); in isFloatingPointTy()248 DEFINE_TRIVIAL_LLVM_TYPE(LLVMX86FP80Type);
90 "::mlir::LLVM::LLVMX86FP80Type>()">,
68 #define LLVMX86FP80Type ILLEGAL_LLVM_FUNCTION macro
56 .Case([this](LLVM::LLVMX86FP80Type) { in translateType() argument228 return LLVM::LLVMX86FP80Type::get(&context); in translatePrimitiveType()
34 .Case<LLVMX86FP80Type>([&](Type) { return "x86_fp80"; }) in getTypeKeyword()450 .Case("x86_fp80", [&] { return LLVMX86FP80Type::get(ctx); }) in parseTypeImpl()
52 .Case<LLVMX86FP80Type>([](LLVMType) { return llvm::TypeSize::Fixed(80); }) in getPrimitiveSizeInBits()186 return LLVMX86FP80Type::get(context); in getX86_FP80Ty()
1767 LLVMX86FP80Type, in initialize()
918 LLVMTypeRef LLVMX86FP80Type(void);
1211 LLVMTypeRef LLVMX86FP80Type(void);
1199 LLVMTypeRef LLVMX86FP80Type(void);
464 LLVMTypeRef LLVMX86FP80Type(void) { in LLVMX86FP80Type() function
514 func X86FP80Type() (t Type) { t.C = C.LLVMX86FP80Type(); return }
579 func X86FP80Type() (t Type) { t.C = C.LLVMX86FP80Type(); return }
639 LLVMTypeRef LLVMX86FP80Type(void) { in LLVMX86FP80Type() function
627 LLVMTypeRef LLVMX86FP80Type(void) { in LLVMX86FP80Type() function