Home
last modified time | relevance | path

Searched refs:Ptr32 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1413 auto *Ptr32 = reinterpret_cast<u32 *>(Ptr); in storePrimaryAllocationStackMaybe() local
1414 Ptr32[MemTagAllocationTraceIndex] = collectStackTrace(RB->Depot); in storePrimaryAllocationStackMaybe()
1415 Ptr32[MemTagAllocationTidIndex] = getThreadID(); in storePrimaryAllocationStackMaybe()
1453 auto *Ptr32 = reinterpret_cast<u32 *>(Ptr); in storeSecondaryAllocationStackMaybe() local
1454 Ptr32[MemTagAllocationTraceIndex] = Trace; in storeSecondaryAllocationStackMaybe()
1455 Ptr32[MemTagAllocationTidIndex] = Tid; in storeSecondaryAllocationStackMaybe()
1467 auto *Ptr32 = reinterpret_cast<u32 *>(Ptr); in storeDeallocationStackMaybe() local
1468 u32 AllocationTrace = Ptr32[MemTagAllocationTraceIndex]; in storeDeallocationStackMaybe()
1469 u32 AllocationTid = Ptr32[MemTagAllocationTidIndex]; in storeDeallocationStackMaybe()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeRules.h66 Ptr32, enumerator
H A DAMDGPURegBankLegalizeRules.cpp69 case Ptr32: in matchUniformityAndLLT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp307 std::string Ptr32 = TT.getEnvironment() == Triple::GNUILP32 ? "-p:32:32" : ""; in computeDataLayout() local
308 return Endian + "-m:e" + Ptr32 + in computeDataLayout()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1883 case attr::Ptr32: OS << " __ptr32"; break; in printAttributedBefore()
2036 case attr::Ptr32: in printAttributedAfter()
H A DType.cpp4318 case attr::Ptr32: in isMSTypeSpec()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7056 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) { in handleMSPointerTypeQualifierAttr()
7089 } else if (PtrWidth == 64 && Attrs[attr::Ptr32]) { in handleMSPointerTypeQualifierAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4392 def Ptr32 : TypeAttr {