Searched refs:AttrVal (Results 1 – 5 of 5) sorted by relevance
293 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable; in createLoopVectorizeMetadata() local297 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata()
9003 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max); in setTargetAttributes() local9004 F->addFnAttr("amdgpu-flat-work-group-size", AttrVal); in setTargetAttributes()9010 std::string AttrVal = in setTargetAttributes() local9012 F->addFnAttr("amdgpu-flat-work-group-size", AttrVal); in setTargetAttributes()9026 std::string AttrVal = llvm::utostr(Min); in setTargetAttributes() local9028 AttrVal = AttrVal + "," + llvm::utostr(Max); in setTargetAttributes()9029 F->addFnAttr("amdgpu-waves-per-eu", AttrVal); in setTargetAttributes()
469 std::string AttrVal = pImpl->getValueAsString(); in getAsString() local470 if (AttrVal.empty()) return Result; in getAsString()478 printEscapedString(AttrVal, OS); in getAsString()
547 const auto &AttrVal = pImpl->getValueAsString(); in getAsString() local548 if (!AttrVal.empty()) { in getAsString()550 printEscapedString(AttrVal, OS); in getAsString()
603 StringRef AttrVal = F.getFnAttribute(Attr).getValueAsString(); in checkDenormalAttributeConsistency() local604 return parseDenormalFPAttribute(AttrVal) != Value; in checkDenormalAttributeConsistency()