HomeSort by: relevance | last modified time | path
    Searched refs:FKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.h 334 ENamePrefix getPrefix() const { return FKind; }
346 void setPrefix(ENamePrefix pfx) { FKind = pfx; }
353 ENamePrefix FKind;
AMDGPULibFunc.cpp 503 FKind = NOPFX;
517 FKind = copyFrom.FKind;
650 FKind = parseNamePrefix(Name);
704 switch (FKind) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 104 Kind FKind;
116 Kind FKind)
118 FKind(FKind), Builder(OrigF.getContext()) {
126 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation),
143 switch (FKind) {
992 /*Elide=*/ FKind == CoroCloner::Kind::SwitchCleanup);
999 coro::Shape &Shape, CoroCloner::Kind FKind) {
1000 CoroCloner Cloner(F, Suffix, Shape, FKind);

Completed in 28 milliseconds