Home
last modified time | relevance | path

Searched refs:Rec1 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dcast-string.td17 // CHECK: def Rec1
20 def Rec1 {
45 // CHECK: string str = "Rec1, Rec2"
48 string str = !cast<string>(Rec1) # ", " # !cast<string>(Rec2);
H A Ddetailed-records.td17 // CHECK: Rec1
33 def Rec1;
H A Dinterleave.td15 // CHECK: def Rec1
22 def Rec1 {
H A Dsubstr.td6 // CHECK: def Rec1
14 def Rec1 {
H A Dtemplate-args.td19 // CHECK: def Rec1
23 def Rec1 : Class1<"Alice"> {
H A Dspurious-semi.td32 def Rec1 {
/llvm-project-15.0.7/llvm/test/Analysis/StackSafetyAnalysis/Inputs/
H A Dipa.ll70 define dso_local void @Rec1(i8* %p) #0 {
81 call void @Rec1(i8* %p1)
/llvm-project-15.0.7/llvm/test/Analysis/StackSafetyAnalysis/
H A Dipa.ll68 ; RUN: -r %t.summ1.bc,Rec1,px \
628 ; CHECK-LABEL: @Rec1{{$}}
638 ; LOCAL-NEXT: p[]: empty-set, @Rec1(arg0, [-5,-4)){{$}}
733 ; INDEX-DAG: name: "Rec1"{{.*}} guid = [[Rec1:[-0-9]+]]
758 ; INDEX-DAG: guid: [[Rec1]], {{.*}}, params: ((param: 0, offset: [3, 6])))))
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1987 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()
1988 return StringRef(Rec1->getName()).compare_numeric(Rec2->getName()) < 0; in operator()
2005 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()
2006 return Rec1->getValueAsString("Name") < Rec2->getValueAsString("Name"); in operator()
2043 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()
2044 RecordParts LHSParts(StringRef(Rec1->getName())); in operator()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.cpp516 [](const CodeGenInstruction *Rec1, const CodeGenInstruction *Rec2) { in ComputeInstrsByEnum() argument
517 const auto &D1 = *Rec1->TheDef; in ComputeInstrsByEnum()
H A DCodeGenSchedule.cpp525 [](const Record *Rec1, const Record *Rec2) { in collectProcModels() argument
526 return Rec1->getValueAsString("Name") == Rec2->getValueAsString("Name"); in collectProcModels()