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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1020 unsigned CBOpc = 0; local
1022 CBOpc = (Pred == CmpInst::ICMP_EQ ? AArch64::CBZW : AArch64::CBNZW);
1024 CBOpc = (Pred == CmpInst::ICMP_EQ ? AArch64::CBZX : AArch64::CBNZX);
1028 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(CBOpc))

Completed in 106 milliseconds