Searched refs:Rec2 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/utils/TableGen/ |
D | ClangOpenCLBuiltinEmitter.cpp | 534 const Record *Rec2 = CandidateSigs[Index].first; in CanReuseSignature() local 535 if (Rec->getValueAsBit("IsPure") == Rec2->getValueAsBit("IsPure") && in CanReuseSignature() 536 Rec->getValueAsBit("IsConst") == Rec2->getValueAsBit("IsConst") && in CanReuseSignature() 537 Rec->getValueAsBit("IsConv") == Rec2->getValueAsBit("IsConv") && in CanReuseSignature() 539 Rec2->getValueAsDef("MinVersion")->getValueAsInt("ID") && in CanReuseSignature() 541 Rec2->getValueAsDef("MaxVersion")->getValueAsInt("ID") && in CanReuseSignature() 543 Rec2->getValueAsDef("Extension")->getName()) { in CanReuseSignature()
|
/external/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/ |
D | ipa.ll | 40 ; RUN: -r %t.summ0.bc,Rec2, \ 71 ; RUN: -r %t.summ1.bc,Rec2,px \ 116 declare void @Rec2(i8* %p) 293 ; LOCAL-NEXT: x[8]: empty-set, @Rec2(arg0, [2,3)){{$}} 294 ; GLOBAL-NEXT: x[8]: [0,4), @Rec2(arg0, [2,3)){{$}} 301 call void @Rec2(i8* %x2) 309 ; LOCAL-NEXT: x[8]: empty-set, @Rec2(arg0, [6,7)){{$}} 310 ; GLOBAL-NEXT: x[8]: [4,8), @Rec2(arg0, [6,7)){{$}} 317 call void @Rec2(i8* %x2) 325 ; LOCAL-NEXT: x[8]: empty-set, @Rec2(arg0, [1,2)){{$}} [all …]
|
/external/ImageMagick/coders/ |
D | wpg.c | 1042 Rec2; in ReadWPGImage() local 1114 Rec2.RecordLength=0; in ReadWPGImage() 1164 (Rec2.RecordLength-2-2)/3) in ReadWPGImage() 1381 Rec2.Class=(i=ReadBlobByte(image)); in ReadWPGImage() 1384 Rec2.RecType=(i=ReadBlobByte(image)); in ReadWPGImage() 1387 Rd_WP_DWORD(image,&Rec2.Extension); in ReadWPGImage() 1388 Rd_WP_DWORD(image,&Rec2.RecordLength); in ReadWPGImage() 1392 Header.DataOffset=TellBlob(image)+Rec2.RecordLength; in ReadWPGImage() 1394 switch(Rec2.RecType) in ReadWPGImage() 1405 (Rec2.RecordLength-2-2) / 3) in ReadWPGImage() [all …]
|
/external/llvm-project/llvm/test/TableGen/ |
D | interleave.td | 30 // CHECK: def Rec2 35 def Rec2 {
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 1557 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1558 return StringRef(Rec1->getName()).compare_numeric(Rec2->getName()) < 0; in operator() 1576 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1577 return Rec1->getValueAsString("Name") < Rec2->getValueAsString("Name"); in operator() 1616 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1618 RecordParts RHSParts(StringRef(Rec2->getName())); in operator()
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Record.h | 1819 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1820 return StringRef(Rec1->getName()).compare_numeric(Rec2->getName()) < 0; in operator() 1837 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1838 return Rec1->getValueAsString("Name") < Rec2->getValueAsString("Name"); in operator() 1877 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1879 RecordParts RHSParts(StringRef(Rec2->getName())); in operator()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 1760 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1761 return StringRef(Rec1->getName()).compare_numeric(Rec2->getName()) < 0; in operator() 1778 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1779 return Rec1->getValueAsString("Name") < Rec2->getValueAsString("Name"); in operator() 1818 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator() 1820 RecordParts RHSParts(StringRef(Rec2->getName())); in operator()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 327 [](const CodeGenInstruction *Rec1, const CodeGenInstruction *Rec2) { in ComputeInstrsByEnum() argument 328 return Rec1->TheDef->getName() < Rec2->TheDef->getName(); in ComputeInstrsByEnum()
|
/external/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/Inputs/ |
D | ipa.ll | 78 define dso_local void @Rec2(i8* %p) #0 {
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 500 [](const CodeGenInstruction *Rec1, const CodeGenInstruction *Rec2) { in ComputeInstrsByEnum() argument 502 const auto &D2 = *Rec2->TheDef; in ComputeInstrsByEnum()
|