Home
last modified time | relevance | path

Searched refs:ValName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp124 SmallString<20> ValName; in remarkAlloca() local
125 raw_svector_ostream OS(ValName); in remarkAlloca()
127 R << "alloca ('" << ValName << "') "; in remarkAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1931 auto ValName = getValueName(); in getOptionWidth() local
1932 if (!ValName.empty()) { in getOptionWidth()
1936 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth()
1949 auto ValName = getValueName(); in printOptionInfo() local
1950 if (!ValName.empty()) { in printOptionInfo()
1952 outs() << " <" << getValueStr(O, ValName) << ">..."; in printOptionInfo()
1954 outs() << "[=<" << getValueStr(O, ValName) << ">]"; in printOptionInfo()
1956 outs() << (O.ArgStr.size() == 1 ? " <" : "=<") << getValueStr(O, ValName) in printOptionInfo()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h231 bool SetValue(Record *TheRec, SMLoc Loc, const Init *ValName,
H A DTGParser.cpp231 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, const Init *ValName, in SetValue() argument
238 RecordVal *RV = CurRec->getValue(ValName); in SetValue()
240 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
247 if (VI->getNameInit() == ValName && !AllowSelfAssignment) in SetValue()
255 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
270 ValName->getAsUnquotedString() + "' more than once"); in SetValue()
290 return Error(Loc, "Field '" + ValName->getAsUnquotedString() + in SetValue()
H A DRecord.cpp2707 ValName(VN), NumArgs(Args.size()) { in DagInit()
2744 ProfileDagInit(ID, Val, ValName, getArgs(), getArgNames()); in Profile()
2776 return DagInit::get(Op, ValName, NewArgs, getArgNames()); in resolveReferences()
2789 if (ValName) in getAsString()
2790 Result += ":$" + ValName->getAsUnquotedString(); in getAsString()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1425 const StringInit *ValName; variable
1467 const StringInit *getName() const { return ValName; } in getName()
1470 return ValName ? ValName->getValue() : StringRef(); in getNameStr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp2104 const auto ValName = "largephi.insertslice" + std::to_string(NameSuffix++); in visitPHINode() local
2106 Vec = B.CreateInsertVector(FVT, Vec, S.NewPHI, S.Idx, ValName); in visitPHINode()
2108 Vec = B.CreateInsertElement(Vec, S.NewPHI, S.Idx, ValName); in visitPHINode()