Home
last modified time | relevance | path

Searched refs:isStatepointSpillSlotObjectIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h685 bool isStatepointSpillSlotObjectIndex(int ObjectIdx) const { in isStatepointSpillSlotObjectIndex() function
722 assert(isStatepointSpillSlotObjectIndex(ObjectIdx) && "inconsistent"); in markAsStatepointSpillSlotObjectIndex()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp960 if (MFI.isStatepointSpillSlotObjectIndex(FI)) { in emitPatchPoint()