Home
last modified time | relevance | path

Searched refs:EndCf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp262 for (unsigned J = 0, EndCf = ColFields->size(); (J < EndCf) && MatchFound; in isKeyColInstr() local
322 for (unsigned J = 0, EndCf = ColFields->size(); (J < EndCf) && MatchFound; in getInstrForColumn() local
520 for (unsigned J = 0, EndCf = ColFields->size(); J < EndCf; J++) { in emitEnums() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp58 Function *EndCf = nullptr; member in __anon9f980a420111::SIAnnotateControlFlow
333 IRB.CreateCall(getDecl(EndCf, Intrinsic::amdgcn_end_cf, IntMask), {Exec}); in closeControlFlow()