Searched refs:LEAs (Results 1 – 15 of 15) sorted by relevance
293 bool removeRedundantAddrCalc(MemOpMap &LEAs);302 bool removeRedundantLEAs(MemOpMap &LEAs);481 MemOpMap &LEAs) { in findLEAs() argument502 assert(!LEAs.empty()); in removeRedundantAddrCalc()523 if (Insns == LEAs.end()) in removeRedundantAddrCalc()628 for (auto &E : LEAs) { in removeRedundantLEAs()727 MemOpMap LEAs; in runOnMachineFunction() local731 findLEAs(MBB, LEAs); in runOnMachineFunction()734 if (LEAs.empty()) in runOnMachineFunction()738 Changed |= removeRedundantLEAs(LEAs); in runOnMachineFunction()[all …]
153 // This is for simple LEAs with one or two input operands.
138 // This is for simple LEAs with one or two input operands.
241 // This is for simple LEAs with one or two input operands.
553 // This is for simple LEAs with one or two input operands.
193 // This is for simple LEAs with one or two input operands.
198 // This is for simple LEAs with one or two input operands.
575 // This is for simple LEAs with one or two input operands.
200 // This is for simple LEAs with one or two input operands.
844 // In 64-bit mode 32-bit LEAs can use RIP-relative addressing.
1 # RUN: llc -run-pass x86-fixup-LEAs -mtriple=x86_64-gnu-unknown -verify-machineinstrs -mcpu=corei7-…2 # RUN: llc -run-pass x86-fixup-LEAs -mtriple=x86_64-gnu-unknown -verify-machineinstrs -mcpu=haswell…3 # RUN: llc -run-pass x86-fixup-LEAs -mtriple=x86_64-unknown-unknown -verify-machineinstrs -mcpu=ato…
1 # RUN: llc -run-pass x86-fixup-LEAs -mtriple=i386 -verify-machineinstrs -mcpu=corei7-avx -o - %s | …
5 ; Check that the merging of SP updates, when LEAs are involved, happen
2 # RUN: llc -run-pass x86-fixup-LEAs -mtriple=i386 -verify-machineinstrs -mcpu=corei7-avx -o - %s | …
2 # RUN: llc -run-pass x86-fixup-LEAs -mtriple=x86_64-gnu-unknown -verify-machineinstrs -mcpu=corei7-…