Lines Matching refs:ARMConstantIslands

103   class ARMConstantIslands : public MachineFunctionPass {  class
227 ARMConstantIslands() : MachineFunctionPass(ID) {} in ARMConstantIslands() function in __anon34c212310111::ARMConstantIslands
299 char ARMConstantIslands::ID = 0;
302 void ARMConstantIslands::verify() { in verify()
330 LLVM_DUMP_METHOD void ARMConstantIslands::dumpBBs() { in dumpBBs()
388 bool ARMConstantIslands::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
535 ARMConstantIslands::doInitialConstPlacement(std::vector<MachineInstr*> &CPEMIs) { in doInitialConstPlacement()
602 void ARMConstantIslands::doInitialJumpTablePlacement( in doInitialJumpTablePlacement()
679 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough()
700 ARMConstantIslands::CPEntry *
701 ARMConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry()
714 Align ARMConstantIslands::getCPEAlign(const MachineInstr *CPEMI) { in getCPEAlign()
746 void ARMConstantIslands::scanFunctionJumpTables() { in scanFunctionJumpTables()
772 void ARMConstantIslands::
972 void ARMConstantIslands::updateForInsertedWaterBlock(MachineBasicBlock *NewBB) { in updateForInsertedWaterBlock()
989 MachineBasicBlock *ARMConstantIslands::splitBlockBeforeInstr(MachineInstr *MI) { in splitBlockBeforeInstr()
1074 unsigned ARMConstantIslands::getUserOffset(CPUser &U) const { in getUserOffset()
1103 bool ARMConstantIslands::isOffsetInRange(unsigned UserOffset, in isOffsetInRange()
1123 bool ARMConstantIslands::isWaterInRange(unsigned UserOffset, in isWaterInRange()
1164 bool ARMConstantIslands::isCPEntryInRange(MachineInstr *MI, unsigned UserOffset, in isCPEntryInRange()
1208 bool ARMConstantIslands::decrementCPEReferenceCount(unsigned CPI, in decrementCPEReferenceCount()
1222 unsigned ARMConstantIslands::getCombinedIndex(const MachineInstr *CPEMI) { in getCombinedIndex()
1235 int ARMConstantIslands::findInRangeCPEntry(CPUser& U, unsigned UserOffset) { in findInRangeCPEntry()
1301 bool ARMConstantIslands::findAvailableWater(CPUser &U, unsigned UserOffset, in findAvailableWater()
1368 void ARMConstantIslands::createNewWater(unsigned CPUserIndex, in createNewWater()
1550 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser()
1661 void ARMConstantIslands::removeDeadCPEMI(MachineInstr *CPEMI) { in removeDeadCPEMI()
1688 bool ARMConstantIslands::removeUnusedCPEntries() { in removeUnusedCPEntries()
1705 bool ARMConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr()
1723 ARMConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr()
1749 ARMConstantIslands::fixupConditionalBr(ImmBranch &Br) { in fixupConditionalBr()
1839 bool ARMConstantIslands::optimizeThumb2Instructions() { in optimizeThumb2Instructions()
1892 bool ARMConstantIslands::optimizeThumb2Branches() { in optimizeThumb2Branches()
2096 bool ARMConstantIslands::preserveBaseRegister(MachineInstr *JumpMI, in preserveBaseRegister()
2227 bool ARMConstantIslands::optimizeThumb2JumpTables() { in optimizeThumb2JumpTables()
2424 bool ARMConstantIslands::reorderThumb2JumpTables() { in reorderThumb2JumpTables()
2462 MachineBasicBlock *ARMConstantIslands::adjustJTTargetBlockForward( in adjustJTTargetBlockForward()
2528 return new ARMConstantIslands(); in createARMConstantIslandPass()
2531 INITIALIZE_PASS(ARMConstantIslands, "arm-cp-islands", ARM_CP_ISLANDS_OPT_NAME,