Home
last modified time | relevance | path

Searched refs:VoidType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp178 class VoidType : public Type { class
180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon819a2c470111::VoidType
971 VoidType Void;
987 const VoidType *getVoidType() { return &Void; } in getVoidType()
1097 if (isa<VoidType>(Param)) in getType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp691 SPIRVType *VoidType = GR->getOrCreateSPIRVType( in insertInlineAsmProcess() local
693 GR->assignSPIRVTypeToVReg(VoidType, DefReg, MF); in insertInlineAsmProcess()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3154 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local
3172 if (TypeList[Record[0]] == VoidType) in parseConstants()