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()
166 const LocationSize &LocSize, in getMinimalExtentFrom() argument179 if (LocSize.isPrecise()) in getMinimalExtentFrom()180 DerefBytes = std::max(DerefBytes, LocSize.getValue().getKnownMinValue()); in getMinimalExtentFrom()
2346 const char *LocSize = "__kmpc_get_hardware_num_threads_in_block"; in getGPUNumThreads() local2347 llvm::Function *F = M->getFunction(LocSize); in getGPUNumThreads()2351 llvm::GlobalVariable::ExternalLinkage, LocSize, &CGF.CGM.getModule()); in getGPUNumThreads()
7237 const unsigned LocSize = LocVT.getStoreSize(); in LowerFormalArguments_AIX() local7239 assert((ValSize <= LocSize) && in LowerFormalArguments_AIX()7243 if (LocSize > ValSize) in LowerFormalArguments_AIX()7244 CurArgOffset += LocSize - ValSize; in LowerFormalArguments_AIX()