Searched defs:SrcRecord (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 694 InstrProfRecord SrcRecord({1ULL << 31, 2}); in TEST_P() local 760 NamedInstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P() local
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 693 InstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P() local 759 InstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 1025 : SrcRecord(srcrecord), SrcPattern(src), DstPattern(dst), in SrcRecord() function 1029 Record *SrcRecord; // Originating Record for the pattern. variable
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 641 Record *SrcRecord; // Originating Record for the pattern. variable
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 694 Record *SrcRecord; // Originating Record for the pattern. variable
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 649 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>(); in CheckDynamicCast() local
|