Searched refs:AArch64LoadStoreOpt (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 89 struct AArch64LoadStoreOpt : public MachineFunctionPass { struct 92 AArch64LoadStoreOpt() : MachineFunctionPass(ID) { in AArch64LoadStoreOpt() function 186 char AArch64LoadStoreOpt::ID = 0; 190 INITIALIZE_PASS(AArch64LoadStoreOpt, "aarch64-ldst-opt", 654 AArch64LoadStoreOpt::mergeNarrowZeroStores(MachineBasicBlock::iterator I, in mergeNarrowZeroStores() 724 AArch64LoadStoreOpt::mergePairedInsns(MachineBasicBlock::iterator I, in mergePairedInsns() 879 AArch64LoadStoreOpt::promoteLoadFromStore(MachineBasicBlock::iterator LoadI, in promoteLoadFromStore() 1042 bool AArch64LoadStoreOpt::findMatchingStore( in findMatchingStore() 1152 AArch64LoadStoreOpt::findMatchingInsn(MachineBasicBlock::iterator I, in findMatchingInsn() 1312 AArch64LoadStoreOpt::mergeUpdateInsn(MachineBasicBlock::iterator I, in mergeUpdateInsn() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 88 struct AArch64LoadStoreOpt : public MachineFunctionPass { struct 90 AArch64LoadStoreOpt() : MachineFunctionPass(ID) { in AArch64LoadStoreOpt() argument 176 char AArch64LoadStoreOpt::ID = 0; 179 INITIALIZE_PASS(AArch64LoadStoreOpt, "aarch64-ldst-opt", 631 AArch64LoadStoreOpt::mergeNarrowInsns(MachineBasicBlock::iterator I, in mergeNarrowInsns() 796 AArch64LoadStoreOpt::mergePairedInsns(MachineBasicBlock::iterator I, in mergePairedInsns() 928 AArch64LoadStoreOpt::promoteLoadFromStore(MachineBasicBlock::iterator LoadI, in promoteLoadFromStore() 1098 bool AArch64LoadStoreOpt::findMatchingStore( in findMatchingStore() 1206 AArch64LoadStoreOpt::findMatchingInsn(MachineBasicBlock::iterator I, in findMatchingInsn() 1358 AArch64LoadStoreOpt::mergeUpdateInsn(MachineBasicBlock::iterator I, in mergeUpdateInsn() [all …]
|