Searched refs:Float128Type (Results 1 – 10 of 10) sorted by relevance
26 bool Type::isF128() const { return isa<Float128Type>(); } in isF128()
214 Float128Type f128Ty;284 impl->f128Ty = TypeUniquer::get<Float128Type>(this); in MLIRContext()823 Float128Type Float128Type::get(MLIRContext *context) { in get()
102 if (isa<Float128Type>()) in getWidth()119 if (isa<Float128Type>()) in getFloatSemantics()
2075 .Case<Float128Type>([&](Type) { os << "f128"; }) in printType()
767 Float128Type, in isCompatibleOuterType()837 Float128Type, in isCompatibleImpl()869 Float80Type, Float128Type, LLVMPPCFP128Type>(); in isCompatibleFloatingPointType()883 Float80Type, Float128Type>(); in isCompatibleVectorType()974 .Case<Float128Type>([](Type) { return llvm::TypeSize::Fixed(128); }) in getPrimitiveTypeSizeInBits()
381 Float80Type, Float128Type>(); in classof()405 return Float128Type::get(ctx); in getF128()
115 // Float128Type
63 return Float128Type::get(&context); in translatePrimitiveType()
55 .Case([this](Float128Type) { in translateType() argument
104 Float128Type>([](Type) { return std::string("f"); }) in translateDataLayout()