Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp290 void findLEAs(const MachineBasicBlock &MBB, MemOpMap &LEAs);
293 bool removeRedundantAddrCalc(MemOpMap &LEAs);
302 bool removeRedundantLEAs(MemOpMap &LEAs);
481 MemOpMap &LEAs) { in findLEAs() argument
492 LEAs[getMemOpKey(MI, 1)].push_back(const_cast<MachineInstr *>(&MI)); in findLEAs()
499 bool X86OptimizeLEAPass::removeRedundantAddrCalc(MemOpMap &LEAs) { in removeRedundantAddrCalc() argument
502 assert(!LEAs.empty()); in removeRedundantAddrCalc()
503 MachineBasicBlock *MBB = (*LEAs.begin()->second.begin())->getParent(); in removeRedundantAddrCalc()
524 auto Insns = LEAs.find(getMemOpKey(MI, MemOpNo)); in removeRedundantAddrCalc()
525 if (Insns == LEAs.end()) in removeRedundantAddrCalc()
[all …]
DX86ScheduleSLM.td150 // This is for simple LEAs with one or two input operands.
DX86ScheduleAtom.td131 // This is for simple LEAs with one or two input operands.
DX86ScheduleBtVer2.td238 // This is for simple LEAs with one or two input operands.
DX86SchedSandyBridge.td179 // This is for simple LEAs with one or two input operands.
DX86ScheduleBdVer2.td548 // This is for simple LEAs with one or two input operands.
DX86SchedHaswell.td187 // This is for simple LEAs with one or two input operands.
DX86ScheduleZnver3.td575 // This is for simple LEAs with one or two input operands.
DX86InstrInfo.td845 // In 64-bit mode 32-bit LEAs can use RIP-relative addressing.