Searched refs:LocSize (Results 1 – 4 of 4) sorted by relevance
52 const char *LocSize = "__kmpc_amdgcn_gpu_num_threads"; in getGPUNumThreads() local53 llvm::Function *F = M->getFunction(LocSize); in getGPUNumThreads()57 llvm::GlobalVariable::ExternalLinkage, LocSize, &CGF.CGM.getModule()); in getGPUNumThreads()
288 uint64_t LocSize = VA.getLocVT().getFixedSizeInBits(); in assignValueToReg() local291 assert(LocSize <= 64 && "Unsupported location size"); in assignValueToReg()294 if (ValSize == LocSize) { in assignValueToReg()297 assert(ValSize < LocSize && "Extensions not supported"); in assignValueToReg()302 auto PhysRegToVReg = MIRBuilder.buildCopy(LLT::scalar(LocSize), PhysReg); in assignValueToReg()
204 const LocationSize &LocSize, in getMinimalExtentFrom() argument217 if (LocSize.isPrecise()) in getMinimalExtentFrom()218 DerefBytes = std::max(DerefBytes, LocSize.getValue()); in getMinimalExtentFrom()
6891 const unsigned LocSize = LocVT.getStoreSize(); in LowerFormalArguments_AIX() local6893 assert((ValSize <= LocSize) && in LowerFormalArguments_AIX()6897 if (LocSize > ValSize) in LowerFormalArguments_AIX()6898 CurArgOffset += LocSize - ValSize; in LowerFormalArguments_AIX()