Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp104 unsigned MIOpcode = MI->getOpcode(); in GetSymbolRef() local
105 assert((Subtarget->isUsingPCRelativeCalls() || MIOpcode != PPC::BL8_NOTOC) && in GetSymbolRef()
108 if (MIOpcode == PPC::TAILB || MIOpcode == PPC::TAILB8 || in GetSymbolRef()
109 MIOpcode == PPC::TCRETURNdi || MIOpcode == PPC::TCRETURNdi8 || in GetSymbolRef()
110 MIOpcode == PPC::BL8_NOTOC) { in GetSymbolRef()