Searched refs:LocalPtr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 158 auto *LocalPtr = I.getItem(); in condense() local 161 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in condense() 162 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 164 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, in condense() 278 auto *LocalPtr = I.getItem(); in findAll() local 281 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in findAll() 282 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll() 283 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, ResultBuilder); in findAll()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 523 auto *LocalPtr = this->getItem(); in getInternalKey() local 526 auto L = Info::ReadKeyDataLength(LocalPtr); in getInternalKey() 529 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey() 569 auto *LocalPtr = this->getItem(); variable 572 auto L = Info::ReadKeyDataLength(LocalPtr); 575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first); 576 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 76 const LLT LocalPtr = GetAddrSpacePtr(AMDGPUAS::LOCAL_ADDRESS); in AMDGPULegalizerInfo() local 85 LocalPtr, in AMDGPULegalizerInfo() 237 .legalFor({{S32, GlobalPtr}, {S32, LocalPtr}, in AMDGPULegalizerInfo() 238 {S64, GlobalPtr}, {S64, LocalPtr}}); in AMDGPULegalizerInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 2884 Address LocalPtr = in shuffleAndStore() local 2888 PhiSrc->addIncoming(LocalPtr.getPointer(), ThenBB); in shuffleAndStore()
|