Searched refs:ptr64 (Results 1 – 8 of 8) sorted by relevance
57 ptr64, enumerator87 AS == LangAS::ptr64); in isPtrSizeAddressSpace()
71 enum AddrSpace { ptr32_sptr = 270, ptr32_uptr = 271, ptr64 = 272 }; enumerator380 if (AddrSpace == ptr64) in getPointerWidthV()
62 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
382 return AddrSpace == LangAS::ptr64 || in is64BitPointer()2195 case LangAS::ptr64: in mangleAddressSpaceType()
2158 case LangAS::ptr64: in getAddrSpaceAsString()
2616 case LangAS::ptr64: in mangleQualifiers()
7066 ASIdx = LangAS::ptr64; in handleMSPointerTypeQualifierAttr()
5505 (TARGET_SWITCHES): Allow ptr32/ptr64 options once more.