Home
last modified time | relevance | path

Searched refs:LEAs (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp292 bool removeRedundantAddrCalc(MemOpMap &LEAs);
301 bool removeRedundantLEAs(MemOpMap &LEAs);
479 MemOpMap &LEAs) { in findLEAs() argument
500 assert(!LEAs.empty()); in removeRedundantAddrCalc()
521 if (Insns == LEAs.end()) in removeRedundantAddrCalc()
626 for (auto &E : LEAs) { in removeRedundantLEAs()
729 MemOpMap LEAs; in runOnMachineFunction() local
733 findLEAs(MBB, LEAs); in runOnMachineFunction()
736 if (LEAs.empty()) in runOnMachineFunction()
740 Changed |= removeRedundantLEAs(LEAs); in runOnMachineFunction()
[all …]
H A DX86ScheduleSLM.td152 // This is for simple LEAs with one or two input operands.
H A DX86ScheduleAtom.td138 // This is for simple LEAs with one or two input operands.
H A DX86InstrFragments.td343 // In 64-bit mode 32-bit LEAs can use RIP-relative addressing.
H A DX86ScheduleBtVer2.td241 // This is for simple LEAs with one or two input operands.
H A DX86ScheduleBdVer2.td546 // This is for simple LEAs with one or two input operands.
H A DX86SchedSandyBridge.td193 // This is for simple LEAs with one or two input operands.
H A DX86SchedBroadwell.td198 // This is for simple LEAs with one or two input operands.
H A DX86SchedHaswell.td200 // This is for simple LEAs with one or two input operands.
H A DX86ScheduleZnver3.td575 // This is for simple LEAs with one or two input operands.
H A DX86ScheduleZnver4.td589 // This is for simple LEAs with one or two input operands.