/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 49 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/ |
D | Type.h | 56 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/ |
D | Type.h | 56 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/ |
D | image_get_size_with_access_qualifiers.ll | 9 ; 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/ |
D | Type.h | 57 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/ |
D | ExternalFunctions.cpp | 65 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/ |
D | ExternalFunctions.cpp | 76 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/ |
D | ExternalFunctions.cpp | 65 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/ |
D | LLVMContextImpl.cpp | 22 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
|
D | ValueTypes.cpp | 201 case Type::VoidTyID: in getEVT()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 106 case Type::VoidTyID: in runFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 106 case Type::VoidTyID: in runFunction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 415 case Type::VoidTyID: in getTypeSizeInBits() 471 case Type::VoidTyID: in getAlignment()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 201 case Type::VoidTyID: in runFunction()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 26 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
|
D | ValueTypes.cpp | 286 case Type::VoidTyID: in getVT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 26 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
|
D | Type.cpp | 41 case VoidTyID : return getVoidTy(C); in getPrimitiveType()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 291 case Type::VoidTyID: in getSmallestAddressableSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 318 case Type::VoidTyID: in getSmallestAddressableSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 286 case Type::VoidTyID: in getVT()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 466 case Type::VoidTyID: in runFunction()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 572 case Type::VoidTyID: in runFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 586 case Type::VoidTyID: in runFunction()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 251 case Type::VoidTyID: return builder.createUnspecifiedType("void"); break; in GetDebugType()
|