Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp338 std::string AttrVal = setFunctionDeclAttributes() local
624 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max); handleAMDGPUFlatWorkGroupSizeAttr() local
643 std::string AttrVal = llvm::utostr(Min); handleAMDGPUWavesPerEUAttr() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp310 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable; in createLoopVectorizeMetadata() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp618 StringRef AttrVal = F.getFnAttribute(Attr).getValueAsString(); in checkDenormalAttributeConsistency() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp420 if (std::optional<DWARFFormValue> AttrVal = find(DieEntry, Attr)) in resolveDIEReference() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp579 const auto &AttrVal = pImpl->getValueAsString(); getAsString() local