Searched defs:Opc2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitTFRCondSets.cpp84 int Opc1, Opc2; local
96 Opc2 = Hexagon::TFR_cNotPt;
100 Opc2 = Hexagon::TFR64_cNotPt;
110 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2),
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4270 unsigned Opc2 = Load2->getMachineOpcode(); local
4308 switch (Opc2) {
4378 unsigned Opc2 = Load2->getMachineOpcode(); local
4379 if (Opc1 != Opc2)

Completed in 2732 milliseconds