Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.cpp293 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable; in createLoopVectorizeMetadata() local
297 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata()
DTargetInfo.cpp9003 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max); in setTargetAttributes() local
9004 F->addFnAttr("amdgpu-flat-work-group-size", AttrVal); in setTargetAttributes()
9010 std::string AttrVal = in setTargetAttributes() local
9012 F->addFnAttr("amdgpu-flat-work-group-size", AttrVal); in setTargetAttributes()
9026 std::string AttrVal = llvm::utostr(Min); in setTargetAttributes() local
9028 AttrVal = AttrVal + "," + llvm::utostr(Max); in setTargetAttributes()
9029 F->addFnAttr("amdgpu-waves-per-eu", AttrVal); in setTargetAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp469 std::string AttrVal = pImpl->getValueAsString(); in getAsString() local
470 if (AttrVal.empty()) return Result; in getAsString()
478 printEscapedString(AttrVal, OS); in getAsString()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp547 const auto &AttrVal = pImpl->getValueAsString(); in getAsString() local
548 if (!AttrVal.empty()) { in getAsString()
550 printEscapedString(AttrVal, OS); in getAsString()
/external/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp603 StringRef AttrVal = F.getFnAttribute(Attr).getValueAsString(); in checkDenormalAttributeConsistency() local
604 return parseDenormalFPAttribute(AttrVal) != Value; in checkDenormalAttributeConsistency()