Lines Matching refs:getMLIRContext
70 VoidTy = cir::VoidType::get(&getMLIRContext());
72 SInt8Ty = cir::IntType::get(&getMLIRContext(), 8, /*isSigned=*/true);
73 SInt16Ty = cir::IntType::get(&getMLIRContext(), 16, /*isSigned=*/true);
74 SInt32Ty = cir::IntType::get(&getMLIRContext(), 32, /*isSigned=*/true);
75 SInt64Ty = cir::IntType::get(&getMLIRContext(), 64, /*isSigned=*/true);
76 SInt128Ty = cir::IntType::get(&getMLIRContext(), 128, /*isSigned=*/true);
77 UInt8Ty = cir::IntType::get(&getMLIRContext(), 8, /*isSigned=*/false);
78 UInt16Ty = cir::IntType::get(&getMLIRContext(), 16, /*isSigned=*/false);
79 UInt32Ty = cir::IntType::get(&getMLIRContext(), 32, /*isSigned=*/false);
80 UInt64Ty = cir::IntType::get(&getMLIRContext(), 64, /*isSigned=*/false);
81 UInt128Ty = cir::IntType::get(&getMLIRContext(), 128, /*isSigned=*/false);
82 FP16Ty = cir::FP16Type::get(&getMLIRContext());
83 BFloat16Ty = cir::BF16Type::get(&getMLIRContext());
84 FloatTy = cir::SingleType::get(&getMLIRContext());
85 DoubleTy = cir::DoubleType::get(&getMLIRContext());
86 FP80Ty = cir::FP80Type::get(&getMLIRContext());
87 FP128Ty = cir::FP128Type::get(&getMLIRContext());
101 cir::IntType::get(&getMLIRContext(), sizeTypeSize, /*isSigned=*/false);
103 cir::IntType::get(&getMLIRContext(), sizeTypeSize, /*isSigned=*/true);
1815 &getMLIRContext(), cir::GlobalLinkageKind::ExternalLinkage)); in createCIRFunction()
1867 cir::VisibilityAttr::get(&getMLIRContext()); in getGlobalVisibilityAttrFromDecl()
1870 &getMLIRContext(), in getGlobalVisibilityAttrFromDecl()