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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2516 unsigned BaseOpc, CondOpc; local
2520 BaseOpc = UseIncDec ? unsigned(X86ISD::INC) : unsigned(ISD::ADD);
2524 BaseOpc = ISD::ADD; CondOpc = X86::SETBr; break;
2526 BaseOpc = UseIncDec ? unsigned(X86ISD::DEC) : unsigned(ISD::SUB);
2530 BaseOpc = ISD::SUB; CondOpc = X86::SETBr; break;
2532 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break;
2534 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break;
2550 if (BaseOpc == X86ISD::INC || BaseOpc == X86ISD::DEC) {
2552 bool IsDec = BaseOpc
[all...]
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp553 int BaseOpc = local
561 BaseOpc =
578 (BaseOpc == ARM::tADDi8 || BaseOpc == ARM::tSUBi8)) {
596 if (BaseOpc == ARM::tADDrSPi) {
598 BuildMI(MBB, MBBI, dl, TII->get(BaseOpc), NewBase)
602 AddDefaultT1CC(BuildMI(MBB, MBBI, dl, TII->get(BaseOpc), NewBase), true)
606 BuildMI(MBB, MBBI, dl, TII->get(BaseOpc), NewBase)

Completed in 418 milliseconds