Searched refs:BaseOpc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2549 unsigned BaseOpc, CondOpc; local
2553 BaseOpc = UseIncDec ? unsigned(X86ISD::INC) : unsigned(ISD::ADD);
2557 BaseOpc = ISD::ADD; CondOpc = X86::SETBr; break;
2559 BaseOpc = UseIncDec ? unsigned(X86ISD::DEC) : unsigned(ISD::SUB);
2563 BaseOpc = ISD::SUB; CondOpc = X86::SETBr; break;
2565 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break;
2567 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break;
2583 if (BaseOpc == X86ISD::INC || BaseOpc == X86ISD::DEC) {
2585 bool IsDec = BaseOpc
[all...]
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp652 int BaseOpc = local
660 BaseOpc =
682 (BaseOpc == ARM::tADDi8 || BaseOpc == ARM::tSUBi8)) {
700 if (BaseOpc == ARM::tADDrSPi) {
702 BuildMI(MBB, InsertBefore, DL, TII->get(BaseOpc), NewBase)
707 BuildMI(MBB, InsertBefore, DL, TII->get(BaseOpc), NewBase), true)
711 BuildMI(MBB, InsertBefore, DL, TII->get(BaseOpc), NewBase)

Completed in 42 milliseconds