Home
last modified time | relevance | path

Searched defs: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
393 llvm::SmallString<32> AttrVal; in setFunctionDeclAttributes() local
664 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max); in handleAMDGPUFlatWorkGroupSizeAttr() local
683 std::string AttrVal = llvm::utostr(Min); in handleAMDGPUWavesPerEUAttr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp310 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable; in createLoopVectorizeMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp618 StringRef AttrVal = F.getFnAttribute(Attr).getValueAsString(); in checkDenormalAttributeConsistency() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp420 if (std::optional<DWARFFormValue> AttrVal = find(DieEntry, Attr)) in resolveDIEReference() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp693 const auto &AttrVal = pImpl->getValueAsString(); in getAsString() local