Home
last modified time | relevance | path

Searched refs:setHasSwiftAsyncContext (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h279 void setHasSwiftAsyncContext(bool v) { HasSwiftAsyncContext = v; }
H A DX86ISelLoweringCall.cpp1818 X86FI->setHasSwiftAsyncContext(true); in LowerFormalArguments()
H A DX86ISelLowering.cpp26792 X86FI->setHasSwiftAsyncContext(true); in LowerINTRINSIC_W_CHAIN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h521 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() function
H A DAArch64ISelDAGToDAG.cpp5485 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in Select()
H A DAArch64ISelLowering.cpp7344 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp696 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in lowerFormalArguments()
H A DAArch64InstructionSelector.cpp6705 MF->getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in selectIntrinsic()