Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-10.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/llvm-project/llvm/include/llvm/IR/
DType.h64 VoidTyID, ///< type with no size enumerator
138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
248 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp75 case Type::VoidTyID: return 'V'; in getTypeID()
125 case Type::VoidTyID: return &ffi_type_void; in ffiTypeFor()
233 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/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp75 case Type::VoidTyID: return 'V'; in getTypeID()
125 case Type::VoidTyID: return &ffi_type_void; in ffiTypeFor()
233 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp106 case Type::VoidTyID: in runFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp105 case Type::VoidTyID: in runFunction()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp26 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
DValueTypes.cpp286 case Type::VoidTyID: in getVT()
DType.cpp28 case VoidTyID : return getVoidTy(C); in getPrimitiveType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp25 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
DType.cpp41 case VoidTyID : return getVoidTy(C); in getPrimitiveType()
/external/llvm-project/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/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp326 case Type::VoidTyID: in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp325 case Type::VoidTyID: in getSmallestAddressableSize()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp572 case Type::VoidTyID: in runFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp329 case Type::VoidTyID: in getVT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp586 case Type::VoidTyID: in runFunction()
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp592 case Type::VoidTyID: in runFunction()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp292 case Type::VoidTyID: in GetDebugType()
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp494 case Type::VoidTyID: in getVT()

12