Searched refs:ptr64 (Results 1 – 9 of 9) sorted by relevance
57 ptr64, enumerator90 AS == LangAS::ptr64); in isPtrSizeAddressSpace()
74 enum AddrSpace { ptr32_sptr = 270, ptr32_uptr = 271, ptr64 = 272 }; enumerator408 if (TargetAddrSpace == ptr64) in getPointerWidthV()
62 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
397 return AddrSpace == LangAS::ptr64 || in is64BitPointer()2230 case LangAS::ptr64: in mangleAddressSpaceType()
2239 case LangAS::ptr64: in getAddrSpaceAsString()
2682 case LangAS::ptr64: in mangleQualifiers()
7316 ASIdx = LangAS::ptr64; in handleMSPointerTypeQualifierAttr()
4830 * ptr64: 1
12824 (TARGET_SWITCHES): Allow ptr32/ptr64 options once more.