Searched refs:ValName (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetIntrinsicInfo.cpp | 23 const ValueName *ValName = F->getValueName(); in getIntrinsicID() local 24 if (!ValName) in getIntrinsicID() 26 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1914 auto ValName = getValueName(); in getOptionWidth() local 1915 if (!ValName.empty()) { in getOptionWidth() 1919 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth() 1932 auto ValName = getValueName(); in printOptionInfo() local 1933 if (!ValName.empty()) { in printOptionInfo() 1935 outs() << " <" << getValueStr(O, ValName) << ">..."; in printOptionInfo() 1937 outs() << "[=<" << getValueStr(O, ValName) << ">]"; in printOptionInfo() 1939 outs() << (O.ArgStr.size() == 1 ? " <" : "=<") << getValueStr(O, ValName) in printOptionInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1449 StringInit *ValName; variable 1455 ValName(VN), NumArgs(NumArgs), NumArgNames(NumArgNames) {} in DagInit() 1477 StringInit *getName() const { return ValName; } in getName() 1480 return ValName ? ValName->getValue() : StringRef(); in getNameStr()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 231 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
|
H A D | TGParser.cpp | 229 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() argument 236 RecordVal *RV = CurRec->getValue(ValName); in SetValue() 238 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue() 245 if (VI->getNameInit() == ValName && !AllowSelfAssignment) in SetValue() 255 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue() 270 ValName->getAsUnquotedString() + "' more than once"); in SetValue() 288 return Error(Loc, "Field '" + ValName->getAsUnquotedString() + in SetValue()
|
H A D | Record.cpp | 2599 ProfileDagInit(ID, Val, ValName, in Profile() 2632 return DagInit::get(Op, ValName, NewArgs, getArgNames()); in resolveReferences() 2649 if (ValName) in getAsString() 2650 Result += ":" + ValName->getAsUnquotedString(); in getAsString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 2008 const auto ValName = "largephi.insertslice" + std::to_string(NameSuffix++); in visitPHINode() local 2011 B.CreateInsertVector(FVT, Vec, S.NewPHI, B.getInt64(S.Idx), ValName); in visitPHINode() 2013 Vec = B.CreateInsertElement(Vec, S.NewPHI, S.Idx, ValName); in visitPHINode()
|