Home
last modified time | relevance | path

Searched refs:getNumObjects (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRYamlMapping.cpp39 if (unsigned(FI + MFI.getNumFixedObjects()) >= MFI.getNumObjects()) in getFI()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp31 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference()
H A DR600InstrInfo.cpp1162 if (MFI.getNumObjects() == 0) { in getIndirectIndexBegin()
1198 if (MFI.getNumObjects() == 0) { in getIndirectIndexEnd()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h397 unsigned getNumObjects() const { return Objects.size(); } in getNumObjects() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp427 if (MFI.getNumObjects() != MFI.getNumFixedObjects()) { in runOnMachineFunction()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp552 for (unsigned i = 0, e = EWC->getNumObjects(); i != e; ++i) { in BuildScopeInformation()
H A DSemaExpr.cpp5667 assert(!Init->getNumObjects() && in CheckCXXDefaultArgExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3372 getNumObjects()); in getObjects()
3375 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects() function
3378 assert(i < getNumObjects() && "Index out of range"); in getObject()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1338 if (EWC->getNumObjects()) { in VisitExprWithCleanups()
H A DTextNodeDumper.cpp1223 for (unsigned i = 0, e = Node->getNumObjects(); i != e; ++i) in VisitExprWithCleanups()
H A DASTImporter.cpp7502 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1830 Record.push_back(E->getNumObjects()); in VisitExprWithCleanups()
H A DASTReaderStmt.cpp1926 assert(NumObjects == E->getNumObjects()); in VisitExprWithCleanups()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6208 MFI.getNumObjects() > 0) in getOutliningType()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7055 MFI.getNumObjects() > 0) in getOutliningType()