Searched refs:LSize (Results 1 - 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfException.cpp | 50 unsigned LSize = LIds.size(), RSize = RIds.size(); local 51 unsigned MinSize = LSize < RSize ? LSize : RSize; 64 unsigned LSize = LIds.size(), RSize = RIds.size(); local 65 unsigned MinSize = LSize < RSize ? LSize : RSize; 71 return LSize < RSize;
|
/external/llvm/lib/ExecutionEngine/JIT/ |
H A D | JITDwarfEmitter.cpp | 143 unsigned LSize = LIds.size(), RSize = RIds.size(); local 144 unsigned MinSize = LSize < RSize ? LSize : RSize; 158 unsigned LSize = LIds.size(), RSize = RIds.size(); local 159 unsigned MinSize = LSize < RSize ? LSize : RSize; 165 return LSize < RSize;
|
/external/llvm/unittests/Support/ |
H A D | IntegersSubsetTest.cpp | 188 unsigned LSize, 200 for (unsigned i = 0; i < LSize; ++i) 186 TestDiff( const unsigned_ranges LHS, unsigned LSize, const unsigned_ranges RHS, unsigned RSize, const unsigned_ranges ExcludeRes, unsigned ExcludeResSize, const unsigned_ranges IntersectRes, unsigned IntersectResSize ) argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 182 unsigned LSize = LVT.getSizeInBits(); local 207 DAG.getConstant(LSize - 1,
|
H A D | SelectionDAGBuilder.cpp | 2226 APInt LSize = FrontCase.size(); local 2227 APInt RSize = TSize-LSize; 2230 << "LSize: " << LSize << ", RSize: " << RSize << '\n'); 2241 (double)LSize.roundToDouble() / 2259 LSize += J->size();
|
Completed in 144 milliseconds