Home
last modified time | relevance | path

Searched defs:SrcRecord (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DInstrProfTest.cpp694 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/
DInstrProfTest.cpp693 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/
DCodeGenDAGPatterns.h1025 : 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/
DCodeGenDAGPatterns.h641 Record *SrcRecord; // Originating Record for the pattern. variable
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h694 Record *SrcRecord; // Originating Record for the pattern. variable
/external/clang/lib/Sema/
DSemaCast.cpp649 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>(); in CheckDynamicCast() local