Searched refs:BCN (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1058 auto BCN = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1_modifiers); local
1060 unsigned BC = !!(MI->getOperand(BCN).getImm() & SISrcMods::OP_SEL_0);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3860 const auto &BCN = LangOpts->CommentOpts.BlockCommandNames; local
3861 code = hash_combine(code, hash_combine_range(BCN.begin(), BCN.end()));

Completed in 101 milliseconds