Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp309 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable; in createLoopVectorizeMetadata() local
H A DTargetInfo.cpp9139 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max); in setTargetAttributes() local
9150 std::string AttrVal = in setTargetAttributes() local
9166 std::string AttrVal = llvm::utostr(Min); in setTargetAttributes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp603 StringRef AttrVal = F.getFnAttribute(Attr).getValueAsString(); in checkDenormalAttributeConsistency() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp606 const auto &AttrVal = pImpl->getValueAsString(); in getAsString() local