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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp94 unsigned MIOpcode = MI->getOpcode(); local
95 assert((Subtarget->isUsingPCRelativeCalls() || MIOpcode != PPC::BL8_NOTOC) &&
98 if (MIOpcode == PPC::TAILB || MIOpcode == PPC::TAILB8 ||
99 MIOpcode == PPC::TCRETURNdi || MIOpcode == PPC::TCRETURNdi8 ||
100 MIOpcode == PPC::BL8_NOTOC) {

Completed in 102 milliseconds