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

/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp66 void ExpandVTBL(MachineBasicBlock::iterator &MBBI,
585 /// ExpandVTBL - Translate VTBL and VTBX pseudo instructions with Q or QQ
587 void ARMExpandPseudo::ExpandVTBL(MachineBasicBlock::iterator &MBBI, function in class:ARMExpandPseudo
1324 case ARM::VTBL3Pseudo: ExpandVTBL(MBBI, ARM::VTBL3, false); return true;
1325 case ARM::VTBL4Pseudo: ExpandVTBL(MBBI, ARM::VTBL4, false); return true;
1326 case ARM::VTBX3Pseudo: ExpandVTBL(MBBI, ARM::VTBX3, true); return true;
1327 case ARM::VTBX4Pseudo: ExpandVTBL(MBBI, ARM::VTBX4, true); return true;

Completed in 83 milliseconds