Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h744 bool isStatepointSpillSlotObjectIndex(int ObjectIdx) const { in isStatepointSpillSlotObjectIndex() function
783 assert(isStatepointSpillSlotObjectIndex(ObjectIdx) && "inconsistent"); in markAsStatepointSpillSlotObjectIndex()
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp97 if (SrcMFI.isStatepointSpillSlotObjectIndex(FI)) in cloneFrameInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1216 if (MFI.isStatepointSpillSlotObjectIndex(FI)) { in emitPatchPoint()