HomeSort by: relevance | last modified time | path
    Searched defs:OrigOpc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64SIMDInstrOpt.cpp 86 // Instruction represented by OrigOpc is replaced by instructions in ReplOpc.
88 unsigned OrigOpc;
299 OriginalMCID = &TII->get(I.OrigOpc);
519 if (MI.getOpcode() == I.OrigOpc) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 627 unsigned OrigOpc = MI->getOpcode();
628 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi ||
629 OrigOpc == Hexagon::S2_storerd_pi);

Completed in 20 milliseconds