Searched refs:Rec2 (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | cast-string.td | 26 // CHECK: def Rec2 29 def Rec2 { 45 // CHECK: string str = "Rec1, Rec2" 48 string str = !cast<string>(Rec1) # ", " # !cast<string>(Rec2);
|
| H A D | interleave.td | 30 // CHECK: def Rec2 35 def Rec2 {
|
| H A D | substr.td | 23 // CHECK: def Rec2 { 26 def Rec2 {
|
| H A D | template-args.td | 30 def Rec2 : Class1<42> {
|
| /llvm-project-15.0.7/llvm/test/Analysis/StackSafetyAnalysis/ |
| H A D | ipa.ll | 38 ; RUN: -r %t.summ0.bc,Rec2, \ 69 ; RUN: -r %t.summ1.bc,Rec2,px \ 107 declare void @Rec2(i8* %p) 297 ; GLOBAL-NEXT: x[8]: [0,4), @Rec2(arg0, [2,3)){{$}} 305 call void @Rec2(i8* %x2) 322 call void @Rec2(i8* %x2) 339 call void @Rec2(i8* %x2) 356 call void @Rec2(i8* %x2) 636 ; CHECK-LABEL: @Rec2{{$}} 676 ; INDEX-DAG: name: "Rec2"{{.*}} guid = [[Rec2:[-0-9]+]] [all …]
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 652 const Record *Rec2 = CandidateSigs[Index].first; in CanReuseSignature() local 653 if (Rec->getValueAsBit("IsPure") == Rec2->getValueAsBit("IsPure") && in CanReuseSignature() 654 Rec->getValueAsBit("IsConst") == Rec2->getValueAsBit("IsConst") && in CanReuseSignature() 655 Rec->getValueAsBit("IsConv") == Rec2->getValueAsBit("IsConv") && in CanReuseSignature() 657 Rec2->getValueAsDef("MinVersion")->getValueAsInt("ID") && in CanReuseSignature() 659 Rec2->getValueAsDef("MaxVersion")->getValueAsInt("ID") && in CanReuseSignature() 661 Rec2->getValueAsDef("Extension")->getName()) { in CanReuseSignature()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1987 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() 2045 RecordParts RHSParts(StringRef(Rec2->getName())); in operator()
|
| /llvm-project-15.0.7/llvm/test/Analysis/StackSafetyAnalysis/Inputs/ |
| H A D | ipa.ll | 78 define dso_local void @Rec2(i8* %p) #0 {
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.cpp | 516 [](const CodeGenInstruction *Rec1, const CodeGenInstruction *Rec2) { in ComputeInstrsByEnum() argument 518 const auto &D2 = *Rec2->TheDef; in ComputeInstrsByEnum()
|
| H A D | CodeGenSchedule.cpp | 525 [](const Record *Rec1, const Record *Rec2) { in collectProcModels() argument 526 return Rec1->getValueAsString("Name") == Rec2->getValueAsString("Name"); in collectProcModels()
|