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.h285 void setHasSwiftAsyncContext(bool v) { HasSwiftAsyncContext = v; }
H A DX86ISelLoweringCall.cpp1849 X86FI->setHasSwiftAsyncContext(true); in LowerFormalArguments()
H A DX86ISelLowering.cpp27680 X86FI->setHasSwiftAsyncContext(true); in LowerINTRINSIC_W_CHAIN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h569 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() function
H A DAArch64ISelDAGToDAG.cpp5714 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in Select()
H A DAArch64ISelLowering.cpp7823 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp745 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in lowerFormalArguments()
H A DAArch64InstructionSelector.cpp6878 MF->getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in selectIntrinsic()