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

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h94 unsigned LoOpc, unsigned HiOpc,
H A DMipsSEInstrInfo.cpp535 unsigned HiOpc,
546 MachineInstrBuilder HiInst = BuildMI(MBB, I, DL, get(HiOpc));
532 expandPseudoMTLoHi(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned LoOpc, unsigned HiOpc, bool HasExplicitDef) const argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp172 unsigned HiOpc = HighRegInst->getOpcode(); local
174 (void)HiOpc; // Fix compiler warning
176 assert((HiOpc == Hexagon::A2_tfr || HiOpc == Hexagon::A2_tfrsi) &&

Completed in 97 milliseconds