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.cpp355 std::string AttrVal = in setFunctionDeclAttributes() local
357 F->addFnAttr("amdgpu-flat-work-group-size", AttrVal); in setFunctionDeclAttributes()
393 llvm::SmallString<32> AttrVal; in setFunctionDeclAttributes() local
394 llvm::raw_svector_ostream OS(AttrVal); in setFunctionDeclAttributes()
397 F->addFnAttr("amdgpu-max-num-workgroups", AttrVal.str()); in setFunctionDeclAttributes()
664 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max); in handleAMDGPUFlatWorkGroupSizeAttr() local
666 F->addFnAttr("amdgpu-flat-work-group-size", AttrVal); in handleAMDGPUFlatWorkGroupSizeAttr()
683 std::string AttrVal = llvm::utostr(Min); in handleAMDGPUWavesPerEUAttr() local
685 AttrVal = AttrVal + "," + llvm::utostr(Max); in handleAMDGPUWavesPerEUAttr()
686 F->addFnAttr("amdgpu-waves-per-eu", AttrVal); in handleAMDGPUWavesPerEUAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp310 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable; in createLoopVectorizeMetadata() local
314 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp693 const auto &AttrVal = pImpl->getValueAsString(); in getAsString() local
694 if (!AttrVal.empty()) { in getAsString()
696 printEscapedString(AttrVal, OS); in getAsString()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp420 if (std::optional<DWARFFormValue> AttrVal = find(DieEntry, Attr)) in resolveDIEReference() local
421 return resolveDIEReference(*AttrVal, CanResolveInterCUReferences); in resolveDIEReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp618 StringRef AttrVal = F.getFnAttribute(Attr).getValueAsString(); in checkDenormalAttributeConsistency() local
619 return parseDenormalFPAttribute(AttrVal) != Value; in checkDenormalAttributeConsistency()