Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp173 unsigned LoOpc = LowRegInst->getOpcode(); in areCombinableOperations() local
175 (void)LoOpc; // Fix compiler warning in areCombinableOperations()
177 (LoOpc == Hexagon::A2_tfr || LoOpc == Hexagon::A2_tfrsi) && in areCombinableOperations()
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h94 unsigned LoOpc, unsigned HiOpc,
DMipsSEInstrInfo.cpp534 unsigned LoOpc, in expandPseudoMTLoHi() argument
545 MachineInstrBuilder LoInst = BuildMI(MBB, I, DL, get(LoOpc)); in expandPseudoMTLoHi()