Searched refs:LocSize (Results 1 – 4 of 4) sorted by relevance
298 uint64_t LocSize = VA.getLocVT().getFixedSizeInBits(); in assignValueToReg() local301 assert(LocSize <= 64 && "Unsupported location size"); in assignValueToReg()304 if (ValSize == LocSize) { in assignValueToReg()307 assert(ValSize < LocSize && "Extensions not supported"); in assignValueToReg()312 auto PhysRegToVReg = MIRBuilder.buildCopy(LLT::scalar(LocSize), PhysReg); in assignValueToReg()
157 const LocationSize &LocSize, in getMinimalExtentFrom() argument170 if (LocSize.isPrecise()) in getMinimalExtentFrom()171 DerefBytes = std::max(DerefBytes, LocSize.getValue().getKnownMinValue()); in getMinimalExtentFrom()
2353 const char *LocSize = "__kmpc_get_hardware_num_threads_in_block"; in getGPUNumThreads() local2354 llvm::Function *F = M->getFunction(LocSize); in getGPUNumThreads()2357 llvm::GlobalVariable::ExternalLinkage, LocSize, in getGPUNumThreads()
7275 const unsigned LocSize = LocVT.getStoreSize(); in LowerFormalArguments_AIX() local7277 assert((ValSize <= LocSize) && in LowerFormalArguments_AIX()7281 if (LocSize > ValSize) in LowerFormalArguments_AIX()7282 CurArgOffset += LocSize - ValSize; in LowerFormalArguments_AIX()