Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11549 unsigned OverflowAddrReg = MRI.createVirtualRegister(AddrRegClass); in EmitVAARG64WithCustomInserter() local
11550 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg) in EmitVAARG64WithCustomInserter()
11567 .addReg(OverflowAddrReg) in EmitVAARG64WithCustomInserter()
11575 .addReg(OverflowAddrReg); in EmitVAARG64WithCustomInserter()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22926 unsigned OverflowAddrReg = MRI.createVirtualRegister(AddrRegClass); in EmitVAARG64WithCustomInserter() local
22927 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg) in EmitVAARG64WithCustomInserter()
22944 .addReg(OverflowAddrReg) in EmitVAARG64WithCustomInserter()
22952 .addReg(OverflowAddrReg); in EmitVAARG64WithCustomInserter()