Home
last modified time | relevance | path

Searched refs:LocalPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h157 auto *LocalPtr = I.getItem(); in condense() local
160 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in condense()
161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense()
163 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, in condense()
279 auto *LocalPtr = I.getItem(); in findAll() local
282 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in findAll()
283 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
284 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, ResultBuilder); in findAll()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h529 auto *LocalPtr = this->getItem(); in getInternalKey() local
532 auto L = Info::ReadKeyDataLength(LocalPtr); in getInternalKey()
535 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey()
575 auto *LocalPtr = this->getItem(); variable
578 auto L = Info::ReadKeyDataLength(LocalPtr);
581 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
582 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp630 const LLT LocalPtr = GetAddrSpacePtr(AMDGPUAS::LOCAL_ADDRESS); in AMDGPULegalizerInfo() local
646 LocalPtr, PrivatePtr, Constant32Ptr, RegionPtr in AMDGPULegalizerInfo()
846 LocalPtr, ConstantPtr, PrivatePtr, FlatPtr }) in AMDGPULegalizerInfo()
1396 {S32, LocalPtr, S8, 8}, in AMDGPULegalizerInfo()
1586 .legalFor({{S32, GlobalPtr}, {S32, LocalPtr}, in AMDGPULegalizerInfo()
1587 {S64, GlobalPtr}, {S64, LocalPtr}, in AMDGPULegalizerInfo()
1595 Atomic.legalFor({{S32, LocalPtr}, {S32, RegionPtr}}); in AMDGPULegalizerInfo()
1597 Atomic.legalFor({{S64, LocalPtr}}); in AMDGPULegalizerInfo()
1599 Atomic.legalFor({{V2S16, LocalPtr}}); in AMDGPULegalizerInfo()
1622 .legalFor({{S32, LocalPtr}, {S64, LocalPtr}, in AMDGPULegalizerInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1529 Address LocalPtr = Bld.CreateConstGEP(Ptr, 1); in shuffleAndStore() local
1531 PhiSrc->addIncoming(LocalPtr.getPointer(), ThenBB); in shuffleAndStore()