Searched refs:LocSize (Results 1 – 4 of 4) sorted by relevance
289 uint64_t LocSize = VA.getLocVT().getFixedSizeInBits(); in assignValueToReg() local292 assert(LocSize <= 64 && "Unsupported location size"); in assignValueToReg()295 if (ValSize == LocSize) { in assignValueToReg()298 assert(ValSize < LocSize && "Extensions not supported"); in assignValueToReg()303 auto PhysRegToVReg = MIRBuilder.buildCopy(LLT::scalar(LocSize), PhysReg); in assignValueToReg()
164 const LocationSize &LocSize, in getMinimalExtentFrom() argument177 if (LocSize.isPrecise()) in getMinimalExtentFrom()178 DerefBytes = std::max(DerefBytes, LocSize.getValue()); in getMinimalExtentFrom()
3648 const char *LocSize = "__kmpc_get_hardware_num_threads_in_block"; in getGPUNumThreads() local3649 llvm::Function *F = M->getFunction(LocSize); in getGPUNumThreads()3653 llvm::GlobalVariable::ExternalLinkage, LocSize, &CGF.CGM.getModule()); in getGPUNumThreads()
6973 const unsigned LocSize = LocVT.getStoreSize(); in LowerFormalArguments_AIX() local6975 assert((ValSize <= LocSize) && in LowerFormalArguments_AIX()6979 if (LocSize > ValSize) in LowerFormalArguments_AIX()6980 CurArgOffset += LocSize - ValSize; in LowerFormalArguments_AIX()