Home
last modified time | relevance | path

Searched refs:NumLocs (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DCallingConvLower.cpp197 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType() local
219 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()
220 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()
229 Locs.resize(NumLocs); in getRemainingRegParmsForType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp203 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType() local
225 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()
226 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()
235 Locs.resize(NumLocs); in getRemainingRegParmsForType()
/external/llvm-project/llvm/lib/CodeGen/
DCallingConvLower.cpp210 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType() local
232 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()
233 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()
242 Locs.resize(NumLocs); in getRemainingRegParmsForType()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1036 unsigned NumLocs) { in loadInlocs() argument
1040 VarLocs.reserve(NumLocs); in loadInlocs()
2526 unsigned NumLocs = MTracker->getNumLocs(); in pickVPHILoc() local
2560 for (unsigned int I = 0; I < NumLocs; ++I) { in pickVPHILoc()
3129 unsigned NumLocs = MTracker->getNumLocs(); in emitLocations() local
3139 NumLocs); in emitLocations()
3252 unsigned NumLocs = MTracker->getNumLocs(); in ExtendRanges() local
3254 MOutLocs[i] = new ValueIDNum[NumLocs]; in ExtendRanges()
3255 MInLocs[i] = new ValueIDNum[NumLocs]; in ExtendRanges()
/external/clang/lib/Sema/
DDeclSpec.cpp966 const unsigned NumLocs = 9; in Finish() local
967 SourceLocation ExtraLocs[NumLocs] = { in Finish()
971 FixItHint Hints[NumLocs]; in Finish()
973 for (unsigned I = 0; I != NumLocs; ++I) { in Finish()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp1128 const unsigned NumLocs = 9; in Finish() local
1129 SourceLocation ExtraLocs[NumLocs] = { in Finish()
1133 FixItHint Hints[NumLocs]; in Finish()
1135 for (unsigned I = 0; I != NumLocs; ++I) { in Finish()