Home
last modified time | relevance | path

Searched defs:IdxPair (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h162 typedef std::pair<unsigned,unsigned> IdxPair; typedef
917 typedef IntervalMapImpl::IdxPair IdxPair; typedef
1501 typedef IntervalMapImpl::IdxPair IdxPair; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DIntervalMap.h190 using IdxPair = std::pair<unsigned,unsigned>; variable
939 using IdxPair = IntervalMapImpl::IdxPair; variable
1514 using IdxPair = IntervalMapImpl::IdxPair; variable
/external/llvm/include/llvm/ADT/
DIntervalMap.h183 typedef std::pair<unsigned,unsigned> IdxPair; typedef
938 typedef IntervalMapImpl::IdxPair IdxPair; typedef
1511 typedef IntervalMapImpl::IdxPair IdxPair; typedef
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp628 std::pair<Record*, Record*> IdxPair(Idx1, i2->first); in computeComposites() local