Home
last modified time | relevance | path

Searched refs:Rec2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dcast-string.td26 // CHECK: def Rec2
29 def Rec2 {
45 // CHECK: string str = "Rec1, Rec2"
48 string str = !cast<string>(Rec1) # ", " # !cast<string>(Rec2);
H A Dinterleave.td30 // CHECK: def Rec2
35 def Rec2 {
H A Dsubstr.td23 // CHECK: def Rec2 {
26 def Rec2 {
H A Dtemplate-args.td30 def Rec2 : Class1<42> {
/llvm-project-15.0.7/llvm/test/Analysis/StackSafetyAnalysis/
H A Dipa.ll38 ; 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 DClangOpenCLBuiltinEmitter.cpp652 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 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()
2045 RecordParts RHSParts(StringRef(Rec2->getName())); in operator()
/llvm-project-15.0.7/llvm/test/Analysis/StackSafetyAnalysis/Inputs/
H A Dipa.ll78 define dso_local void @Rec2(i8* %p) #0 {
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.cpp516 [](const CodeGenInstruction *Rec1, const CodeGenInstruction *Rec2) { in ComputeInstrsByEnum() argument
518 const auto &D2 = *Rec2->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()