OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNameInit
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
DetailedRecordsBackend.cpp
187
if (!Rec->isTemplateArg(Value.
getNameInit
())) {
JSONBackend.cpp
145
if (!Def.isTemplateArg(RV.
getNameInit
())) {
Record.cpp
509
StringInit *AnonymousNameInit::
getNameInit
() const {
523
return Anonymous->
getNameInit
();
740
auto *Anonymous = dyn_cast<AnonymousNameInit>(CurRec->
getNameInit
());
741
if (Name == CurRec->
getNameInit
() ||
742
(Anonymous && Name == Anonymous->
getNameInit
())) {
1696
StringInit *NameString = cast<StringInit>(
getNameInit
());
2225
return cast<StringInit>(
getNameInit
())->getValue();
2372
Init *OldName =
getNameInit
();
2448
if (Val.isNonconcreteOK() && !R.isTemplateArg(Val.
getNameInit
()))
2451
if (!Val.isNonconcreteOK() && !R.isTemplateArg(Val.
getNameInit
()))
[
all
...]
TGParser.cpp
119
BinOpInit::getStrConcat(CurRec.
getNameInit
(), StringInit::get(Scoper));
122
Init *Prefix = BinOpInit::getStrConcat(CurMultiClass->Rec.
getNameInit
(),
146
if (RecordVal *ERV = CurRec->getValue(RV.
getNameInit
())) {
177
if (VI->
getNameInit
() == ValName && !AllowSelfAssignment)
238
R.set(Field.
getNameInit
(), Field.getValue());
269
Name = CurRec->
getNameInit
();
408
Substs.emplace_back(Loop.IterVar->
getNameInit
(), Elt);
481
if (!isa<StringInit>(Rec->
getNameInit
())) {
483
Rec->
getNameInit
()->getAsString() +
893
if (IterVar && IterVar->
getNameInit
() == Name
[
all
...]
SetTheory.cpp
318
if (!isa<StringInit>(SCPair.first->
getNameInit
()))
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
599
StringInit *
getNameInit
() const;
1090
Init *
getNameInit
() const { return VarName; }
1093
return
getNameInit
()->getAsUnquotedString();
1426
Init *
getNameInit
() const { return Name; }
1430
return
getNameInit
()->getAsUnquotedString();
1542
Init *
getNameInit
() const {
1547
return
getNameInit
()->getAsUnquotedString();
1609
assert(getValue(RV.
getNameInit
()) == nullptr && "Value already added!");
1615
if (Values[i].
getNameInit
() == Name) {
1645
if (const auto *SI = dyn_cast<StringInit>(SCPair.first->
getNameInit
())) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86FoldTablesEmitter.cpp
588
if (!Inst->TheDef->
getNameInit
() || !Inst->TheDef->isSubClassOf("X86Inst"))
CodeGenRegisters.cpp
681
if (NewReg->getValue(RV.
getNameInit
()))
Completed in 35 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026