|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/TableGen/Record.h 1295 return Rec->getAsString() + "." + FieldName->getValue().str();
1338 return ValName ? ValName->getValue() : StringRef();
1355 return Init ? Init->getValue() : StringRef();
1480 StringRef getName() const { return cast<StringInit>(Name)->getValue(); }
1573 if (SI->getValue() == Name)
lib/TableGen/JSONBackend.cpp 61 return Str->getValue();
lib/TableGen/Record.cpp 546 return CodeInit::get(getValue(), SMLoc());
738 D = CurRec->getRecords().getDef(Name->getValue());
743 Name->getValue() + "'\n");
789 return IntInit::get(LHSs->getValue().empty());
847 SmallString<80> Concat(I0->getValue());
848 Concat.append(I1->getValue());
971 bool Equal = LHSs->getValue() == RHSs->getValue();
971 bool Equal = LHSs->getValue() == RHSs->getValue();
1156 std::string Val = RHSs->getValue();
1161 found = Val.find(LHSs->getValue(), idx);
1164 Val.replace(found, LHSs->getValue().size(), MHSs->getValue());
1164 Val.replace(found, LHSs->getValue().size(), MHSs->getValue());
1165 idx = found + MHSs->getValue().size();
1485 return NameString->getValue();
1993 return cast<StringInit>(getNameInit())->getValue();
2176 return SI->getValue();
2258 Strings.push_back(SI->getValue());
lib/TableGen/SetTheory.cpp 194 Format = SI->getValue();
lib/TableGen/TGParser.cpp 867 } else if (Name->getValue() == "NAME") {
882 if (Init *I = Records.getGlobal(Name->getValue()))
891 Error(NameLoc, "Variable not defined: '" + Name->getValue() + "'");
1829 Record *Class = Records.getClass(Name->getValue());
1831 Error(NameLoc, "Expected a class name, got '" + Name->getValue() + "'");
2588 return TokError("Value '" + FieldName->getValue() + "' unknown!");
2736 if (Records.getGlobal(DeclName->getValue()))
2758 Records.addExtraGlobal(DeclName->getValue(),
tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp 219 Value = SV->getValue();
tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp 56 return SI->getValue();
tools/clang/utils/TableGen/MveEmitter.cpp 1198 CustomCodeGenArgs[Name] = SI->getValue();
utils/TableGen/AsmMatcherEmitter.cpp 1313 CI->DiagnosticType = SI->getValue();
1317 CI->DiagnosticString = SI->getValue();
1382 CI->PredicateMethod = SI->getValue();
1391 CI->RenderMethod = SI->getValue();
1400 CI->ParserMethod = SI->getValue();
1405 CI->DiagnosticType = SI->getValue();
1408 CI->DiagnosticString = SI->getValue();
1421 CI->DefaultMethod = SI->getValue();
utils/TableGen/CodeGenSchedule.cpp 94 StringRef Original = SI->getValue();
utils/TableGen/FastISelEmitter.cpp 441 ->getValue();
utils/TableGen/FixedLenDecoderEmitter.cpp 1776 Decoder = String->getValue();
1939 if (String && String->getValue() != "")
1940 Decoder = String->getValue();
1966 if (!isReg && String && String->getValue() != "")
1967 Decoder = String->getValue();
1986 String && String->getValue() != "")
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp 52 reinterpret_cast<const StringInit *>(StackString)->getValue() == "true";