Home
last modified time | relevance | path

Searched refs:AttrVal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp366 std::string AttrVal = in setFunctionDeclAttributes() local
368 F->addFnAttr("amdgpu-flat-work-group-size", AttrVal); in setFunctionDeclAttributes()
404 llvm::SmallString<32> AttrVal; in setFunctionDeclAttributes() local
405 llvm::raw_svector_ostream OS(AttrVal); in setFunctionDeclAttributes()
408 F->addFnAttr("amdgpu-max-num-workgroups", AttrVal.str()); in setFunctionDeclAttributes()
735 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max); in handleAMDGPUFlatWorkGroupSizeAttr() local
737 F->addFnAttr("amdgpu-flat-work-group-size", AttrVal); in handleAMDGPUFlatWorkGroupSizeAttr()
754 std::string AttrVal = llvm::utostr(Min); in handleAMDGPUWavesPerEUAttr() local
756 AttrVal = AttrVal + "," + llvm::utostr(Max); in handleAMDGPUWavesPerEUAttr()
757 F->addFnAttr("amdgpu-waves-per-eu", AttrVal); in handleAMDGPUWavesPerEUAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp295 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable; in createLoopVectorizeMetadata() local
299 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp718 const auto &AttrVal = pImpl->getValueAsString(); in getAsString() local
719 if (!AttrVal.empty()) { in getAsString()
721 printEscapedString(AttrVal, OS); in getAsString()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp417 if (std::optional<DWARFFormValue> AttrVal = find(DieEntry, Attr)) in resolveDIEReference() local
418 return resolveDIEReference(*AttrVal, CanResolveInterCUReferences); in resolveDIEReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp627 StringRef AttrVal = F.getFnAttribute(Attr).getValueAsString(); in checkDenormalAttributeConsistency() local
628 return parseDenormalFPAttribute(AttrVal) != Value; in checkDenormalAttributeConsistency()