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()
167 const LocationSize &LocSize, in getMinimalExtentFrom() argument180 if (LocSize.isPrecise()) in getMinimalExtentFrom()181 DerefBytes = std::max(DerefBytes, LocSize.getValue()); in getMinimalExtentFrom()
4005 const char *LocSize = "__kmpc_get_hardware_num_threads_in_block"; in getGPUNumThreads() local4006 llvm::Function *F = M->getFunction(LocSize); in getGPUNumThreads()4010 llvm::GlobalVariable::ExternalLinkage, LocSize, &CGF.CGM.getModule()); in getGPUNumThreads()
6963 const unsigned LocSize = LocVT.getStoreSize(); in LowerFormalArguments_AIX() local6965 assert((ValSize <= LocSize) && in LowerFormalArguments_AIX()6969 if (LocSize > ValSize) in LowerFormalArguments_AIX()6970 CurArgOffset += LocSize - ValSize; in LowerFormalArguments_AIX()