Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/
DType.h49 VoidTyID = 0, ///< 0: type with no size enumerator
122 bool isVoidTy() const { return ID == VoidTyID; } in isVoidTy()
212 return ID != FunctionTyID && ID != VoidTyID; in isFirstClassType()
220 return (ID != VoidTyID && isPrimitiveType()) || in isSingleValueType()
/external/llvm/include/llvm/IR/
DType.h56 VoidTyID = 0, ///< 0: type with no size enumerator
137 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
232 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h56 VoidTyID = 0, ///< 0: type with no size enumerator
139 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
234 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
/external/spirv-llvm/test/SPIRV/transcoding/
Dimage_get_size_with_access_qualifiers.ll9 ; CHECK-SPIRV: TypeVoid [[VoidTyID:[0-9]+]]
10 ; CHECK-SPIRV: TypeImage [[ImageTyID:[0-9]+]] [[VoidTyID]] 1 0 1 0 0 0 0
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h57 VoidTyID = 0, ///< 0: type with no size enumerator
141 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
245 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp65 case Type::VoidTyID: return 'V'; in getTypeID()
114 case Type::VoidTyID: return &ffi_type_void; in ffiTypeFor()
222 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp76 case Type::VoidTyID: return 'V'; in getTypeID()
125 case Type::VoidTyID: return &ffi_type_void; in ffiTypeFor()
232 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp65 case Type::VoidTyID: return 'V'; in getTypeID()
114 case Type::VoidTyID: return &ffi_type_void; in ffiTypeFor()
221 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.cpp22 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
DValueTypes.cpp201 case Type::VoidTyID: in getEVT()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp106 case Type::VoidTyID: in runFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp106 case Type::VoidTyID: in runFunction()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp415 case Type::VoidTyID: in getTypeSizeInBits()
471 case Type::VoidTyID: in getAlignment()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp201 case Type::VoidTyID: in runFunction()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp26 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
DValueTypes.cpp286 case Type::VoidTyID: in getVT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.cpp26 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
DType.cpp41 case VoidTyID : return getVoidTy(C); in getPrimitiveType()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp291 case Type::VoidTyID: in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp318 case Type::VoidTyID: in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DValueTypes.cpp286 case Type::VoidTyID: in getVT()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp466 case Type::VoidTyID: in runFunction()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp572 case Type::VoidTyID: in runFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp586 case Type::VoidTyID: in runFunction()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp251 case Type::VoidTyID: return builder.createUnspecifiedType("void"); break; in GetDebugType()

12