Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36219 Register computedAddrVReg = MRI.createVirtualRegister(AddrRegClass); in EmitInstrWithCustomInserter() local
36239 BuildMI(*BB, *MBBI, MIMD, TII->get(X86::LEA32r), computedAddrVReg), AM); in EmitInstrWithCustomInserter()
36241 setDirectAddressInInstr(&MI, 0, computedAddrVReg); in EmitInstrWithCustomInserter()