Home
last modified time | relevance | path

Searched refs:Float128Type (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypes.cpp26 bool Type::isF128() const { return isa<Float128Type>(); } in isF128()
H A DMLIRContext.cpp214 Float128Type f128Ty;
284 impl->f128Ty = TypeUniquer::get<Float128Type>(this); in MLIRContext()
823 Float128Type Float128Type::get(MLIRContext *context) { in get()
H A DBuiltinTypes.cpp102 if (isa<Float128Type>()) in getWidth()
119 if (isa<Float128Type>()) in getFloatSemantics()
H A DAsmPrinter.cpp2075 .Case<Float128Type>([&](Type) { os << "f128"; }) in printType()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp767 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()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h381 Float80Type, Float128Type>(); in classof()
405 return Float128Type::get(ctx); in getF128()
H A DBuiltinTypes.td115 // Float128Type
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp63 return Float128Type::get(&context); in translatePrimitiveType()
H A DTypeToLLVM.cpp55 .Case([this](Float128Type) { in translateType() argument
H A DModuleTranslation.cpp104 Float128Type>([](Type) { return std::string("f"); }) in translateDataLayout()