Home
last modified time | relevance | path

Searched refs:VoidTyID (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp84 case Type::VoidTyID: return 'V'; in getTypeID()
135 case Type::VoidTyID: return &ffi_type_void; in ffiTypeFor()
245 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h63 VoidTyID, ///< type with no size enumerator
139 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp34 VoidTy(C, Type::VoidTyID), LabelTy(C, Type::LabelTyID), in LLVMContextImpl()
H A DType.cpp41 case VoidTyID : return getVoidTy(C); in getPrimitiveType()
255 case VoidTyID: in isFirstClassType()
H A DIntrinsics.cpp116 case Type::VoidTyID: in getMangledTypeStr()
H A DAsmWriter.cpp622 case Type::VoidTyID: OS << "void"; return; in print()
H A DCore.cpp586 case Type::VoidTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp325 case Type::VoidTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp253 case Type::VoidTyID: in getVT()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp89 case Type::VoidTyID: in getOverloadKind()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp259 case Type::VoidTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp589 case Type::VoidTyID: in runFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp560 case Type::VoidTyID: in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp254 if (Ty->getTypeID() == Type::VoidTyID) in printReturnValStr()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1760 if (Ty->getTypeID() == Type::VoidTyID) in isLegalAddressingMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1027 case Type::VoidTyID: in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1150 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; in writeTypeTable()