Home
last modified time | relevance | path

Searched refs:Ptr64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeRules.h67 Ptr64, enumerator
H A DAMDGPURegBankLegalizeRules.cpp71 case Ptr64: in matchUniformityAndLLT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp239 const uint64_t *Ptr64 = Val.getRawData(); in addIntAsBlock() local
248 c = Ptr64[i / 8] >> (8 * (i & 7)); in addIntAsBlock()
250 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addIntAsBlock()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1884 case attr::Ptr64: OS << " __ptr64"; break; in printAttributedBefore()
2037 case attr::Ptr64: in printAttributedAfter()
H A DType.cpp4319 case attr::Ptr64: in isMSTypeSpec()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7056 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) { in handleMSPointerTypeQualifierAttr()
7085 if (Attrs[attr::Ptr64]) in handleMSPointerTypeQualifierAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4397 def Ptr64 : TypeAttr {