Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86MachineFunctionInfo.h220 void setHasSwiftAsyncContext(bool v) { HasSwiftAsyncContext = v; } in setHasSwiftAsyncContext() function
DX86ISelLowering.cpp4240 X86FI->setHasSwiftAsyncContext(true); in LowerFormalArguments()
28228 X86FI->setHasSwiftAsyncContext(true); in LowerINTRINSIC_W_CHAIN()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h437 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() function
DAArch64ISelDAGToDAG.cpp4648 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in Select()
DAArch64ISelLowering.cpp6364 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in LowerFormalArguments()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.cpp591 MF.getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in lowerFormalArguments()
DAArch64InstructionSelector.cpp5948 MF->getInfo<AArch64FunctionInfo>()->setHasSwiftAsyncContext(true); in selectIntrinsic()