Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp115 unsigned MIOpcode = MI->getOpcode(); in GetSymbolRef() local
116 assert((Subtarget->isUsingPCRelativeCalls() || MIOpcode != PPC::BL8_NOTOC) && in GetSymbolRef()
119 if (MIOpcode == PPC::TAILB || MIOpcode == PPC::TAILB8 || in GetSymbolRef()
120 MIOpcode == PPC::TCRETURNdi || MIOpcode == PPC::TCRETURNdi8 || in GetSymbolRef()
121 MIOpcode == PPC::BL8_NOTOC || MIOpcode == PPC::BL8_NOTOC_RM) { in GetSymbolRef()