Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
277 auto *LocalPtr = I.getItem(); in findAll() local
280 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in findAll()
281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
282 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, ResultBuilder); in findAll()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h522 auto *LocalPtr = this->getItem(); in getInternalKey() local
525 auto L = Info::ReadKeyDataLength(LocalPtr); in getInternalKey()
528 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey()
568 auto *LocalPtr = this->getItem(); variable
571 auto L = Info::ReadKeyDataLength(LocalPtr);
574 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
575 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp483 const LLT LocalPtr = GetAddrSpacePtr(AMDGPUAS::LOCAL_ADDRESS); in AMDGPULegalizerInfo() local
495 LocalPtr, PrivatePtr, Constant32Ptr, RegionPtr in AMDGPULegalizerInfo()
672 LocalPtr, ConstantPtr, PrivatePtr, FlatPtr }) in AMDGPULegalizerInfo()
1162 {S32, LocalPtr, S8, 8}, in AMDGPULegalizerInfo()
1339 .legalFor({{S32, GlobalPtr}, {S32, LocalPtr}, in AMDGPULegalizerInfo()
1340 {S64, GlobalPtr}, {S64, LocalPtr}, in AMDGPULegalizerInfo()
1348 Atomic.legalFor({{S32, LocalPtr}, {S32, RegionPtr}}); in AMDGPULegalizerInfo()
1350 Atomic.legalFor({{S64, LocalPtr}}); in AMDGPULegalizerInfo()
1352 Atomic.legalFor({{V2S16, LocalPtr}}); in AMDGPULegalizerInfo()
1375 .legalFor({{S32, LocalPtr}, {S64, LocalPtr}, in AMDGPULegalizerInfo()
[all …]
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1475 Address LocalPtr = Bld.CreateConstGEP(Ptr, 1); in shuffleAndStore() local
1477 PhiSrc->addIncoming(LocalPtr.getPointer(), ThenBB); in shuffleAndStore()