Searched refs:ImageKind (Results 1 – 17 of 17) sorted by relevance
4 - ImageKind: IMG_None6 - ImageKind: IMG_Object8 - ImageKind: IMG_Bitcode10 - ImageKind: IMG_Cubin12 - ImageKind: IMG_Fatbinary13 - ImageKind: IMG_PTX14 - ImageKind: 99919 # CHECK-NEXT: - ImageKind: IMG_None22 # CHECK-NEXT: - ImageKind: IMG_Object34 # CHECK-NEXT: - ImageKind: IMG_PTX[all …]
4 - ImageKind: IMG_Cubin13 - ImageKind: IMG_Bitcode25 # CHECK-NEXT: - ImageKind: IMG_Cubin34 # CHECK-NEXT: - ImageKind: IMG_Bitcode
4 - ImageKind: IMG_Cubin16 # CHECK-NEXT: - ImageKind: IMG_Cubin
5 - ImageKind: IMG_Cubin
12 # CHECK-NEXT: - ImageKind: IMG_None
3 - ImageKind: IMG_Bitcode10 - ImageKind: IMG_Bitcode17 - ImageKind: IMG_Cubin24 - ImageKind: IMG_None
4 - ImageKind: IMG_Cubin
41 enum ImageKind : uint16_t { enum70 ImageKind TheImageKind;85 ImageKind getImageKind() const { return TheEntry->TheImageKind; } in getImageKind()115 ImageKind TheImageKind; // The kind of the image stored.155 ImageKind getImageKind(StringRef Name);158 StringRef getImageKindName(ImageKind Name);
33 Optional<object::ImageKind> ImageKind; member56 template <> struct ScalarEnumerationTraits<object::ImageKind> { in LLVM_YAML_IS_SEQUENCE_VECTOR()57 static void enumeration(IO &IO, object::ImageKind &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
20 void ScalarEnumerationTraits<object::ImageKind>::enumeration( in enumeration()21 IO &IO, object::ImageKind &Value) { in enumeration()69 IO.mapOptional("ImageKind", M.ImageKind); in mapping()
24 if (Member.ImageKind) in yaml2offload()25 Image.TheImageKind = *Member.ImageKind; in yaml2offload()
139 ImageKind object::getImageKind(StringRef Name) { in getImageKind()140 return llvm::StringSwitch<ImageKind>(Name) in getImageKind()149 StringRef object::getImageKindName(ImageKind Kind) { in getImageKindName()
23 Member.ImageKind = OB.getImageKind(); in populateYAML()
40 Data.TheImageKind = static_cast<ImageKind>(KindDist(Rng)); in TEST()