Lines Matching defs:IsGridConstant
225 bool IsGridConstant) {
237 IsGridConstant](const IP &I) -> Value * {
314 if (IsGridConstant) {
405 bool IsGridConstant = isParamGridConstant(*Arg);
441 if (IsGridConstant &&
462 bool IsGridConstant;
466 ArgUseChecker(const DataLayout &DL, bool IsGridConstant)
467 : PtrUseVisitor(DL), IsGridConstant(IsGridConstant) {}
510 if (!IsGridConstant)
522 if (IsGridConstant)
534 if (*U == II.getRawDest() && !IsGridConstant)
541 if (!IsGridConstant)
579 bool IsGridConstant = HasCvtaParam && isParamGridConstant(*Arg);
585 ArgUseChecker AUC(DL, IsGridConstant);
600 convertToParamAS(U, ArgInParamAS, HasCvtaParam, IsGridConstant);
616 if (HasCvtaParam && (ArgUseIsReadOnly || IsGridConstant)) {