Home
last modified time | relevance | path

Searched refs:CancelKind (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp241 Value *CancelKind = nullptr; in CreateCancel() local
245 CancelKind = Builder.getInt32(Value); \ in CreateCancel()
254 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in CreateCancel()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp362 Value *CancelKind = nullptr; in createCancel() local
366 CancelKind = Builder.getInt32(Value); \ in createCancel()
375 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4655 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local
4657 CancelKind = CancelParallel; in getCancellationKind()
4659 CancelKind = CancelLoop; in getCancellationKind()
4661 CancelKind = CancelSections; in getCancellationKind()
4664 CancelKind = CancelTaskgroup; in getCancellationKind()
4666 return CancelKind; in getCancellationKind()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6227 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local
6229 CancelKind = CancelParallel; in getCancellationKind()
6231 CancelKind = CancelLoop; in getCancellationKind()
6233 CancelKind = CancelSections; in getCancellationKind()
6236 CancelKind = CancelTaskgroup; in getCancellationKind()
6238 return CancelKind; in getCancellationKind()