Searched refs:VoidType (Results 1 – 15 of 15) sorted by relevance
202 : CIR_PtrTo<"::cir::VoidType", "void type">,204 "cir::VoidType::get($_builder.getContext()))">;207 : CIR_PtrToPtrTo<"::cir::VoidType", "void type">,210 "cir::VoidType::get($_builder.getContext())))">;
262 return isPtrTo<cir::VoidType>();420 // MLIR-style. If the given return type is `cir::VoidType`, ignore it427 mlir::isa<cir::VoidType>(returnType) ? nullptr : returnType,
2120 if (resType && !isa<VoidType>(resType))
28 cir::VoidType VoidTy;
212 cir::VoidType getVoidTy() { return typeCache.VoidTy; } in getVoidTy()
609 if (isa<cir::VoidType>(retCIRTy)) in emitCall()
70 VoidTy = cir::VoidType::get(&getMLIRContext());
513 if (mlir::isa<cir::VoidType>(eltTy)) in emitLoadOfScalar()
2137 if (mlir::isa<cir::VoidType>(yieldTy)) { in VisitAbstractConditionalOperator()
655 return cir::VoidType::get(getContext()); in getReturnType()678 if (mlir::isa_and_nonnull<cir::VoidType>(returnType)) in verify()
56 if (auto voidType = dyn_cast<cir::VoidType>(type)) { in getAlias()783 (op.getNumOperands() == 0 ? cir::VoidType::get(op.getContext()) in checkReturnAndFunction()1416 (resultTypes.empty() ? cir::VoidType::get(builder.getContext()) in parse()
178 class VoidType : public Type { class180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon819a2c470111::VoidType969 VoidType Void;985 const VoidType *getVoidType() { return &Void; } in getVoidType()1099 if (isa<VoidType>(Param)) in getType()
792 SPIRVType *VoidType = GR->getOrCreateSPIRVType( in insertInlineAsmProcess() local795 GR->assignSPIRVTypeToVReg(VoidType, DefReg, MF); in insertInlineAsmProcess()
122 return getPointerTo(cir::VoidType::get(getContext())); in getVoidPtrTy()
3248 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local3266 if (TypeList[Record[0]] == VoidType) in parseConstants()