Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DArchive.cpp69 size_t NextSize = sizeof(ArchiveMemberHeader) + in getNext() local
72 return Child(Parent, StringRef(NextLoc, NextSize)); in getNext()
/external/clang/lib/Lex/
DLexer.cpp1627 unsigned NextSize; in LexNumericConstant() local
1628 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant()
1633 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()
1698 unsigned NextSize; in LexUDSuffix() local
1699 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix()
1714 Consumed += NextSize; in LexUDSuffix()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1406 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_Binary() local
1409 NextSize *= 2; in WidenVecRes_Binary()
1410 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in WidenVecRes_Binary()
1426 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in WidenVecRes_Binary()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2289 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local
2292 NextSize *= 2; in WidenVecRes_BinaryCanTrap()
2293 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in WidenVecRes_BinaryCanTrap()
2310 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap()