Searched refs:AddrDispShift (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp269 /// \p AddrDispShift and \p Dist.
272 int64_t &AddrDispShift, int &Dist);
282 /// by these LEAs is returned in \p AddrDispShift. It'll be used for proper
285 int64_t &AddrDispShift) const;
297 /// address displacement AddrDispShift. Return new debug value instruction.
299 int64_t AddrDispShift);
343 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) {
380 isInt<8>(AddrDispShift))
384 AddrDispShift = AddrDispShiftTemp;
426 int64_t &AddrDispShift) cons
341 chooseBestLEA( const SmallVectorImpl<MachineInstr *> &List, const MachineInstr &MI, MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) argument
530 int64_t AddrDispShift; local
578 replaceDebugValue(MachineInstr &MI, unsigned VReg, int64_t AddrDispShift) argument
611 int64_t AddrDispShift; local
[all...]

Completed in 49 milliseconds