Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRYamlMapping.cpp39 if (unsigned(FI + MFI.getNumFixedObjects()) >= MFI.getNumObjects()) in getFI()
H A DStackFrameLayoutAnalysisPass.cpp184 const unsigned int NumObj = MFI.getNumObjects(); in emitStackFrameLayoutRemarks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp32 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference()
H A DR600InstrInfo.cpp1158 if (MFI.getNumObjects() == 0) { in getIndirectIndexBegin()
1194 if (MFI.getNumObjects() == 0) { in getIndirectIndexEnd()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h416 unsigned getNumObjects() const { return Objects.size(); } in getNumObjects() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp443 if (MFI.getNumObjects() != MFI.getNumFixedObjects()) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp561 for (unsigned i = 0, e = EWC->getNumObjects(); i != e; ++i) { in BuildScopeInformation()
H A DSemaExpr.cpp6167 assert(!InitWithCleanup->getNumObjects() && in CheckCXXDefaultArgExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3461 return llvm::ArrayRef(getTrailingObjects<CleanupObject>(), getNumObjects()); in getObjects()
3464 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects() function
3467 assert(i < getNumObjects() && "Index out of range"); in getObject()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1495 if (EWC->getNumObjects()) { in VisitExprWithCleanups()
H A DTextNodeDumper.cpp1409 for (unsigned i = 0, e = Node->getNumObjects(); i != e; ++i) in VisitExprWithCleanups()
H A DASTImporter.cpp8220 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1451 assert(E->getNumObjects() == 0 && "TODO: Implement cleanups"); in VisitExprWithCleanups()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1958 Record.push_back(E->getNumObjects()); in VisitExprWithCleanups()
H A DASTReaderStmt.cpp1964 assert(NumObjects == E->getNumObjects()); in VisitExprWithCleanups()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6363 MFI.getNumObjects() > 0) in getOutliningTypeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp8910 MFI.getNumObjects() > 0) in getOutliningTypeImpl()