Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h580 bool isStatepointSpillSlotObjectIndex(int ObjectIdx) const { in isStatepointSpillSlotObjectIndex() function
605 assert(isStatepointSpillSlotObjectIndex(ObjectIdx) && "inconsistent"); in markAsStatepointSpillSlotObjectIndex()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1209 if (MFI.isStatepointSpillSlotObjectIndex(FI)) { in emitPatchPoint()