Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h335 ENamePrefix getPrefix() const { return FKind; } in getPrefix()
347 void setPrefix(ENamePrefix pfx) { FKind = pfx; } in setPrefix()
354 ENamePrefix FKind; variable
H A DAMDGPULibFunc.cpp511 FKind = NOPFX; in AMDGPUMangledLibFunc()
525 FKind = copyFrom.FKind; in AMDGPUMangledLibFunc()
658 FKind = parseNamePrefix(Name); in parseFuncName()
712 switch (FKind) { in writeName()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp106 Kind FKind; member in __anon11dd32be0111::CoroCloner
118 Kind FKind) in CoroCloner() argument
120 FKind(FKind), Builder(OrigF.getContext()) { in CoroCloner()
128 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner()
145 switch (FKind) { in isSwitchDestroyFunction()
1086 /*Elide=*/ FKind == CoroCloner::Kind::SwitchCleanup); in create()
1093 coro::Shape &Shape, CoroCloner::Kind FKind) { in createClone() argument
1094 CoroCloner Cloner(F, Suffix, Shape, FKind); in createClone()