Home
last modified time | relevance | path

Searched refs:RIds (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp142 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in SharedTypeIds() local
143 unsigned LSize = LIds.size(), RSize = RIds.size(); in SharedTypeIds()
148 if (LIds[Count] != RIds[Count]) in SharedTypeIds()
157 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in PadLT() local
158 unsigned LSize = LIds.size(), RSize = RIds.size(); in PadLT()
162 if (LIds[i] != RIds[i]) in PadLT()
163 return LIds[i] < RIds[i]; in PadLT()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp48 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in SharedTypeIds() local
49 unsigned LSize = LIds.size(), RSize = RIds.size(); in SharedTypeIds()
54 if (LIds[Count] != RIds[Count]) in SharedTypeIds()
62 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in PadLT() local
63 unsigned LSize = LIds.size(), RSize = RIds.size(); in PadLT()
67 if (LIds[i] != RIds[i]) in PadLT()
68 return LIds[i] < RIds[i]; in PadLT()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp35 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs() local
36 unsigned LSize = LIds.size(), RSize = RIds.size(); in sharedTypeIDs()
41 if (LIds[Count] != RIds[Count]) in sharedTypeIDs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp47 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs() local
48 unsigned LSize = LIds.size(), RSize = RIds.size(); in sharedTypeIDs()
53 if (LIds[Count] != RIds[Count]) in sharedTypeIDs()