Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h262 int64_t Offset = MFI.getObjectOffset(getSwiftAsyncContextFrameIdx()); in getCalleeSavedStackSize()
263 int64_t ObjSize = MFI.getObjectSize(getSwiftAsyncContextFrameIdx()); in getCalleeSavedStackSize()
409 int getSwiftAsyncContextFrameIdx() const { return SwiftAsyncContextFrameIdx; } in getSwiftAsyncContextFrameIdx() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h210 Optional<int> getSwiftAsyncContextFrameIdx() const { in getSwiftAsyncContextFrameIdx() function
H A DX86ISelLowering.cpp25916 if (!X86FI->getSwiftAsyncContextFrameIdx()) in LowerINTRINSIC_WO_CHAIN()
25919 return DAG.getFrameIndex(*X86FI->getSwiftAsyncContextFrameIdx(), MVT::i32); in LowerINTRINSIC_WO_CHAIN()